Here are some Copy & Paste codes I've collected in the last year or so. I didn't create any of them and owe many thanks to my friends at HTML HELP for most of these! If you want to learn to build pages, they are "THE" group to join!
The following codes are on this page: Music On Your Pages/Emails Random Songs On A Page Message In "Find" Text Box Change Background Colors On A Page Image Swap On Mouseover Image Beside Email Text Image Above Header Image Above Email Text Music On/Off Button Scrolling Message In Text Box Mouseover Side Bar Blacking Out Your Email Side Bar Moving Background Reload Alert Code (WebTV Bug)
Basic Audioscope Code
Music On Your Pages/Emails. There are two codes here, I use them both at once. WebTV can hear both of them, while Internet Explorer reads only one and Netscape the other.
Random Songs On A Page. Plays songs listed in the code at random.
This code puts a message in your page visitor's "Find" box. Hit your find button to see what I mean!
This code allows visitors to your page to change the background colors. You can use whatever colors you choose, just change 'em!
Image Swap On Mouseover....This code will cause an image to change to another image when it's highlighted. Both images need to be the same size. Image 1 will appear on the page until highlighted, then image 2 will appear. You can preload image 2 by adding this near the bottom of your page: img src="http://image2URL" width="1" height="1"
This code will place an image in the body of your email next to your text. Just add your image url and midi url. If you want the image on the left use: align="left" or if you want your image on the right use: align="right"
Image Above Header. This code will place an image at the very top of your email page. You can not see this effect unless you send an email to yourself, when writing it appears below the text! Place this code immediately after your opening html tag, but before your body tag in your sig box.
Image Above Text In Email. Place this code after your closing html tag in your sig box.
Music On/Off Button. Allows visitors to turn on/off your music. Change the color of the button to suit your needs.
Scrolling Message In Text Box. This will put a personal message in the text box of your visitors.
Mouseover Side Bar. This code is for a side bar that displays a message in the status bar when the button is highlighted. For an example of this code, go HERE.