I’m trying to get a table to be 100% width of a div…
But when I use width=100% it expands outside of the borders… When using on different devices…
So I’d just like this table, across full width – and the N/A button right aligned…
Seems it is always extending past borders on different devices…
<div class=flist>
<table cellpadding=2 border=1>
<tr>
<td valign=middle>
<img src="images/plus.png" height=14 width=14 border=0 align=middle> <b>General Stuff</b>
</td>
<td align=right>
<input type="button" name="CheckAll" value="All N/A" class=verd8></td>
<td> </td>
</tr>
</table>
</div>
This might have worked
Added this also into table
style=”table-layout:fixed”