Topic: Extra link in navigation
I want add a new extra link in navigation. Like shown in image on right position:
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → Extra link in navigation
I want add a new extra link in navigation. Like shown in image on right position:
Some one know? ;s I really need this.
It's mostly spammers around here on weekends.
I see the navlink has the id "navextra" and I see it mentioned in /include/essentials.php but I can't find it either. You can try fiddeling with #brd-navlinks in the css and change float:left to right, but that's not really it either. The other thing which is close, but not as you mention, is to add the link on the right and keep it floating left with the rest of them.
Still not found the way how to add link to right. I have tried to make link like this in admin panel:
<div align="right"><a href="LINK"></a></div> but i't not working correctly....
Someone gimme idea how to add link in navigation right position...
I wish to get answer... sorry for flooding, but i really need this.
You can add a link on the right and you can move them all to the right. Do you really need the space?
yeah i need it...
smart peoples please help me |||
Not really clean solution but it should work...
Oxygen_cs.css, line 223 (aprox.) (or whichever template you are using)
Add
position: relative;
And in Admininistration > Settings > Setup add your link like this
0 = <div style="position: absolute; right: 15px; top: 7px;"><a href="http://google.com">Google</a></div>
(Guess you'll have to change those "right" and "top" vals, but I believe you can handle that )
PunBB Forums → PunBB 1.3 troubleshooting → Extra link in navigation
Powered by PunBB, supported by Informer Technologies, Inc.