View Full Version : Tagboard "info" boxes alignment


thezeppzone
03-22-2003, 04:53 AM
OK if you go to my website (http://www.whalersfan.com/thezeppzone) you will see I have a tagboard. Although ive thoroughly looked through my codes and everyhting, you can still tel there is a slight alignment problem, but big enough to be noticed when im not eveen directly looking at it. Ill post my code here at the end of my message and if you want to look it over feel free. Id appreciate any help whatsoever. what i would like is to have the taggage and http boxes aligned on the left with each other and also the name box but then the tag it box lined up with the right edges of the top 2 boxes. If that makes any sense id like to have that. Thanks!

My code:

<html>
<head>
<STYLE type="text/css">
BODY
{
scrollbar-face-color: #418D5F ;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #418D5F;
scrollbar-darkshadow-color: #418D5F;
scrollbar-track-color: #418D5F;
scrollbar-arrow-color: #FFFFFF;
}
</STYLE>
<style>
a:link { color: #FFFFFF; text-decoration: none }
a:visited { color: #FFFFFF; text-decoration: none }
a:active { color: #FFFFFF; text-decoration: none }
a:hover { color: #000000; text-decoration: underline }
</style>

<meta http-equiv="refresh" content="60">

<title></title>

<script language="Javascript">
<!--
function doClear(theText) {
if (theText.value == theText.defaultValue) {
theText.value = ""
}
}
//-->
</script>



</head>
<body bgcolor=#418D5F topmargin="0" leftmargin="0">
<font color=white>
<span style="font-family:tahoma; font-size:10">
<form action="tag.cgi" method="GET" target="tag">
<div align="center">
<center>
<table cellspacing="0" border="0" width="125">
<tr>
<td colspan="2" width="123" align="center">
<div align="center">
<table border="1" cellpadding="0" cellspacing="0" width="140" align="left" bordercolor="#FFFFFF" bordercolorlight="#FFFFFF" bordercolordark="#418D5F">
<tr>
<td bordercolorlight="#FFFFFF" bordercolordark="#418D5F"><iframe src="board.shtml" name="tag" width="136" height="170" frameborder="0" >
</iframe>
</td>
</tr>
</table>
</div>
</td>
</tr>
</center>
<tr>
<td colspan="2" width="123" align="center"><font color="#FFFFFF" face="tahoma" size="2">
<p align="center"><font face="TAHOMA" size="1"><input type="text" size="25" name="msg" value="taggage" onFocus="doClear(this)"style="font-family:tahoma; font-size:10; background-color:#418D5F; color:FFFFFF; border:1px solid #FFFFFF; border-top-color: #FFFFFF; border-left-color: #FFFFFF; border-bottom-color: #FFFFFF; border-right-color: #FFFFFF;" maxlength="150"></font></font></td>
</tr>
<center>
<tr>
<td valign="top" width="121" colspan="2" align="center">
<p align="center"><font face="tahoma" size="1"><input type="text" size="25" name="url" value="http://" onFocus="doClear(this)" style="font-family:tahoma; font-size:10; background-color:#418D5F; color:FFFFFF; border:1px solid #FFFFFF; border-top-color: #FFFFFF; border-left-color: #FFFFFF; border-bottom-color: #FFFFFF; border-right-color: #FFFFFF;"></font></p>
</td>
</tr>
<tr>
<td valign="top" width="66" align="center"><font face="tahoma" size="1"><input type="text" size="12" name="name" value="name" onFocus="doClear(this)" style="font-family:tahoma; font-size:10; background-color:#418D5F; color:FFFFFF; border:1px solid #FFFFFF; border-top-color: #FFFFFF; border-left-color: #FFFFFF; border-bottom-color: #FFFFFF; border-right-color: #FFFFFF;" maxlength="15"></font></td>
<td width="55" align="center">
<span style="font-family:tahoma; font-size:10">
<font color="#000000" face="tahoma" size="2"><b><input type="submit" width="50%" value="Tag It!" style="font-family:Vtahoma; font-size:10; background-color:418D5F; color:#FFFFFF; border:1px solid #FFFFFF; border-style: solid; border-top-color: #FFFFFF; border-left-color: #FFFFFF; border-bottom-color: #FFFFFF; border-right-color: #FFFFFF;"></b></font></td>
</tr>
<b>
</table>
</center>
</div>
</form>
</b>
<!--#include file="tag.txt" -->

</font>

</body>

</html>