|
You need to do some serious cleaning up on the html/css, their's alot of stuff you've added that doesn't need to be there as well as TONS of useless spacing, it's just causing a bigger file which means a longer load time for visitors. I did a bit of cleaning up & fixed your border issue for you. I wasn't sure how to fix your centering issue but I did text-align: center; for IE.
*Edit* I was looking through and noticed one reason it may not have centered was because you didn't add <div id='container'> to your HTML! a simple mistake yes but if it's not added their's no way for it to know. I added it in and it's now centered in firefox, i'm working on IE now.
Last edited by Volt; 08-18-2005 at 09:11 PM..
|