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-decorationverline}
</style>Try...
<style type="text/css">
a {
text-decoration:underline overline;
}
</style>
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-decorationverline}
</style>Try...
<style type="text/css">
a {
text-decoration:underline overline;
}
</style>