X
Xmarkstheed
Guest
In the <td> tag, enter the image's height and width.
As in, for a 100Hx200W image, you would use:
<body>
<table width="200">
<tr>
<td background="cow.jpg" height="100" width="200">Hello This is a Test </td>
</tr>
</table>
</body>
If that does not work, try putting those setting in your <tr> tag as well.
As in, for a 100Hx200W image, you would use:
<body>
<table width="200">
<tr>
<td background="cow.jpg" height="100" width="200">Hello This is a Test </td>
</tr>
</table>
</body>
If that does not work, try putting those setting in your <tr> tag as well.