nWo Sting
Mar 24 2007, 05:45 PM
My website looks exactly the way I want it to in Internet Explorer, however the tables in Firefox are wrong. I also have a search box and instead of being centered like it is in I.E. it is all the way to the left of the page in Firefox. Also a new table I was adding with 3 cells is not coming out correctly in Firefox. Instead of 3 consecutive cells like it shows in I.E., it has the left cell on top, and the next 2 below it stretched out in Firefox. Is there a special code to use with tables so they show up in Firefox? Or should I not use tables at all??? thanks.
Darin McGrew
Mar 24 2007, 05:47 PM
Please see the FAQ entry
Why does my page display fine in one browser but incorrectly or not at all in another?Can you post the URL (address) of a sample document that demonstrates the problem?
nWo Sting
Mar 24 2007, 06:04 PM
QUOTE(Darin McGrew @ Mar 24 2007, 04:47 PM)

Please see the FAQ entry
Why does my page display fine in one browser but incorrectly or not at all in another?Can you post the URL (address) of a sample document that demonstrates the problem?
This page here has 2 major errors in Firefox, look at it in IE and you will see that the searchbox at the top is centered, and the google ads to the left of Arnold Schwarzenegger are where they belong, then look at the mess in Firefox.
http://www.realmofdarkness.net/pranks/arnold-pranks-2.htm
pandy
Mar 24 2007, 07:04 PM
As the FAQ Darin linked to suggests, fixing the HTML errors won't hurt you.
http://www.htmlhelp.com/cgi-bin/validate.c...s&input=yesTo do that you need a doctype.
http://www.htmlhelp.com/tools/validator/doctype.htmlIf you choose one that put browsers in Standards Mode the differences between them will be fewer.
http://hsivonen.iki.fi/doctype/The above may or may not fix your layout problems but it will at least provide a starting point.
nWo Sting
Mar 24 2007, 07:13 PM
thanks I figured it out, the spacing was wrong, thanks anyway.