How to have textlink look like this

liunx

Guest
Hi!

i want my textlink look like :

a underline and a outerline .... not sure but i think i already saw this.

Is someone know how to do it?Try this

<style>

a{text-decoration:underline;text-decoration:overline}

</style>Try...

<style type="text/css">
a {
text-decoration:underline overline;
}
</style>
 
Back
Top