Click to See Complete Forum and Search --> : How to have textlink look like this


turb
11-26-2003, 01:11 PM
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?

Mr J
11-26-2003, 05:19 PM
Try this

<style>

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

</style>

Paul Jr
11-26-2003, 06:27 PM
Try...

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