PDA

Click to See Complete Forum and Search --> : HTML Table Question


nmretd
Jul 3rd, 2000, 04:48 AM
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.

Zaf Khan
Jul 3rd, 2000, 06:01 AM
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.



<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
{;->