Gametoast Banner?
Moderator: Moderators
- redgroupclan
- High General
- Posts: 867
- Joined: Thu Jan 24, 2008 11:47 pm
- Location: For less cheap gameplay - BF2 v1.1 server "NoEngineersAntiGlitch"
Gametoast Banner?
How do I get a banner on a website to be different with every page load like the Gametoast banner?
-
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Gametoast Banner?
Depends on the code language for the web page.
In HTML, one page would have:
And then another page would have:
I'm pretty sure the href parameter would go in the <img> tag.
And what? Gametoast's banner always links to the site index. :S
In HTML, one page would have:
Code: Select all
<img src="image_url_here" href="url_of_page_here" />
Code: Select all
<img src="image_url_here" href="url_of_different_page_here" />
And what? Gametoast's banner always links to the site index. :S
Last edited by Marth8880 on Fri Mar 30, 2012 5:44 pm, edited 1 time in total.
-
- Droid Pilot Assassin
- Posts: 2002
- Joined: Sat Nov 15, 2008 1:57 pm
- xbox live or psn: ScorchRaserik
Re: Gametoast Banner?
Profile>Board Preferences>Switch site theme to "guru[GT]">Submit>Hit refresh a couple times.Marth8880 wrote: And what? Gametoast's banner always links to the site index. :S
-
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Gametoast Banner?
Oh yeah, there are other themes!