Results 1 to 6 of 6

Thread: Need Help

  1. #1
    Join Date
    Jun 2005
    Location
    USA
    Posts
    2,047
    Tokens
    0

    Latest Awards:

    Post Need Help

    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
    *Image Removed*

    Thank you Brad for the sig


    Signature edited by Nick- (Forum Super Moderator): Please do not have images that exceed the limit for non VIPs (700 x 150) in your signature.

  2. #2
    Join Date
    Jun 2005
    Location
    USA
    Posts
    2,047
    Tokens
    0

    Latest Awards:

    Post

    Any1 Help?
    *Image Removed*

    Thank you Brad for the sig


    Signature edited by Nick- (Forum Super Moderator): Please do not have images that exceed the limit for non VIPs (700 x 150) in your signature.

  3. #3
    Join Date
    May 2005
    Location
    Burgessville
    Posts
    806
    Tokens
    0

    Default

    <a href="competition.html"><target=NAME OF IFRAME>Competition</a> </div>
    not sure if thats exact code

    Originally Posted by bananasislegend
    this thread might be better than sex..

  4. #4
    Join Date
    Nov 2005
    Posts
    807
    Tokens
    1,335

    Latest Awards:

    Default

    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
    HTML Code:
    name="framei"
    and then add the following code to all your links in the <a href> tag
    HTML Code:
     target="framei"

  5. #5
    Join Date
    Nov 2005
    Posts
    6
    Tokens
    0

    Default

    have you setup the frame? if so check the name. its worth using frontpage for frames. its veryuseful.

  6. #6
    Join Date
    Aug 2005
    Location
    Webdesign Section
    Posts
    1,032
    Tokens
    0

    Latest Awards:

    Default

    Ok
    add this to the iframe
    Code:
    name="iframemain"
    then add this to the link u wnted it to where it says ahref etc
    Code:
    target="iframemain"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •