Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Help with Links in Same Frame

Options
  • 09-07-2006 1:27pm
    #1
    Registered Users Posts: 3,712 ✭✭✭


    Hey

    Have a website at www.irishgunners.com(ok dont go straight there but click on link on top frame and you do will sort this out soon)

    Have the links down the left side of the page

    Html below

    <div id="leftcol">
    <div id="navcontainer">
    <ul id="navlist">



    <li><a href="index.htm" target="_self" >Home</a></li>



    <li><a href="squad.htm" target="_self" >Squad</a></li>
    <li><a href="soccer/index.html" >Arsenal Pics</a></li>
    <li><a href="song.htm" target="_self" >Songs</a></li>
    <li><a href="blog.htm" target="_self" >Blog</a></li>
    <li><a href="irish.htm" target="_self" >Arsenal & Green</a></li>
    <li><a href="soccer/index.html" target="_blank" >Merchandise</a></li>
    <li><a href="fixtures.htm" target="_self" >Fixtures</a></li>
    <li><a href="tickets.htm" target="_self" >Tickets</a></li>
    <li><a href="Live.htm" target="_self" >MatchDay Live</a></li>

    <li><a href="clubinfo.htm" target="_self" >Club Info</a></li>

    <li><a href="download.htm" target="_self" >Downloads</a></li>

    <li><a href="contact.htm" target="_self" >Contact</a></li>
    <li><a href="http://www.worldeasy.com/phBB&quot; target="_self" >Message Board</a></li>
    <li><a href="links.htm" target="_self" >Links</a></li)
    </ul>


    All the links open in the same frame except for the last 'links.htm' ?

    Trying to figure it out but can't ?

    Anyone help

    Thanks


Comments

  • Banned (with Prison Access) Posts: 8,486 ✭✭✭miju


    <li><a href="links.htm" target="_self" >Links</a></li)

    should be

    <li><a href="links.htm" target="_self" >Links</a></li> for a start


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    You don't need TARGET="_self", the default is to load links in the current frame so it's unneccessary redundancy.

    adam


  • Registered Users Posts: 3,712 ✭✭✭Irish Gunner


    miju wrote:
    <li><a href="links.htm" target="_self" >Links</a></li)

    should be

    <li><a href="links.htm" target="_self" >Links</a></li> for a start

    Thats exactly they way it is ?

    Also removed the target and left it blank but still no joy ? Still opens up in new window well the other links open in same frame ?


  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    change

    <li><a href="links.htm" target="_blank" >Links</a></li>

    to

    <li><a href="links.htm" target="_self" >Links</a></li>


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    It wasn't set to _blank Ph3nom.

    I just visited that website and I don't see any links on the left hand side. I hope you're not just trolling for traffic.

    adam


  • Advertisement
  • Closed Accounts Posts: 7,145 ✭✭✭DonkeyStyle \o/


    Ken Shabby wrote:
    I just visited that website and I don't see any links on the left hand side.
    (ok dont go straight there but click on link on top frame
    ie. the Irish Gunners menu item :p
    The plot thickens.


  • Registered Users Posts: 35,524 ✭✭✭✭Gordon


    Thats exactly they way it is ?
    It's not, it's set to _blank.


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    It is an' all. Ah well, if you can't copy and paste your own HTML... ;)


  • Registered Users Posts: 3,712 ✭✭✭Irish Gunner


    Cheers

    not looking for traffic just trying to sort out the link

    Cannot understand the other links open in same frame bu the links pages opens in new page ??


  • Registered Users Posts: 35,524 ✭✭✭✭Gordon


    Did you make that website?!

    It's clearly the _blank that's the problem:
    <li><a href="fixtures.htm" target="[color=blue]_self[/color]" >Fixtures</a></li>
    <li><a href="tickets.htm" target="[color=blue]_self[/color]" >Tickets</a></li>
    <li><a href="Live.htm" target="[color=blue]_self[/color]" >MatchDay Live</a></li>
    <li><a href="clubinfo.htm" target="[color=blue]_self[/color]" >Club Info</a></li>
    <li><a href="download.htm" target="[color=blue]_self[/color]" >Downloads</a></li>
    <li><a href="contact.htm" target="[color=blue]_self[/color]" >Contact</a></li>
    <li><a href="http://www.worldeasy.com/phBB" target="[color=blue]_self[/color]" >Message Board</a></li>
    <li><a href="links.htm" target="[color=red]_blank[/color]" >Links</a></li>
    


  • Advertisement
  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    Gordon wrote:
    Did you make that website?!

    It's clearly the _blank that's the problem:
    <li><a href="fixtures.htm" target="[color=blue]_self[/color]" >Fixtures</a></li>
    <li><a href="tickets.htm" target="[color=blue]_self[/color]" >Tickets</a></li>
    <li><a href="Live.htm" target="[color=blue]_self[/color]" >MatchDay Live</a></li>
    <li><a href="clubinfo.htm" target="[color=blue]_self[/color]" >Club Info</a></li>
    <li><a href="download.htm" target="[color=blue]_self[/color]" >Downloads</a></li>
    <li><a href="contact.htm" target="[color=blue]_self[/color]" >Contact</a></li>
    <li><a href="http://www.worldeasy.com/phBB" target="[color=blue]_self[/color]" >Message Board</a></li>
    <li><a href="links.htm" target="[color=red]_blank[/color]" >Links</a></li>
    



    yay so I was right :)


  • Registered Users Posts: 3,712 ✭✭✭Irish Gunner


    Cheers

    Bloody stupid of me was uploading an htm file and a html file and was getting the 2 of them mixed up DOH!!!

    Its working now after leaving it at "_self"

    Thanks for all your help

    Cheers


Advertisement