Click to See Complete Forum and Search --> : IE/FF Tables


JoWiGo
03-09-2006, 10:27 PM
I know this must have been asked about a gazzilion (thats 1.0*10^30 for all those interested) times, but there have been a gazzilion gazzilion threads that contain both IE and FF so it makes searching all the harder to do for the sollution to this problem.

Now that the pre-ambles done, here's the problem. I coded my site previewing in FF, and when I tested it in IE, the tables seemed to not be aligning properly. The site is located at http://www.jowigo.com for all those interested in taking a look. There is probably just something i need to tweak on all tables, but theres the problem. Any help would be appreciated :).

Fang
03-10-2006, 03:17 AM
Which table?

drhowarddrfine
03-10-2006, 09:18 AM
Doesn't matter. Without a proper doctype, you will never get IE to display properly like modern browsers. See my link below. I recommend html4 strict. Also, validate (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.jowigo.com%2F) your code and fix these 53 errors.

JoWiGo
03-10-2006, 02:01 PM
Fang, it was the entire site (one big table). However the problem is solved now, and thanks drhowarddrfine for posting both here and at the other site.