This is the Message Centre for Silly Willy

claiming stupidity.

Post 1

glitter girl Keeper of the Glowing Glitter and Curator of the Polyester Slacks Museum

oooh, i'm sick with envy. smiley - hangover how did you get all the neat colors? i don't have quite the skills to do anything so fancy. not yet at least.
smiley - fairy


claiming stupidity.

Post 2

Silly Willy

Hello!!
The colors? Well, that would be telling!
Do you have your page set to GuideML? If so it's a breeze!
smiley - winkeye
smiley - silly


claiming stupidity.

Post 3

glitter girl Keeper of the Glowing Glitter and Curator of the Polyester Slacks Museum

yeah mine's set to guide, but so far i haven't had any luck. must be a stangant breeze, maybe one off a landfill..
smiley - fairy


claiming stupidity.

Post 4

Silly Willy

The changing color links relies on JavaScript.
Put this right at the top of your page but beneath the

tags:


<!--
function initArray() {
for (var i = 0; i < initArray.arguments.length; i++) {
this[i] = initArray.arguments[i];
}
this.length = initArray.arguments.length;
}
var colors = new initArray(
"#ff0000",
"#ff2200",
"#ff4400",
"#ff6600",
"#ff8800",
"#ffaa00",
"#ffcc00",
"#ffee00",
"#eeff00",
"#ccff00",
"#aaff00",
"#88ff00",
"#66ff00",
"#44ff00",
"#22ff00",
"#00ff00",
"#00ff22",
"#00ff44",
"#00ff66",
"#00ff88",
"#00ffaa",
"#00ffcc",
"#00ffee",
"#00eeff",
"#00ccff",
"#00aaff",
"#0088ff",
"#0066ff",
"#0044ff",
"#0022ff",
"#0000ff",
"#2200ff",
"#4400ff",
"#6600ff",
"#8800ff",
"#aa00ff",
"#cc00ff",
"#ee00ff",
"#ff00ee",
"#ff00cc",
"#ff00aa",
"#ff0088",
"#ff0066",
"#ff0044",
"#ff0022");

pause_time = .1;
link = 0;
vlink = 4;
function linkDance() {
link = (link+1)%colors.length;
vlink = (vlink+1)%colors.length;
("link "+link+"\r\nvlink "+vlink+"\r\nvlinkColor "+document.vlinkColor);
document.linkColor = colors[link];
document.vlinkColor = colors[vlink];
setTimeout("linkDance();",pause_time*1000);
}
linkDance();
// -->


claiming stupidity.

Post 5

glitter girl Keeper of the Glowing Glitter and Curator of the Polyester Slacks Museum

umm, ok. thanks?
i think i might be able to figure it out.
smiley - fairy


woohoo!

Post 6

glitter girl Keeper of the Glowing Glitter and Curator of the Polyester Slacks Museum

hey! it worked! *does a little dance*
thank you!
smiley - fairy


woohoo!

Post 7

Silly Willy

No Problem.
Always glad to help smiley - winkeye
smiley - silly


Key: Complain about this post