links

S

SteveO

I usually use Symantec visual page but links are always underlined
automatically. Does anyone know how to stop them being underlined?
 
D

David Bartosik - MS MVP

Use CSS.
This snippet should be enough:

<style>
a{text-decoration:none}
</style>

btw this forum is for Microsoft Publisher, rather than Symantec products.
 
Top