Pages and Browsers

JavaScript and client side scripting.

Moderator: General Moderators

User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Post by nickman013 »

Actually I got one more question, my tables are not being centered in the contents. They are aligned to the left.
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post 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;
}
?
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Post 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!
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post 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
Post Reply