blah

Posted by Kaz on Nov. 25, 2006, 2:59 p.m.

testing shit, go away

<TABLE STYLE="filter:glow(color=red,

strength=5)">

<TR><TD><center>OMG GLOWY TEXT</center></TABLE>

<TABLE STYLE="filter:shadow(color=lime,

strength=10)">

<TR><TD><center>OMG SHADOWY TEXT</center></TABLE>

<TABLE STYLE="filter:dropshadow(color=blue,

strength=10)">

<TR><TD><center>OMG A DROP SHADOW</center></TABLE>

Comments

AthamX 17 years, 12 months ago

Quote:
testing shit, go away

OMG how did you know I was here?

Kaz 17 years, 12 months ago

<input type="submit" onclick='alert("Im that good")' value="Click">

Kaz 17 years, 12 months ago

YOUR MOM IS TEH SUCK

Snakeman 17 years, 12 months ago

OMG A BUTTON. :P

Rob 17 years, 12 months ago

thats pretty simple JavaScript…try

<script type="text/javascript">

var d = new Date()

var time = d.getHours()

if (time > 21)

{

document.write("Go to bed!")

}

else

if (time < 6)

{

document.write("Go to bed!")

}

else

if (time < 11)

{

document.write("Good morning!")

}

else

if (time < 18)

{

document.write("Good day!")

}

else

if (time < 22)

{

document.write("Good night!")

}

</script>

Alert Games 17 years, 12 months ago

omg HTML stikes again >_> I wish I could use html, but I actually don't have many uses anyway.

Kaz 17 years, 12 months ago

The text is just HTML. I was trying to do something with the button in JS but I got bored with it.

Nighthawk 17 years, 12 months ago

<input type="submit" onclick='alert("Yay! Cheese!")' value="Click for Food!">

Aw… I can't use HTML.:(

Kaz 17 years, 12 months ago

lol

DesertFox 17 years, 11 months ago

<input type="submit" onclick='alert("Yay! Cheese!")' value="Click for Food!">