1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need Help With Tabs in Header

Discussion in 'HTML & Website Design' started by Wrongfully Convicted, Feb 15, 2011.

  1. #1
    Someone please assist me in getting the About, Contact, Support, etc. tabs to work on my site (see: www.osborndeko.com). If you give me basic instructions i should be able to handle it.
     
    Wrongfully Convicted, Feb 15, 2011 IP
  2. sebasago

    sebasago Peon

    Messages:
    206
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What do you mean by "work" exactly? If you just want them to go to the "about, contact, support etc" pages, just change the hyperlinks for them because right now they're all linking back to your homepage.

    
    <ul>
     <li class="current_page_item"><a href="http://www.osborndeko.com" class="first">Home</a></li>
     <li><a href="http://www.osborndeko.com">About</a></li>
     <li><a href="http://www.osborndeko.com">Services</a></li>
     <li><a href="http://www.osborndeko.com">Support</a></li>
     <li></li>
     <li><a href="http://www.osborndeko.com">Contact</a></li>
    </ul>
    
    Code (markup):
     
    sebasago, Feb 15, 2011 IP
  3. developerpanda

    developerpanda Peon

    Messages:
    104
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You need to add paths of those About/Contact/Support pages in those tabs.

    For example:

    You have this for the About tab now:

    <li><a href="http://www.osborndeko.com">About</a></li>
    Code (markup):
    You should add the path to the About Page there, something like this

    <li><a href="/about.html">About</a></li>
    Code (markup):

    Depending on what kind of files you have, like HTML or PHP change it to about.html or about.php etc.

    Ask again if still got doubts.
     
    developerpanda, Feb 15, 2011 IP
  4. Wrongfully Convicted

    Wrongfully Convicted Peon

    Messages:
    436
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    yes, i am still having problems...

    i went and change the code to http://www.osborndeko.com/about.html, etc for the rest, and it still didnt go to that page when you click on the About tab. is there any way I can send you the file and you can look at it? it is in html.
     
    Wrongfully Convicted, Feb 16, 2011 IP
  5. developerpanda

    developerpanda Peon

    Messages:
    104
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I see you can click & visit different pages now, isn't that what you would expect? Otherwise please elaborate what you want.
     
    developerpanda, Feb 16, 2011 IP
  6. bhuppi890109

    bhuppi890109 Member

    Messages:
    1,337
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    48
    #6
    hey . .clarify your question. .it is not clear
     
    bhuppi890109, Feb 19, 2011 IP