PDA

View Full Version : Help!


tacoX
2002-04-20, 06:42 AM
Not susre which forum this should go in..but its here cos i like it here.

Now everything looks cool except the area where the 'teg is supposed to be left, which just shows the main site. hmmm

here is the code i'm using. its not mine, i downloaded it.

i know there is something blatently obvious taht i'm doing wrong, its just that i've ben looking at it for ages and i can't see it...


<html>
<head>
<STYLE type="text/css">
BODY
{
scrollbar-face-color: #0078FF ;
scrollbar-shadow-color: #0066CC;
scrollbar-highlight-color: #;
scrollbar-3dlight-color: #006699;
scrollbar-darkshadow-color: #0033CC;
scrollbar-track-color: #0066CC;
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: #00DDFF; text-decoration: underline }
</style>

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

<title></title>

</head>
<body bgcolor=#666666 topmargin="0" leftmargin="0">
<span style="font-family:verdana; 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="#666666" bordercolorlight="#666666" bordercolordark="#666666">
<tr>
<td bordercolorlight="#CCCCCC" bordercolordark="#000000"><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="#000000" face="Verdana" size="2">
<p align="center"><font face="Verdana" size="1"><input type="text" size="25" name="msg" value="taggage" style="font-family:Verdana; font-size:10; background-color:#666666; color:FFFFFF; border:1px solid #333333; border-top-color: #333333; border-left-color: #000000; 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="Verdana" size="1"><input type="text" size="25" name="url" value="http://" style="font-family:Verdana; font-size:10; background-color:#666666; color:FFFFFF; border:1px solid #000000; border-top-color: #000000; border-left-color: #000000; border-bottom-color: #FFFFFF; border-right-color: #FFFFFF;"></font></p>
</td>
</tr>
<tr>
<td valign="top" width="66" align="center"><font face="Verdana" size="1"><input type="text" size="12" name="name" value="name" style="font-family:Verdana; font-size:10; background-color:#666666; color:FFFFFF; border:1px solid #000000; border-top-color: #000000; border-left-color: #000000; border-bottom-color: #FFFFFF; border-right-color: #FFFFFF;" maxlength="15"></font></td>
<td width="55" align="center">
<span style="font-family:verdana; font-size:10">
<font color="#000000" face="Verdana" size="2"><b><input type="submit" width="50%" value="Tag It!" style="font-family:Verdana; font-size:10; background-color:a0a0a0; color:#FFFFFF; border:1px solid #000000; border-style: solid; border-top-color: #FFFFFF; border-left-color: #FFFFFF; border-bottom-color: #000000; border-right-color: #000000;"></b></font></td>
</tr>
<b>
</table>
</center>
</div>
</form>
</b>
<!--#include file="tag.txt" -->
</body>

</html>

RoboticSilence
2002-04-23, 05:05 PM
Could easily be that you forgot to close a group of code... or maybe forgot to close any individual code.