Here are the lines in my code:
<TD id=“avail_1” style=“display:none;availability:hidden”>UrgentAvail</TD>
<TD id=“avail1_1” style=“display:none;availability:hidden”>substitutedBy</TD>
When I test the application on IE, the above code displays correctly. However, when running in Chrome, the alignment is off.
Can anyone help me with this issue?