Re: type on a table -
12-25-2003
, 08:56 PM
You can do the following:
1. I suppose you embedded the image (using <img src="pic.jpg">). Instead of embeding it, use it as the table background image.
3. Then, you can easily write in the table.
Here is an example:
<table width="300" height="300" border="0" cellpadding="2" cellspacing="1" background="pic.jpg">
<tr>
<td valign="bottom">
<div align="right">Text<br>
<table width="100" border="1" cellspacing="1" cellpadding="2">
<tr>
<td>You can also insert another table.</td>
</tr>
</table>
</div></td>
</tr>
</table>
Good luck
Fede |