I want to insert some text into a table of width 600 and height 100% and I want the background to include a gif file. Can someone show me how to do this please.
Code:
<html>
<head>
<title>title goes here</title>
</head>

<body>
<table width="600" height="100%" background="name of gif file">
<tr>
<td>
place your text here
</td>
</tr>
</table>
</body>
</html>
here you go


DocZaf
{;->