<html>

<head>

<title>TABLES 2</title>

</head>

<body text="#330033" link="#990099" vlink="#990000" alink="#FF0000" bgcolor="plum">

<div align="center">
<h1>Tables 2</h1>

<!---------------NAVIGATION BAR--------------------->

<table width="100" cellspacing="1" bgcolor="#000000" align="left">

<tr bgcolor="#FFCCFF" align="center" valign="middle"> <td height="30">
<a href="index.html"><font face="Georgia, Times New Roman, Times, serif" size="3"><b>Greeting
</b></font></a></td>

<tr bgcolor="#CCFF99" align="center" valign="middle"> <td height="30">
<a href="tables1.html"><font face="Georgia, Times New Roman, Times, serif" size="3"><b><font size="3">Tables 1</font></b></font></a></td>

<tr bgcolor="#FFCCFF" align="center" valign="middle"> <td height="30">
<a href="tables2.html"><b><font face="Georgia, Times New Roman, Times, serif" size="3">Tables 2</b></font></a></td>
</tr>

</table>

<br>

<!--------------MAIN TABLE STARTS HERE------------------>

<table border="1 width ="80%">

<!----------ROW 1 STARTS HERE---------->

<tr>
<td colspan="2" height="50" bgcolor="ivory" align="center valign="middle">
<h1>T R A N S I T &nbsp;&nbsp; S T O P</h1></td>
<td rowspan="2" width="96" bgcolor="#CCFFFF">img src="
olj3.gif"</td>
</tr>

<!----------ROW 2 STARTS HERE---------->

<tr>
<td background="brickssmall.jpg">&nbsp;</td>
<td rowspan="2" bgcolor="#666699" background="van.gif">&nbsp;</td>
</tr>

<!----------ROW 3 STARTS HERE---------->

<tr>
<td
width="110" bgcolor="#333333">img src="constr2.gif"</td>
<td background="brickssmall.jpg">&nbsp;</td>
</tr>

</table>

<br>

<!---------------------TABLE WITH TEXT GOES HERE---------------------------->

<table width="500" cellspacing="16" cellpadding="6">
<tr align="justify">
<td width="50%" bgcolor="#CCFFFF"><font face="Arial, Helvetica, sans-serif" size="3">

Cell spacing is the gap between the different cells of a table. In this
table of one row and two columns the cell spacing is set at 16 pixels.
Hence the gap between this cell and the cell to the right.
</font></td>

<td width="50%" bgcolor="ivory"><font face="Arial, Helvetica, sans-serif" size="3">
Cell padding insets all text and pictures and other content in a table. In
this table the cell padding is set at 6 pixels. That is why the text doesn't
come right up to the edge, even though the text is justified.</font></td>
</tr>

</table>

</div>

</body>

</html>

Hosted by www.Geocities.ws

1