Adding a background image to a table

Lesson 3


Here is the table that we had in the last class. Lets replace the background color with a background image.

Here is the image that I will be using.

The name of this image is table1.jpg

Here is the code that we ended with in the last lesson

<table align=center border=1 width=90% bordercolor=#000FF  bgcolor=#FFDDFF>
<tr>
<td ><br></td>
</tr>
</table>

Replace the bgcolor statement with a background statement

<table align=center border=1 width=90% bordercolor=#000FF  background=table1.jpg>
<tr>
<td ><br></td>
</tr>
</table>


If you have successfully added a background image to you table. get up and dance, then go to the next lesson.