extras

note odd things that you dont necciseraly need but are very useful and cool nontheless

BACK

boarder around the whole page
change the 0 to 100 and anything below to give the width
<style type="text/css">body {border: 0px solid BLACK;}</style>

-------------------------------------------------
cursorse

main code
<style type=text/css>
body{cursor:TYPE}
a {cursor: TYPE}</style>
for a curser that you would like, copy an option from the list
below, then replace TYPE in the code above with your option.

4-Sided Arrow Cursor
move

crosshaired cursor
crosshair

Arrow pointing up
n-resize

arrow pointing diagonally up and to the right
ne-resize

arrow pointing right
e-resize

arrow pointing diagonally down and right
se-resize

arrow pointing down
s-resize

-------------------------------------------------
for a box that showes any text [be writing or html code] simply copy the
text below
<TEXTAREA>YOUR TEXT <TEXTAREA>

------------------------------------------------

code for a fixed background [does not work on all websites]
<style>body {background-color:
#FF0099;
background-image:
url(direct lik - url of picture for the background goes here);
background-repeat:
no-repeat; background-position:
right;
background-attachment:
fixed}</style>