Currently, I am encountering an issue with the inside text moving within my application on a webpage. In my previous tables, I utilized the min-width option to prevent the text or td from shifting when resizing the website page. For example, when stretching over two monitors, everything remains fixed except for the footer.
I am seeking advice on how to ensure that each <td>
text stays fixed on the page.
Here is a snippet of the HTML code:
<table cellpadding="0" cellspacing="0" border="1" width="100%" style="min-width:1400px">
<tr bgcolor="silver">
<td align="center" valign="middle" width="200"> <font face="Arial, Helvetica, sans-serif" size="2.5">
Last Modified: </font>
</td>
<td align="left" width="400"><font face="Arial, Helvetica, sans-serif" size="2.5">
/ClassifiedAds/Index.aspx</font> <br/>
<font face="Arial, Helvetica, sans-serif" size="1"> </font>
</td>
<td align="left" valign="middle" width="300"><font face="Arial, Helvetica, sans-serif" size="2.5"></font> </td>
</tr>