Warning: include(http://www.studio6000.com/header.htm) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/studio60/public_html/html/lesson15i.php on line 12

Warning: include() [function.include]: Failed opening 'http://www.studio6000.com/header.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/studio60/public_html/html/lesson15i.php on line 12

Warning: include(http://www.studio6000.com/tutorside.htm) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/studio60/public_html/html/lesson15i.php on line 17

Warning: include() [function.include]: Failed opening 'http://www.studio6000.com/tutorside.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/studio60/public_html/html/lesson15i.php on line 17
 

Background Image

You can also include an image as the background of a table or cell by using the background attribute.  To set the background image of a table insert the attribute into the opening table tag.


<body>
<table border="1" background="bricks.gif">
<tr>
<td>Text1</td>
<td>Text2</td>
</tr>
</table>
</body>

Text1 Text2

To set the background image of a specific cell insert the background attribute into that cell.


<body>
<table border="1" >
<tr>
<td background="bricks.gif">Text1</td>
<td>Text2</td>
</tr>
</table>
</body>

Text1 Text2

Next Lesson


Warning: include(http://www.studio6000.com/footer.htm) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/studio60/public_html/html/lesson15i.php on line 89

Warning: include() [function.include]: Failed opening 'http://www.studio6000.com/footer.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/studio60/public_html/html/lesson15i.php on line 89