Badboy Billys Boulevard Html + Javascripts Tips
Html + Javascript Help

THIS IS A WEBMASTER RESOURCE SITE ONLY SURFERS CLICK HERE FOR HOT FREE PORN

Basic Html + Javascripts with examples.   More pages are being developed and should be up by the end of the month so don't forget to bookmark Badboy Billys Boulevard and come back and check for the latest updates.


EXAMPLE
Mouseover that will hide your affiliate code
<a href="http://www.badboybillysboulevard.com/affiliatecode"onMouseOver="window.status='http://www.badboybillysboulevard.com/'
;return true" onMouseOut="self.status='';return true"Badboy Billys Boulevard
</a>
RIGHT CLICK INSIDE THE TEXT BOX BELOW AND SELECT ALL COPY AND PASTE INTO YOUR DOCUMENT
EXAMPLE
Mouseover that will hide your affiliate and add alt text to text links
<a href="http://www.badboybillysboulevard.com/webmaster.html"onMouseOver="self.status='http://www.badboybillysboulevard.com/';
return true" onMouseOut="window.status='';return true"
title="Badboy Billys Boulevard"</a>
RIGHT CLICK INSIDE THE TEXT BOX BELOW AND SELECT ALL COPY AND PASTE INTO YOUR DOCUMENT
EXAMPLE
To Remove Underline from Text Links Add this script just under the </head> tag of your document  
<style>
<!--
a{text-decoration:none}
//-->
</style>
RIGHT CLICK INSIDE THE TEXT BOX BELOW AND SELECT ALL COPY AND PASTE INTO YOUR DOCUMENT
EXAMPLE
To Add an Underline Effect when Hovering over Text Link Add this script just under the </head> tag of your document  
<STYLE>A {
TEXT-DECORATION: none
; color: #FFFFFF}
A:hover {
text-decoration: underline}
</STYLE>
RIGHT CLICK INSIDE THE TEXT BOX BELOW AND SELECT ALL COPY AND PASTE INTO YOUR DOCUMENT
EXAMPLE
To Add an Underline Overline Effect when Hovering over Text Link Add this script just under the </head> tag of your document  
<STYLE>A {
TEXT-DECORATION: none
; color: #FFFFFF}
A:hover {
text-decoration: underline overline}
</STYLE>
RIGHT CLICK INSIDE THE TEXT BOX BELOW AND SELECT ALL COPY AND PASTE INTO YOUR DOCUMENT
EXAMPLE
To Change the Color of a Link when Hovering add this script just under the </head> tag of your document  
<STYLE>
A:active { color:#000000; text-decoration; }
A:hover { color:#FF6600; text-decoration: none; }
</STYLE>
RIGHT CLICK INSIDE THE TEXT BOX BELOW AND SELECT ALL COPY AND PASTE INTO YOUR DOCUMENT
EXAMPLE
Add a Colored Scrollbar to Your Pages by Adding this script just above the <body> tag of your document.  Just change the colors (which are highlighted in red to match your site)
<style>BODY {
SCROLLBAR-FACE-COLOR: #FF0000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #333333; SCROLLBAR-3DLIGHT-COLOR: #cc3300; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #999999
}
</style>
RIGHT CLICK INSIDE THE TEXT BOX BELOW AND SELECT ALL COPY AND PASTE INTO YOUR DOCUMENT
We use and highly recommend Vista Print Free Business Cards
Skill Jam Got Skills Win Cash

 

EXAMPLE
Add to Favourites Script  There are two steps to installing this script. 
Step One First add this script inside the <head> </head> tags of your document.  Don't forget to change the two variables marked in white to your site address and name

<script language="JavaScript1.2">
<!--
var bookmarkurl="http://www.badboybillysboulevard.com/"
var bookmarktitle="Badboy Billys Boulevard"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//-->
</script>

Step 1 of Add to Favourites Script
RIGHT CLICK INSIDE THE TEXT BOX BELOW AND SELECT ALL COPY AND PASTE INTO YOUR DOCUMENT
EXAMPLE
Add to Favourites Script
Step 2  Add this script where ever you want to use the script in the body of the document
<script>
if (document.all)
document.write('<a href="javascript:addbookmark()">Click here to Bookmark this site!</a>')
</script>

Step 2
of Add to Favourites Script
RIGHT CLICK INSIDE THE TEXT BOX BELOW AND SELECT ALL COPY AND PASTE INTO THE BODY OF YOUR DOCUMENT
EXAMPLE
Add to Favourites Script with Image instead of text  Just link the image with the second part of the script

<a href="javascript:addbookmark()"><img src="/site/banners/911.gif" width="45" height="20" border="0"></a>  
RIGHT CLICK INSIDE THE TEXT BOX BELOW AND SELECT ALL COPY AND PASTE INTO YOUR DOCUMENT CHANGING THE LOCATION AND NAME OF YOUR IMAGE
EXAMPLE
Add a subject line to your email link  Just add the string marked in red to your email link
mailto:webmistress@badboybillysboulevard.com?Subject=Webmasters Trade Links
RIGHT CLICK INSIDE THE TEXT BOX BELOW AND SELECT ALL COPY AND PASTE INTO YOUR DOCUMENT