Topic: [Solved] Addings links to navlinks

KeyDog wrote:

You don't mean option in
» Administration » Settings » Setup
Add your own links to the main navigation menu
?

If you just want to add links in .tpl you need to use html <a href .... etc></a> I believe...
also add style properties if you're wrapping it in a <div> via .css

Unless you're trying to achieve something else I can't imagine smile

i try this
» Administration » Settings » Setup
but do't happen
any idia why ??

Re: [Solved] Addings links to navlinks

What are you trying to achieve?
paste the exact code you pasted into that box....

Re: [Solved] Addings links to navlinks

KeyDog wrote:

What are you trying to achieve?
paste the exact code you pasted into that box....

i add this code

<a href="http://www.facebook.com">Facebook</a>

Re: [Solved] Addings links to navlinks

working example would be:

1 = <a href="http://keydogbb.info/submit.php">Submit Spam</a>

[box]By entering HTML hyperlinks into this textbox, any number of items can be added to the navigation menu at the top of all pages. The format for adding new links is X = <a href="URL">LINK</a> where X is the position at which the link should be inserted (e.g. 0 to insert at the beginning and 2 to insert after "User list"). Separate entries with a linebreak.[/box]

Re: [Solved] Addings links to navlinks

thanks brother
its working