|

You've got a hyperlink on your page, that looks like this:
Roxydoll12
How do you remove the underline from the hyperlink so that it looks like
this:
Roxydoll12
Here's
how. Copy and paste this code into the <head> section of
your page (The part between the <head> and </head> tags):
<style>
a{text-decoration:none}
//-->
</style>
|