|
|
| Cool Codes Copy and paste the code you want into the <head> section of your HTML. If you have any problems or questions please email me. I'll add more soon! |
| Pop-up Message |
| <script>confirm("Your Message Here")</script> |
| This makes one line over and one line under links |
| <style type="text/css"> <!-- TD, P {font-family: verdana; color:#19A6FF; font-size:13; font-weight:bold:} A:link {color: "#FF81C2"; text-decoration:none} A:visited {color: "#78E266"; text-decoration:underline} A:hover {color: "#FFF719"; text-decrotion:underline} A:hover {text-decoration: overline} --> </style> |
| If you have no or little knowledge of HTML, then you should read this page from Neopets and/or this page from Geocities.That way you will know what this stuff actually means and you won't be confused. I'm not done with this page yet but when I do, it will cover most of this stuff and hopefully you can start using HTML yourself. |
| This makes one line under links |
|
|
|
|
|
|
| <style type="text/css"><!--a{text-decoration:none} a:hover {text-decoration:underline} ---></style> <font face= verdana> <font size= 1> <font color="#66CCFF"> |
|
|
| This turns the cursor into crosshairs (+) when held over a link |
| <style><!-- A {text-decoration:none; cursor:crosshair} ---></style> |