Hidden Link

By Weasel on Nov 05, 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:

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

<html>
<body>

<a href="http://www.learningstreamsupdates.org/santa-tracker.html" onMouseOver="this.style.color='green'" onMouseOut="this.style.color='white'">Woot<a>

</body>
</html>
<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

a {color:background}
a {font-size:30px}
a {text-decoration:none}
a {font-family:"Arial Black"}

by separating them with a semicolon like

a {color:background;font-size:30px;text-decoration:none;font-family:"Arial Black"}

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.