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> </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
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> </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