trying to make a navigation bar in table format Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    trying to make a navigation bar in table format

    avatar
    Goppyrules
    Forumember


    Posts : 125
    Reputation : 2
    Language : english

    In progress trying to make a navigation bar in table format

    Post by Goppyrules August 3rd 2014, 4:39 pm

    trying to make a navigation bar in table format Someth10

    anyway i can make this as a widget?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: trying to make a navigation bar in table format

    Post by Ange Tuteur August 3rd 2014, 7:26 pm

    Hello Goppyrules,

    Simply add the following content to a widget :
    Administration Panel > Modules > Forum Widgets Management > Create a new widget

    Titles : Your choice
    Use a table type : Yes
    Code:
    <div id="widget-nav">
      <a href="/">Forum</a>
      <a href="/profile">Profile</a>
    </div>

    All you need to do is modify the current links and add more as you see fit.

    Then add the following to your stylesheet :
    Display > Colors > CSS stylesheet
    Code:
    #widget-nav a {
      display:block;
      color:#0AC;
      font-size:12px;
      margin:2px 0;
    }

    You can adjust the style as needed, I've only included a few basics.
    avatar
    Goppyrules
    Forumember


    Posts : 125
    Reputation : 2
    Language : english

    In progress Re: trying to make a navigation bar in table format

    Post by Goppyrules August 4th 2014, 5:01 am

    i got the navigation bar formed but its not in a table like the example i got.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51552
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: trying to make a navigation bar in table format

    Post by SLGray August 4th 2014, 9:56 am

    Code:
    [table border="1"][tr][td]TEXT/LINK[/td]
    [/tr]
    [tr][td]TEXT/LINK[/td]
    [/tr]
    [/table]
    TEXT/LINK
    TEXT/LINK



    trying to make a navigation bar in table format Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.