I’m working with programmers who seem to be lost on how to fix this display issue I’m having. I have access to the site and can pull anything if needed - but essentially i have a recreation of the HUD-1 form on my site; and in FF and Chrome it displays beautifully (see attached) but in IE7 & 8 it just looks terrible.
Any ideas on what might be causing this display issue, or how to fix it? I’m not a PHP programmer, I know some rudimentary things; as well as CSS and HTML, but this just looks funky to me.
Some of the code:
Styles Example:
.xl931597
{padding-top:1px;
padding-right:1px;
padding-left:1px;
mso-ignore:padding;
color:windowtext;
font-size:8.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Arial;
mso-generic-font-family:auto;
mso-font-charset:0;
mso-number-format:General;
text-align:general;
vertical-align:bottom;
border-top:.5pt solid windowtext;
border-right:none;
border-bottom:none;
border-left:none;
mso-background-source:auto;
mso-pattern:auto;
white-space:nowrap;}
The HTML
</tr>
<tr height=17>
<td height=17 class=xl781597 colspan=3 style='height:12.75pt'>D. Name & Address of Borrower:</td>
<td class=xl931597> </td>
<td class=xl941597> </td>
<td class=xl781597 style='border-left:none'>E. Name & Address of Seller:</td>
<td class=xl951597> </td>
<td class=xl931597> </td>
<td class=xl941597> </td>
<td class=xl961597 style='border-left:none'>F. Name & Address of Lender</td>
<td class=xl931597> </td>
<td class=xl941597> </td>
</tr>
I’m not really sure what to do from here