Gametoast Banner?

How To's, Questions, and Solutions for problems. This covers anything from computer hardware problems to software recommendations to tutorials for various software programs.

Note: Neither Gametoast nor any of its members/visitors are responsible for any damage to your computer as a result from advice given in this forum. Follow advice at your own risk and be sure to back up any important files.

Moderator: Moderators

Post Reply
User avatar
redgroupclan
High General
High General
Posts: 867
Joined: Thu Jan 24, 2008 11:47 pm
Location: For less cheap gameplay - BF2 v1.1 server "NoEngineersAntiGlitch"

Gametoast Banner?

Post by redgroupclan »

How do I get a banner on a website to be different with every page load like the Gametoast banner?
Marth8880
Resistance Leader
Posts: 5042
Joined: Tue Feb 09, 2010 8:43 pm
Projects :: DI2 + Psychosis
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Re: Gametoast Banner?

Post by Marth8880 »

Depends on the code language for the web page.


In HTML, one page would have:

Code: Select all

<img src="image_url_here" href="url_of_page_here" />
And then another page would have:

Code: Select all

<img src="image_url_here" href="url_of_different_page_here" />
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
Last edited by Marth8880 on Fri Mar 30, 2012 5:44 pm, edited 1 time in total.
Twilight_Warrior
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2002
Joined: Sat Nov 15, 2008 1:57 pm
xbox live or psn: ScorchRaserik

Re: Gametoast Banner?

Post by Twilight_Warrior »

Marth8880 wrote: And what? Gametoast's banner always links to the site index. :S
Profile>Board Preferences>Switch site theme to "guru[GT]">Submit>Hit refresh a couple times.
Marth8880
Resistance Leader
Posts: 5042
Joined: Tue Feb 09, 2010 8:43 pm
Projects :: DI2 + Psychosis
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Re: Gametoast Banner?

Post by Marth8880 »

Oh yeah, there are other themes! :o
Post Reply