View Full Version : Never ending table


chazvik
01-10-2005, 05:46 PM
I want my table to be the length of the screen

at the moment it looks like this.... www.blue-day.l2p.net/links.html

But i want it to go further down without writing anything

heres my code

<html>

<head>
<title> .::.Linkage.::.
</head>

<body>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" colspan="3" height="100">
<center><img src="http://img.photobucket.com/albums/v474/chazvik/blue-day.gif"></center>
</td>
</tr>
<tr>
<td width="20%" valign="top" height="100" bgcolor="#9CC6EB">

<a href="home.html">Home</a><BR>
<a href="forum">Forum</a><br>
<a href="links.html">Links</a><br>
</td>
<td width="60%" valign="top" bgcolor="##6699FF">
<BR>
<a href="http://www.flatoutblind.org/lissa/start.php" target="_blank"><img src="http://www.blue-day.l2p.net/images/fan_lissa.gif" alt="" border="none" title="Lissa Explains it All Fan!" /></a>
<a href="http://www.sophonax.net/harry/" target="_blank"><img src="http://www.blue-day.l2p.net/images/harry fan.GIF" alt="" border="none" title="Harry Potter Fan!" /></a>
<img src="http://www.blue-day.l2p.net/images/plug_button6.gif" border="none" alt="" title="Knowledge rocker rocks!" />
<br>

If you would like a picture to link back to my webby i shall be adding some shortly :)

</td>
</td>

<td width="20%" valign="top" bgcolor="#9CC6EB">

</td>
</tr>
</table>

</body>

</html>

pb&j
01-10-2005, 06:12 PM
try adding the blue and deleting the red...


<html>

<head>
<title> .::.Linkage.::.
</head>

<body>

<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td width="100%" colspan="3" height="100">
<center><img src="http://img.photobucket.com/albums/v474/chazvik/blue-day.gif"></center>
</td>
</tr>
<tr>
<td width="20%" valign="top" height="100" bgcolor="#9CC6EB">

<a href="home.html">Home</a><BR>
<a href="forum">Forum</a><br>
<a href="links.html">Links</a><br>
</td>
<td width="60%" valign="top" bgcolor="##6699FF">
<BR>
<a href="http://www.flatoutblind.org/lissa/start.php" target="_blank"><img src="http://www.blue-day.l2p.net/images/fan_lissa.gif" alt="" border="none" title="Lissa Explains it All Fan!" /></a>
<a href="http://www.sophonax.net/harry/" target="_blank"><img src="http://www.blue-day.l2p.net/images/harry fan.GIF" alt="" border="none" title="Harry Potter Fan!" /></a>
<img src="http://www.blue-day.l2p.net/images/plug_button6.gif" border="none" alt="" title="Knowledge rocker rocks!" />
<br>

If you would like a picture to link back to my webby i shall be adding some shortly

</td>
</td>

<td width="20%" valign="top" bgcolor="#9CC6EB">

</td>
</tr>
</table>

</body>

</html>

chazvik
01-10-2005, 07:10 PM
Thanks!! it worked :)

pb&j
01-11-2005, 01:00 AM
no problem. good luck!