Pages and Browsers
Moderator: General Moderators
- nickman013
- Forum Regular
- Posts: 764
- Joined: Sun Aug 14, 2005 12:02 am
- Location: Long Island, New York
do you want the whole table centered, some amount of margin/padding or the text being centered?
My guess is you want something like:?
My guess is you want something like:
Code: Select all
#muot_news {
padding:25px;
background-color:#4682B4;
}- nickman013
- Forum Regular
- Posts: 764
- Joined: Sun Aug 14, 2005 12:02 am
- Location: Long Island, New York
Don't forget that IE has a reverse box model.
This explains it in full:
http://css.maxdesign.com.au/listamatic/ ... xmodel.htm
This explains it in full:
http://css.maxdesign.com.au/listamatic/ ... xmodel.htm