Guys,
I want to have a a menu bar down one side, and then to have the text to the right so that it can go all the way down the page.
My menu bar i want to be like a bit of tape.
I thought well i could do this with a table and text to the right of the table. How come i can only put text after the table? I don't want one big table as the text will eventually reach the bottom of the table.
I am Puzzled but apologies to the gurus?
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="10%" border="0">
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="377"> </td>
</tr>
</table>
<div align="center">How </div>
</body>
</html>
I want to have a a menu bar down one side, and then to have the text to the right so that it can go all the way down the page.
My menu bar i want to be like a bit of tape.
I thought well i could do this with a table and text to the right of the table. How come i can only put text after the table? I don't want one big table as the text will eventually reach the bottom of the table.
I am Puzzled but apologies to the gurus?
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="10%" border="0">
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="377"> </td>
</tr>
</table>
<div align="center">How </div>
</body>
</html>