Page 2 of 2
Posted: Mon Feb 27, 2006 8:38 am
by nickman013
Actually I got one more question, my tables are not being centered in the contents. They are aligned to the left.
Posted: Mon Feb 27, 2006 9:13 am
by matthijs
do you want the whole table centered, some amount of margin/padding or the text being centered?
My guess is you want something like:
Code: Select all
#muot_news {
padding:25px;
background-color:#4682B4;
}
?
Posted: Mon Feb 27, 2006 9:21 am
by nickman013
yes padding is good.
i went to my site on IE and it looked just how I wanted it. on my computer (mac) it looks a little different but I can deal with it.
thanks alot for your help!
Posted: Mon Feb 27, 2006 10:16 am
by neophyte
Don't forget that IE has a reverse box model.
This explains it in full:
http://css.maxdesign.com.au/listamatic/ ... xmodel.htm