<table>
<tr>
<td><img src="foo.gif"></td>
</tr>
</table>
How would I place some text on foo.gif via CSS? I can also go with the following model and try and place text with absolute positioning in the cell.
<table>
<tr>
<td background="foo.gif"></td>
</tr>
</table>
Any help appreciated.
<tr>
<td><img src="foo.gif"></td>
</tr>
</table>
How would I place some text on foo.gif via CSS? I can also go with the following model and try and place text with absolute positioning in the cell.
<table>
<tr>
<td background="foo.gif"></td>
</tr>
</table>
Any help appreciated.