Sonica the hedgehog's 3rd website

html sources
Home | Our new ad | Link to me | Html Codes | flash movies | Link me | cool sites | Contact without email | Chatroom | Sprites and pictures | games | downloads | Forums | Stories and Hoaxes | Episode Reviews/trailers | Media | Tell a friend | Guestbook | Add a link | Related Links | Contact Me | Win my award

If you are wondering why some sites have more features than their host, here the secret: HTML
Okay you may be starting to panic of seeing this: <javascript><backgroundurl><URL:https://www.tripod.com/tripodlogo.gif
etc, but its easier than you think, here is some of the basics

                                                     Html codes                   
 
To simply make a cursor, follow these instrusions
First copy and paste the text below:
 
</center><body style="cursor:url(Put the cursor URL in these brackets);">
To make a background do this:
<body background="Put the background image url here!>
 
To make a prompt asking somebody's name copy this:
 
whatName=prompt("Please type in your name:","");
function doName(theName){
  if ((whatName != "")&&(whatName !=null)){
    // you can modify this as needed
    // this is the message if a name is typed in
    document.writeln("Hello "+whatName+"!")
  }else{
    // you can modify this as needed
    // this is the message if a name is *not* typed in
    document.writeln("Hi there, what's your name")
  }
}
doName(whatName);
</script>
 
To make a alert saying something copy this in
 
<BODY BGCOLOR="#ffffff" link="#0000cd" vlink="#0000cd" onLoad="alert('Welcome To Your website
load="alert('Thanks For Coming');">
 
To make a no-right click pop up, copy this:
 
function nrc(e) {
   if (bNS && e.which > 1){
      alert(am)
      return false
   } else if (bIE && (event.button >1)) {
     alert(am)
     return false;
   }
}

Enter supporting content here

Roses and Violets -->


By Sonica the hedgehog
>