View Full Version : I don't know what the problem is!!!!!


punkrawkdrummer
03-13-2003, 05:26 PM
I did everything that the site said to do for frames (and i even used MSFront Page ;-) but the frames in my site like double when you hit a link. heres my site http://geocities.com/punkrawkdrummer15/

heres the code i did for the contents:

<html>

<head>
<title>contents</title>
<style type="text/css">
A:link
{ text-decoration: none; cursor:crosshair }
A:visited
{ text-decoration: none }
A:active
{ text-decoration: none }
a:hover
{background-color: darkred; text-decoration: underline; color: black; cursor:crosshair }
</style>
</head>

<body link="#000000" bgcolor="#FF0000" vlink="#000000" alink="#000000">

<p><font face="Space Toaster" size="6">Contents</font></p>
<p><font face="Space Toaster" size="5"><a href="http://geocities.com/punkrawkdrummer15/home.html" target="main">home</a></font></p>
<p><font face="Space Toaster" size="5"><a href="http://geocities.com/punkrawkdrummer15/debate.html" target="main">debate</a></font></p>
<p><font face="Space Toaster" size="5"><a herf="http://geocities.com/punkrawkdrummer15/muzic.html" target="main" href="http://geocities.com/punkrawkdrummer15/muzic.html">muzic</a></font></p>
<p><font face="Space Toaster" size="5"><a herf="http://geocities.com/punkrawkdrummer15/hometownband.html" target="main" href="http://geocities.com/punkrawkdrummer15/hometownband.html">hometownband</a></font></p>
<p><font face="Space Toaster" size="5"><a herf="http://geocities.com/punkrawkdrummer15/linx.html" target="main" href="http://geocities.com/punkrawkdrummer15/linx.html">linx</a></font></p>
<p><font face="Space Toaster" size="5"><a herf="http://geocities.com/punkrawkdrummer15/contact.html" target="main" href="http://geocities.com/punkrawkdrummer15/contact.html">contact me</a></font></p>
</body>
</html>

heres what i do for the frames pages:

<html>
<head>
<title>PunkRawkingDrummer</title>
</head>
<frameset framespacing="0" border="0" cols="150,*" frameborder="0">
<frame name="contents" target="main" src="contents.html" noresize>
<frame name="main" src="home.html" scrolling="auto" noresize>
<noframes>
<body>
<p></p>
</body>
</noframes>
</frameset>
</html>


HELP!!

Sheila
03-13-2003, 06:04 PM
I don't know what is going on with your site, but when I view your pages individually there are framecodes on that page to ....

For example:
http://geocities.com/punkrawkdrummer15/debate.html
http://geocities.com/punkrawkdrummer15/muzic.html


Of course it shouldn't be that way.