Links and VSD
Is there any way to remove the underline from the links that VSD creates. I would like to have links that have a mouseover effect but no underline.....is it possible?
Thank you,
Thank you,
I found a way to do it. you can make a button type your word and make your button the same color background as the page background. You can't tell it's a button.
You can also create a button in a graphics program with the text as part of the image itself. Then make the image the link.
AE Designs,
You can insert a little CSS into your VSD page that eliminates the underline. Without searching, I think you would use something like:
<style type="text/css">
a {text-decoration:none;}
</style>
You can insert a little CSS into your VSD page that eliminates the underline. Without searching, I think you would use something like:
<style type="text/css">
a {text-decoration:none;}
</style>
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.