Webset

Page background

lesson 6



Here is the code that we left off with

<TABLE align="center" BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="700" background="webset_2x1.jpg">

<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="700" HEIGHT="170">
<IMG NAME="webset0" SRC="webset_1x1.jpg" WIDTH="700" HEIGHT="170" BORDER="0"></TD>
</TR>

<TR>
<TD><br></TD>
</TR>

<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="700" HEIGHT="64">
<IMG NAME="webset2" SRC="webset_3x1.jpg" WIDTH="700" HEIGHT="64" BORDER="0"></TD>
</TR>

</TABLE>


Center the middle section

<TABLE align="center" BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="700" background="webset_2x1.jpg">

<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="700" HEIGHT="170">
<IMG NAME="webset0" SRC="webset_1x1.jpg" WIDTH="700" HEIGHT="170" BORDER="0"></TD>
</TR>

<TR>
<TD align="center"><br></TD>
</TR>

<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="700" HEIGHT="64">
<IMG NAME="webset2" SRC="webset_3x1.jpg" WIDTH="700" HEIGHT="64" BORDER="0"></TD>
</TR>

</TABLE>
Remember that once the pattern of adding the " and " around all the settings, you have to maintain that pattern so add the " and " around the word center.


Edit your body tag to show the color or image that you would like to use as the background on the page

I will be using an image called websetpagebackground.jpg

So my body tag will look like this

<body background="websetpagebackground.jpg">


Go to the next lesson