extras

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

BACK [1]

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>

(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-46896377-2', 'auto'); ga('send', 'pageview');

Source URL: https://theingots.org/community/node/1408

Links
[1] http://www.theingots.org/community/node/1254