Log in

View Full Version : Need Help



Lysine
27-11-2005, 08:05 PM
Ok
I have coded my layout and it is on my site and there is a file called navigation.html and i have added the links and my pages keep opening up in the navigation box and not the main box :( What is the problem ? Here is the code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<link href="css.css" type="text/css" rel="stylesheet">
</head>
<body style="background-color: #6bb5ff;">
<p>&nbsp;</p>
<div> <a href="news.html">Home</a></div>
<div> <a href="jobs.html">Jobs</a></div>
<div> <a href="staff.html">Staff</a> </div>
<div> <a href="contact.php">Contact Us</a></div>
<div> <a href="/cutenews/show_news.php ">UK News</a></div>
<div> <a href="/international/cutenews/show_news.php ">Int.News</a> </div>
<div> <a href="/Site news/cutenews/show_news.php ">Site News</a></div>
<div> <a href="links.html">Links</a></div>
<div> <a href="newsletter.html">Newsletter</a></div>
<div> <a href="guides.html">Guides</a></div>
<div> <a href="competition.html">Competition</a> </div>
</body>
</html>

If you can help i will + Rep :D

Lysine
27-11-2005, 09:41 PM
Any1 Help?

madchild24
27-11-2005, 09:47 PM
<a href="competition.html"><target=NAME OF IFRAME>Competition</a> </div>
not sure if thats exact code

Splinter
28-11-2005, 08:05 AM
basically you need to target your links so that when you click them so you need to add the following code to your iframe tag

name="framei"
and then add the following code to all your links in the <a href> tag ;)

target="framei"

Rogue
28-11-2005, 08:14 AM
have you setup the frame? if so check the name. its worth using frontpage for frames. its veryuseful.

Sygon
28-11-2005, 01:28 PM
Ok
add this to the iframe
name="iframemain"
then add this to the link u wnted it to where it says ahref etc
target="iframemain"

Want to hide these adverts? Register an account for free!