 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Provoked
Joined: 28 Mar 2005 Posts: 7
|
Posted: Thu May 12, 2005 7:16 pm What did I do? |
|
|
|
I used the code:
<html>
<head>
<br><br>
<font size=3><b><u>OOC</u></b></font>
<br>
<a href="/rules.html" target="/left.html">Rules</a>
<br><br>
<a href="http://b4.boards2go.com/boards/board.cgi?user=WCRFJoin" target="/left.html">Sign Up</a>
<br><br>
<a href="/hanbook.html" target="/left.html">The Handbook</a>
<br><br>
<a href="/staff.html" target="/left.html">Staff Info.</a>
<br><br>
<a href="http://b4.boards2go.com/boards/board.cgi?user=WCRFOoc" target="/left.html">OOC</a>
<br><br>
</head>
<body bgcolor="black" text="darkred" link="darkred" vlink="darkred">
</body>
</html>
For the links but they won't display right!
Here is the URL:
http://allygibson.tripod.com |
|
Corey Bryant

Joined: 15 May 2004 Posts: 8154 Location: Castle Rock CO USA
|
Posted: Thu May 12, 2005 7:20 pm |
|
|
|
|
Your target would be pointing to your frame name (left, right, top, bottom, main, etc) - not left.html (left.html is a page name, not your frame name). Make sure to name your frames also |
|
Provoked
Joined: 28 Mar 2005 Posts: 7
|
Posted: Thu May 12, 2005 7:21 pm |
|
|
|
| Okay let me try it! |
|
Provoked
Joined: 28 Mar 2005 Posts: 7
|
Posted: Thu May 12, 2005 7:23 pm |
|
|
|
So I used this:
<html>
<head>
<br><br>
<font size=3><b><u>OOC</u></b></font>
<br>
<a href="/rules.html" target="left">Rules</a>
<br><br>
<a href="http://b4.boards2go.com/boards/board.cgi?user=WCRFJoin" target="left">Sign Up</a>
<br><br>
<a href="/hanbook.html" target="left">The Handbook</a>
<br><br>
<a href="/staff.html" target="left">Staff Info.</a>
<br><br>
<a href="http://b4.boards2go.com/boards/board.cgi?user=WCRFOoc" target="left">OOC</a>
<br><br>
</head>
<body bgcolor="black" text="darkred" link="darkred" vlink="darkred">
</body>
</html>
And it still wont work... |
|
Corey Bryant

Joined: 15 May 2004 Posts: 8154 Location: Castle Rock CO USA
|
Posted: Thu May 12, 2005 7:28 pm |
|
|
|
| you need to review all your coding actually. Links go in the body, not the head of the html document. Take a look at the Introduction to HTML to learn where each tag needs to go |
|
Provoked
Joined: 28 Mar 2005 Posts: 7
|
Posted: Thu May 12, 2005 7:31 pm |
|
|
|
| I forgot that rule... hmm. I must be doing something really wrong! |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|