Internet Explorer not interpreting table code correctly
Internet Explorer not interpreting table code correctly
(OP)
I have a website (www.bcfohio.org). All the information is in a table that is 800 px wide. In google, it looks great. In internet explorer, the table code is there, but not being used. Can someone give some ideas? Thanks!
RE: Internet Explorer not interpreting table code correctly
If that works, then put in the content of one cell at a time. When the layout suddenly goes weird, you've found the cell that is causing all the problems.
Looks like the problem may be in the cell just before announcements. There is no closing </p> to the paragraph and no closing </font> to the fonts. Just make sure that all the tags are terminated correctly. I think IE8 is a bit more fussy.
CODE
<p style="margin-left: 24px; margin-right: 24px">
<font face="Trebuchet MS" size="2"><span class="style18">To</span> apply, send a cover letter and resume to
<a href="mailto:ed@bcfohio.org" class="style12">ed@bcfohio.org</a><span class="style12"> by March 15, 2011.
The Breast Cancer Fund of Ohio is an EEO employer. </span>
<font size="x-small">
<p class="style15"> </p>
RE: Internet Explorer not interpreting table code correctly
CODE
<tr>
<td colspan="3">
<!--webbot bot="Include" U-Include="nav.htm" TAG="BODY" startspan -->
<table border="0" width="800" cellspacing="0" cellpadding="0" id="table3">
--Lilliabeth
RE: Internet Explorer not interpreting table code correctly