Site hosted by Angelfire.com: Build your free website today!

More Cool HTML


**REMEMBER TO TAKE OUT THE STARS IN THE CODES**

You can use the same code for this one. Where is says FILTER put either Glow, Shadow, or Dropshadow... depending on which one you prefer.

Glow, Shadow, DropShadow:
<*table style="filter:TYPE(color=COLOR OF EFFECT HERE, strength=#)"*>TEXT HERE<*/table*>
Examples:
TEXT HERE
TEXT HERE
DropShadow


Some cool dividers:

<*TABLE STYLE="filter:glow(color=COLOR HERE, strength=10)"*><*hr width=500color=COLOR HERE*><*/table*>






Want a background?? Here's the code: <*body background*= "URL">

Page Aligning: <*p align=center/left/right*> (pick one..)

Sick of people right-clicking and stealing your pictures? Here's the code to make it stop:

<*script language="JavaScript"*>*var message="TEXT HERE";function click(e) {if (document.all) {if (event.button==2||event.button==3) {alert(message);return false;};};else if (document.layers||document.getElementById) {if (e.which == 3) {alert(message);return false;};};};if (document.layers) {document.captureEvents(Event.MOUSEDOWN);};document.onmousedown=click;*<*/script*>

Banded Transition Roomer
<*META http-equiv="Page-Enter" CONTENT="RevealTrans(Duration=#,Transition=#)"*>
Here are the different transition you can use.. put the number in: Here are what the transistions are!
0 - Shrinking Box Changes Screen
1 - Growing Box Changes Screen
2 - Shrinking Circle Changes Screen
3 - Growing Circle Changes Screen
4 - Wipes Up to Clear Screen
5 - Wipes Down to Clear Screen
6 - Wipes Right to Clear Screen
7 - Wipes Left to Clear Screen
8 - Right Moving Stripes Clear Screen
9 - Downward Moving Stripes Clear Screen
10 - Right Moving Boxes Clear Screen
11 - Downward Moving Boxes Clear Screen
12 - Pixels "Dissolve" screen
13 - Horizontal Curtain Closing
14 - Horizontal Curtain Opening
15 - Vertical Curtian Closing
16 - Vertical Curtian Opening
17 - Strips away previous screen going Left-Down
18 - Strips away previous screen going Left-Up
19 - Strips away previous screen going Right-Down
20 - Strips away previous screen going Right-Up
21 - Horizontal Bars "Dissolve" screen
22 - Vertical Bars "Dissolve" screen
23 - Random Effect


Want music on your website?? Here:
<*bgsound src="URL OF MIDI-FILE" loop=infinite*>

Wouldn't it be cool if you could flip the page around?? You CAN!! Here:
<*style*>body{direction:rtl;}<*/style*>

Flip the text around too:
<*style*>u.moo {width:400;height:15;font-size:11pt}<*/style*><*u class="moo" style="filter:FlipH; font-family:Arial; font-size:12pt"*>TEXT HERE<*/u*>

Mouse-over changing Text:
<*p onmouseover="this.innerText='THIS IS WHAT THEY WILL SEE WHEN THEY SCROLL OVER'" onmouseout="this.innerText='TEXT PEOPLE WILL SEE'"*>'ALSO TEXT PEOPLE WILL SEE'
Results:

'ALSO TEXT PEOPLE WILL SEE'