wired137 wrote:
Is there a different .ascx file for Internet Explorer? In Firefox and Chrome I see that the spacing between everything is almost perfect, but in Internet explorer its goofy.
Internet Explorer often renders things a little differently. They're not as compliant as Firefox.
The easiest way that I've found to figure out what is going on is to put a border=1 in my table tag, so I can actually see what the table is doing and so forth.
Also, use something like Firebug to see what stylesheets are being applied, and make sure that all of the closing tags and so forth are there.