View More Pictures: Add a background
<body background=”IMAGE URL”>
[you can also use this for your main page also]
<body background=”IMAGE URL”>
[you can also use this for your main page also]





Put this code in your HEROES section:
Put this at the top of your ABOUT ME section:
Is ProperPink helpful to you?
Yes.
No.
<textarea>PROPERPINK</textarea>

<textarea rows=# cols=#> TEXT GOES HERE </textarea>

<ilayer name=”scroll1″> <div id=”scroll3″ style=”width:100;height:75; background-color:COLORHERE; overflow:auto”> TEXT HTML TEXT HTML </textarea></div>
<a href=URL OF WEBSITE> TEXT HERE</a>

<a href=”mailto:NAME@EMAIL.com”> TEXT HERE</a>

<a href=”mailto: NAME@EMAIL.com?subject=blah”> TEXT HERE</a>
E-MAIL ME WITH A SUBJECT ALREADY IN IT!

<a href=” “onmouseover=”parent.location=’URL’”> TEXT HERE</a>

<a href=”" onMouseOver=”var bg = prompt(’TEXT’); document.bgColor=bg”> TEXT HERE</a>
MOUSE OVER THIS TO CHANGE THE BACKGROUND COLOR!

<a href=”" onMouseover=”alert(’TEXT’)”> TEXT</a>

(When you go to the site, it automatically waits a few seconds then goes to the next site)
<META HTTP-EQUIV=”Refresh” CONTENT=”6; URL=URL HERE”>

<form><select name=select size=”1″ style=”background-color:COLORHERE; font size:#pt; font-family:FONTHERE; color:COLORHERE”onchange=”location.href= (form.select.options[form.select.selectedIndex].value)”>
<option value=”URL”>page link</option> <option value=”URL”>page link</option> <option value=”URL”>page link</option> </select></form>
***You can use these codes to stick in an image/picture you want in a blog, page, comment, or anywhere you can put HTML in, to show off to your friends! You can even add a link in them!***
<img src=”URL OF IMG”>


<a href=”URL OF LINK”> <img src=”URL OF IMG”border=0> </a>

<img src=”URL OF GRAPHIC” height=# width=#></a>

(ex. height=50 width=50)
***These are usually put in Headers of pages or these can be used as reminders, they’re text that slide or move around, you can even choose the speed of how fast they go.***
Basic marquee
<marquee>TEXT HERE</marquee>
Bouncy marquee
<marquee behavior=alternate>TEXT HERE</marquee>
Marquee with background color
<marquee bgcolor=turquoise>TEXT HERE</marquee>
Certain Speed of Marquee
<marquee scrollamount=NUMBER>TEXT HERE</marquee>
Mouseover Marquee (slows down when you put your mouse over it)
<marquee onMouseover=”this.scrollAmount=#” onMouseout=”this.scrollAmount=#”>TEXT</marquee>
*The onmouseOVER # is when you put your mouse
ON it, the onmouseOUT # is when its normal
***For HTML noobies, this is very useful for basic decoration in your blog, comments and page
***
<body background=”IMAGE URL”>
<body background=”IMAGE URL”bgproperties=”fixed”>
<hr width=NUMBER color=COLOR size=NUMBER>
(ex, width=100, color=red, size=3)
<font color=COLORHERE>TEXT HERE
PROPERPINK
(ex. color=blueviolet)
<font size=NUMBER>TEXT HERE
PROPERPINK
(ex. size=5)
<font face=”FONTNAME”>TEXT HERE
PROPERPINK
(ex. font=impact)
<font face=”FONT” size=NUMBER color=COLORHERE>TEXT HERE
PROPERPINK in Times New Roman, size 2, and Turquoise.
<span style=background:COLOR> TEXT GOES HERE</span>
PROPERPINK
<H3 STYLE=”LETTER-SPACING:#em”> TEXT HERE</H3>
<i>Italicized text here</i>
<s>Slashout text here</s>
<b>Bold text here</b>
<u>Underlined text here</u>
<sup>SuperScript text here</sup>
<sub>SubScript text here</sub>
<tt>Typewriter text here</tt>