this tutorial shows how to add a background to a table
<html>
<body>
<table border="1" bgcolor="red">
<tr>
<td>
First
</td>
<td>Row</td>
</tr>
<tr>
<td>Second</td>
<td>Row</td>
</tr>
</table>
<h4>A background image:</h4>
<table border="1" background="your image url here">
<tr>
<td>
background image url here
</td>
<td>background image url here</td>
</tr>
<tr>
<td>background image url here</td>
<td>background image url here</td>
</tr>
</table>
</body>
</html>
FirstRow Second row A background image:
background
image herebackground image here background image here background image here
April 27, 2009
0 Add a BackGround Color or Background image to a table
Posted by raj on 12:17 AM
0 comments:
Post a Comment