Closed Thread Icon

Preserved Topic: Whats wrong with these frames!? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18207" title="Pages that link to Preserved Topic: Whats wrong with these frames!? (Page 1 of 1)" rel="nofollow" >Preserved Topic: Whats wrong with these frames!? <span class="small">(Page 1 of 1)</span>\

 
Skatefx
Bipolar (III) Inmate

From: Small Patch of Grass in CT
Insane since: Mar 2001

posted posted 07-17-2001 00:23

I am trying to make the frames at www.skatefx.com/new/ work but they just show a blank screen for me. here is the code im using

code:
<html>
<head>
<title>SkateFX.com</title>
<style type="text/css">

a:hover {text-decoration: underline }

.links {color: orange; font-family: verdana; font-size: 17px; text-decoration: none}

h3 {color: black; font-family: verdana}

.content {font-size: 11pt; font-family: verdana; width: 400}

body {margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; background-color: 79B7DA}
.navi {font-family: arial; font-size: 11px; font-weight: bold}

</style>

</head>

<body>


<frameset rows="10%,90%" framespacing="0">
<frame src="http://www.skatefx.com/new/top.html" frameborder="0" border="0">
<frameset cols="75%,25%*" framespacing="0">
<frame src="http://www.skatefx.com/new/main.html" frameborder="0" border="0">
<frame src="http://www.skatefx.com/new/data.php" frameborder="0" border="0">
</frameset>
</frameset>
</body>

</html>



anyone know whats wrong with it?

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 07-17-2001 03:54

You either have

<html>
<head>
</head>
<body>
</body>
</html>

or

<html>
<head>
</head>
<frameset>
</frameset>
</html>

but not

<html>
<head>
</head>
<body>
<frameset>
</frameset>
</body>
</html>

In other words, get rid of your body tags. They indicated that the page has content, but it doesn't, it's just a frameset page.

kretsminky
Maniac (V) Inmate

From: A little lower... lower... ahhhhhh, thats the spot
Insane since: Jun 2000

posted posted 07-17-2001 04:27

What? What are you talking about?

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 07-17-2001 04:45

methinks someone deleted a post...

kretsminky
Maniac (V) Inmate

From: A little lower... lower... ahhhhhh, thats the spot
Insane since: Jun 2000

posted posted 07-17-2001 04:48

It was probably DL "thread nazi" 44

3rdperson
Paranoid (IV) Inmate

From: your subconscious. (scared yet?)
Insane since: May 2001

posted posted 07-17-2001 04:55

threep shrugs his shoulders and says:
"what are YOU talking about, krets?"


« BackwardsOnwards »

Show Forum Drop Down Menu