Gems HL HTML



Home

Basic HTML
More HTML
Music
Other Bits and Pieces
What's To Come Soon
Banners
Cool Links
Contact Me
More HTML

This wonderful page is designed for all you lovely people who donate your HTML codes to this site. Before each section there will be the name of the person who donated te HTML. If you would loke to donate some, just email me all you have and it will be put up here for everyone to use. 

This first set if HTML was donated by LTangl69(NOTE: If you are the person who sent this could you send me your real name so you get the credit you deserve)

to make a pic as a bacround:
<STYLE TYPE="text/css"> BODY {background-image url(url for pic goes here);}</style>

to make ur text scroll:
<marquee behavior=scoll direction="left">text gor image goes here</marquee>

to make ur text alternate: (bounce back and forth)

<marquee behavior=alternate>text or image goes here</marquee>

to make bullets:
<li>

to make a link to aol instant message u:
<A HREF="aol://9293:screename">
what u want the link to say</a>
<br>

to make a button:

<INPUT TYPE="button"
VALUE="the button label (click me, click here, ect.)"
onClick='alert("text")'></FORM>

to make a page divider:
<hr width=NUMBER color=COLOR size=NUMBER

(width is width, size is height)

to make a picture a thumbnail:
<img src="url of pic" height=# width=#></a>

to make a pic a link:
<table background="GRAPHIC URL"
height=# width=#
border=0><a href="LINK URL"><tr><td></table>


here are some colors:


Dodgerblue Salmon Blueviolet Turquoise Darkpink Lime Seagreen Pink Royalblue Yellow Goldenrod Coral Burlywood Firebrick Forestgreen Fuchsia Indigo Skyblue Indianred Olive Peru Orchid Plum Springgreen Steelblue Teal Blue Hotpink Cornflowerblue


Italics =<i>Italicized</i>
Slashout =<s>Slashout</s>
Bold =<b>Bold</b>
Underline =<u>Underline</u>
SuperScript =<sup>SuperScript</sup>
SubScript =<sub>SubScript</sub>
Typewriter =<tt>Typewriter</tt>

your basic link:
<a href=URL OF WEBSITE>
TEXT HERE</a>

e-mail link:
<a href="mailto:NAME@EMAIL.com">
TEXT HERE</a>

mouse over links:

<a href="
"onmouseover="parent.location='URL'">
TEXT HERE</a>

mouseover link to change backround:
<a href=""
onMouseOver="var bg = prompt('TEXT');
document.bgColor=bg">
TEXT HERE</a>

mouseover pop-up:
<a href="" onMouseover="alert('TEXT')">
TEXT</a>

e-mail button:
<FORM METHOD="link"
ACTION="mailto:name@email.com">
<INPUT TYPE="submit"
VALUE="TEXT HERE"></FORM>


enter pop-up:
<SCRIPT language="JavaScript">alert("TEXT") </SCRIPT>

leaving pop up:
<BODY onUnload="alert('TEXT HERE');">

name asking pop-up:
<script language="VBScript"><!--Dim Name
Name=InputBox("Whats your name?")document.write Name-->
</script>

options buttons withpop-ups:
<form>OPTION1
<input type="radio"
onClick="alert('TEXT')">
OPTION2
<input type="radio"
onClick="alert('TEXT')">

Enter supporting content here