Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2007
    Posts
    212
    Plugin Contributions
    0

    Default Add extra links below the header..

    Hi guys, basically i want to add a horizontal row of links right beneath my header logo..

    How would i do that?

    http://www.letsplaysport.co.uk/zc/

    thanks

  2. #2
    Join Date
    Dec 2006
    Posts
    17
    Plugin Contributions
    0

    Default Re: Add extra links below the header..

    First open includes > templates > YOUR_TEMPLATE > common > tpl_header.php

    After the last line of the source code add this code:

    <div id="horizontalNavBar">
    <ul>
    <li><a class="" href="NEW_LINK1">Link name 1</a></li>
    <li><a class="" href="NEW_LINK2">Link name 2</a></li>
    </ul>
    </div>


    Add the styles below in stylesheet.css
    (This is only an example, you can changes to change the look)

    #horizontalNavBar{
    white-space : nowrap;
    background-color : #000;
    float : left;
    color : #fff;
    width : 794px;
    border-style : solid;
    border-color : #000;
    border-width : 4px 3px 0px 3px;
    }
    #horizontalNavBar ul{
    padding : 0px;
    margin : 0px;
    float : right;
    }
    #horizontalNavBar ul li{
    display : inline;
    }
    #horizontalNavBar ul li a{
    padding-left : 1em;
    padding-right : 1em;
    background-color : #000;
    color : #fff;
    font-size: 12px;
    font-family: arial,helvetica,sans-serif;
    font-weight : bold;
    text-decoration : none;
    float : left;
    border-right-color : #000;
    border-right-style : solid;
    border-right-width : 1px;
    }
    #horizontalNavBar ul li a:hover{
    background-color : #fff;
    color : #000;
    }

  3. #3
    Join Date
    Feb 2007
    Posts
    212
    Plugin Contributions
    0

    Default Re: Add extra links below the header..

    Hi mate..Did what you said...but it looks kinda wrong...where have i gone wrong??

    www.letsplaysport.co.uk/zc

  4. #4
    Join Date
    Feb 2007
    Posts
    212
    Plugin Contributions
    0

    Default Re: Add extra links below the header..

    If i can hook the pages to page_2 and the other to page_3 that would be excellent and perfect.

  5. #5
    Join Date
    Feb 2007
    Posts
    212
    Plugin Contributions
    0

    Default Re: Add extra links below the header..

    i found that i can use EZ pages....seems a lot easier..thank you for your help anyway..i sure il be back to make minor adjustments.lol

  6. #6
    Join Date
    Feb 2007
    Posts
    212
    Plugin Contributions
    0

    Default Re: Add extra links below the header..

    Hi im back again. managed to get a EZ page created and hooked up beneath the header.

    My question is what do i need to change (and where) to mess about with the font.

    For eg: the text 'Tips' is way to small..how do i make it white & larger.

    thanxs

    www.letsplaysport.co.uk/zc

 

 

Similar Threads

  1. Extra space below header image
    By aqswskiing in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Aug 2010, 05:34 PM
  2. Insert Image with Links Below the Header
    By dosniner in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 19 Nov 2009, 10:59 PM
  3. Category Links below the header
    By christymreed in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 7 Sep 2009, 02:00 AM
  4. How can I insert links below "Add to cart" in the product infor page?
    By ttmb33 in forum Customization from the Admin
    Replies: 0
    Last Post: 5 Aug 2009, 07:42 AM
  5. Center ez-pages links below header
    By jvanree in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Oct 2008, 11:46 AM

Posting Permissions

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