Hidden Link

Platform:  Javascript
Published  Nov 05, 2009
Updated  Nov 14, 2009
put this where you put html
replace 'background' with the background color of your site,
replace 'link' with the link you want it to go to, replace 'cmts' with the color you want the text to be when you mouse over, and replace 'text' with some words ;)
example:

Code

 
<style type="text/css">
a {color:background}
a {font-size:30px}
a {text-decoration:none}
a {font-family:"Arial Black"}
</style>

<html>
<body>

<a href="link" onMouseOver="this.style.color='cmts'" onMouseOut="this.style.color='white'">text<a>

</body>
</html>

Comments

Sign in to comment.
Ghost-writer   -  Nov 06, 2009
omg its hawkee ;o i thought he died but hes back n everythings so right
 Respond  
Hawkee   -  Nov 06, 2009
Why would you want to hide a link?
 Respond  
sunslayer   -  Nov 05, 2009
you can shorten

Code

 
by separating them with a semicolon like

Code

 
your also missing the ending ] in the bbcode in your desc
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.