ok how do I fix it this time

PhiI2e

Banned
Jul 6, 2001
664
0
0
ok tell me why the horizontal rule wont start on the next line:
The line break seems to have no effect
would host it somewhere but I cant

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<style type="text/css">
<!--
.menu {font-family:Tahoma; font-size:7pt; font-weight:bold}
-->
</style>

<script language="javascript">
<!--
function movein(which,html){
which.style.background='cadetblue'
description.innerHTML=html
}

function moveout(which){
which.style.background='white'
description.innerHTML=' '
}

-->
</script>
</head>

<body>
<table align="LEFT" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<tr>
<td ROWSPAN="3" ALIGN="center" WIDTH="60"><img SRC="bearhead3.gif" WIDTH="60" HEIGHT="63"></td>
<td ALIGN="left" WIDTH="320" valign="bottom"><font face="Tahoma" color="#000000" size="2">Welcome to the Home of The Bayside Bears</font></td>
</tr>
<tr>
<td align="left" valign="top"><font face="Verdana" color="#000000" size="6">Bayside High School</font></td>

</tr>

</table>



<hr NOSHADE WIDTH="%100" SIZE=10 Color="#000000">

TIA

Phire

 

CyrusTCH

Member
Feb 4, 2001
40
0
0
take out the (((((((align="LEFT"))))))) thing within the first table tag
i guess thats what you are looking for
 

PhiI2e

Banned
Jul 6, 2001
664
0
0
Thanks a bunch! Dude my webpages would look much worse if this forum didnt exist...Lol