I have been using 2 different browsers to view my site i'm working on to make sure it's viewing correctly. The problem is: the table alignment looks great on Firefox, and is messed up on Internet Explorer. Is there a solution for this, so that it works in harmony with both browsers?
because the text sizes are different. you are using 8px for links and body and 8pt for td's. stick with one.
The Markster
Aug 2 2007, 04:39 PM
Alright, I can spot a few errors already.
First, I think the <table> tag doesn't have a "height" attribute, but that can be set with CSS. Secondly, in the "width" attribute of the <table> tag, "px" does not need to be included, since simply putting a number already indicates that it's in pixels. So maybe if you removed "px" from that, things should work out fine.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.