Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
They look fine to me too.
Try this though: margin: 0px auto; That's CSS horizontal centering code (works with everything except for IE5; you have to use text-align: center there). You'll have to remove all the other margins and padding to see it, though.
|