Title: How?
Anubis - March 22, 2005 10:08 PM (GMT)
How do u put all thoughs on top, Portal · Visit TrekUnited · Visit SaveEnterprise · To Boldly Go... Main Site · Visit Call Of The Cougar
Sevens - March 23, 2005 04:54 AM (GMT)
i will look this up for you and post it tomorrow! :)
Igor - March 23, 2005 02:56 PM (GMT)
Here's the code:
<script type='text/javascript'>
<!--
// add link on the portal side of the submenu
// code by ticlo
function addSubmenuLink(url, text, blank) {
var e
e = document.getElementById('submenu')
if (e && e.nodeName == 'TABLE') {
e.rows[0].cells[0].innerHTML += ' · <a href="' + url + '"' + (blank ? ' target="_blank"' : '') + '>' + text + '</a>'
}}
addSubmenuLink('http://www.somedomain.com', 'Visit somedomain.com')
// -->
</script>
The thing in red replace by the URL, the thing in blue replace by the text which would represent the link.
You can have as much as you want, just copy the addSubmenuLink line
Anubis - March 23, 2005 03:14 PM (GMT)
Thanks for the help :rock: Um where do you put that?
Odogoo - March 24, 2005 05:50 AM (GMT)
That is what I was wondering. I got this scrolling banner cause it was the only code i understood on the main site help thing. but I think that is different what you are talking about. How do you ame a rolling message?
Igor - March 24, 2005 03:19 PM (GMT)
you put that in the Board header...
right under the Board header tags...
Guest - March 24, 2005 03:42 PM (GMT)
Oh ok thanks again, Live long and prosper
Captain Hair - March 24, 2005 04:58 PM (GMT)
Canadian Mind - March 24, 2005 06:40 PM (GMT)
| QUOTE (Captain Hair @ Mar 24 2005, 11:58 AM) |
| Guest? I confused... |
Guests are allowed to post if they don't sign up I believe. Mr.Sevens?
Cougar - March 24, 2005 08:57 PM (GMT)
They are allowed to post in the feedback section ;)
Anubis - March 24, 2005 09:41 PM (GMT)
Oh sorry guest was me forgot to sign in, sometime it does it automatically. :star-wars:
Igor - March 25, 2005 08:10 PM (GMT)