Title: [S] Headers
pirate.bombshell - October 30, 2007 10:55 PM (GMT)
Does anyone have the code or knows how to switch headers once you click another page?
=)
ShinLi - October 31, 2007 07:42 AM (GMT)
I think there was a question about this earlier, have a look in the solved support forum, something about rotating banners, so when it loads a new page, you'll get another banner.
pirate.bombshell - October 31, 2007 09:19 PM (GMT)
Hmmm.. it seemed the people were displeased with the coding. =/
Would anyone have a good, easy to use code perhaps?
Silver Wolf - November 1, 2007 04:35 AM (GMT)
I don't think there is a really good code for it. I've been looking fo ra good one for three years. Also, I've been looking for a good "Different banner per forum" code. I don't think it exists. And since I'm shyte at making codes, I can't do it myself. Plus, I just don't have the time.
pirate.bombshell - November 4, 2007 05:37 PM (GMT)
Okay! I found a code & everything and I need help on where I place it and how I use it!
| QUOTE |
<SCRIPT>
<!-- written by The Omega
// http://members.xoom.com/the_omega/
// the_omega@geocities.com
// You must leave these comments in to use the script
// (hey, I wrote it. Let me have a little credit!)
// put info for randomly selected banners here, as in the examples
gfx0="banner1.gif"; (http://i21.photobucket.com/albums/b300/paper3clip3/headerbtsxv5.png)
lnk0="page1.html"; (delete this note: this is the site homepage URL)
alt0="Index";
txt0="";
gfx1=" banner2.gif ";
lnk1="page2.html?";
alt1="Index";
txt1="";
gfx2="banner3.gif";
lnk2="page3.html";
alt2="Alt code 3";
txt2="Tagline 3";
len=2; // 2
today=new Date();
today=Math.round(today.getTime()/10);
rnd=today%len;
document.writeln('<A HREF="'+eval("lnk"+rnd)+'"><IMG SRC="'+eval("gfx"+rnd)+'" ALT="'+eval("alt"+rnd)+'"><BR>'+eval("txt"+rnd)+'</A>');
//-->
</SCRIPT> |
That's the code for anyone who needs it. And can someone please help me with it! I'd really appreaciate it!<3
Horsecrzy721 - November 12, 2007 07:35 PM (GMT)
The only person who can really help you with the coding would probably be the original maker. Go to where ever you got the code and I suggest asking them.
Silver Wolf - November 12, 2007 11:17 PM (GMT)
Ya, sorry. Ithought Ireplied ... I tried to figure it out. I could get some things, but others I weren't sure about. So ya. Ask the creator if you can.
ShinLi - January 11, 2008 10:43 PM (GMT)
Your topic has been solved and moved to the 'Solved Support Topics' forum! Still have a question, or something isn't clear yet? PM an admin, gmod or cmod, and it will be moved back to the Support Center.