View Full Version : Site is blank


ElderShadow
01-05-2004, 03:56 AM
My site shows white when i look on it...
heres the url... www.freewebs.com/esigs/index.htm

and the code is here

<html>
<head>
<title>Esigs Inc. (ElderShadow's Signatures inc.)

<STYLE TYPE="text/css">
A:link { text-decoration : none;
color : #ffffff;}
A:visited { text-decoration : none;
color : #ffffff;}
A:active { text-decoration : none;
color : #ffffff;}
A:hover { text-decoration : none;
color : #000000;}
</STYLE>

</head>
<body>
<body bgcolor="#000000" text="#ffffff">
<center>
<img src="logo.png">
</center>

<td width=117 height=400 bgcolor="#000000" rowspan=3 valign=top align="left">
<font face=verdana size=3>
<b>Site info</b>
<a href="www.freewebs.com/esigs/link.htm">::LINK::</a><br>
<a href="www.freewebs.com/esigs/link.htm">::LINK::</a><br>
<a href="www.freewebs.com/esigs/link.htm">::LINK::</a><br>
<a href="www.freewebs.com/esigs/link.htm">::LINK::</a><br>
</font>
</td>

</body>
</html>

lovely
01-05-2004, 04:56 AM
Um,... maybe you didn't copy the code on to here correctly, but you don't have an end tag for your '<title>'... is that it?

When I tried it on my system it worked after I gave it an end tag, so I'd be guessing that's probably it. :)

bellportal
01-05-2004, 07:49 AM
Yep, the new code should be...


<html>
<head>
<title>Esigs Inc. (ElderShadow's Signatures inc.)</title>

<STYLE TYPE="text/css">
A:link { text-decoration : none;
color : #ffffff;}
A:visited { text-decoration : none;
color : #ffffff;}
A:active { text-decoration : none;
color : #ffffff;}
A:hover { text-decoration : none;
color : #000000;}
</STYLE>

</head>
<body>
<body bgcolor="#000000" text="#ffffff">
<center>
<img src="logo.png">
</center>

<td width=117 height=400 bgcolor="#000000" rowspan=3 valign=top align="left">
<font face=verdana size=3>
<b>Site info</b>
<a href="www.freewebs.com/esigs/link.htm">::LINK::</a><br>
<a href="www.freewebs.com/esigs/link.htm">::LINK::</a><br>
<a href="www.freewebs.com/esigs/link.htm">::LINK::</a><br>
<a href="www.freewebs.com/esigs/link.htm">::LINK::</a><br>
</font>
</td>

</body>
</html>

ElderShadow
01-05-2004, 09:53 PM
ooo thank you soo much, i was up so late, and didnt notice i didnt finish the code ^^.

bellportal
01-06-2004, 11:55 AM
No problems. I'd just like to say that I thought your code was very well laid out!