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.

trying to make a navigation bar in table format

3 posters

Go down

In progress trying to make a navigation bar in table format

Post by Goppyrules August 3rd 2014, 6:39 am

trying to make a navigation bar in table format Someth10

anyway i can make this as a widget?
avatar
Goppyrules
Forumember

Posts : 125
Reputation : 2
Language : english

Back to top Go down

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

Post by Ange Tuteur August 3rd 2014, 9:26 am

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.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

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

Post by Goppyrules August 3rd 2014, 7:01 pm

i got the navigation bar formed but its not in a table like the example i got.
avatar
Goppyrules
Forumember

Posts : 125
Reputation : 2
Language : english

Back to top Go down

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

Post by SLGray August 3rd 2014, 11:56 pm

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum