April 27, 2009

0 Add a BackGround Color or Background image to a table

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>












First
Row
Secondrow


A background image:












background
image here
background image here
background image herebackground image here



0 comments:

Post a Comment

Blogger Themes

 
Powered by Blogger