in vsd i put the no underline link code in the header and in the preview it doesnt show up in vsd, but when i publish it there underlined and blue? whats the deal?
www.polishedandwaxed.com/page3
www.polishedandwaxed.com/page3
in your browser (I.E.) go to tools>internet options>Advanced> and look for underline links, and check the one you wish.
so this is a personal preference? it will be underlined unless each user has changed that option on his/her browser?
i also want them to stay the same color before and after having been clicked on.
www.polishedandwaxed.com/page3
www.polishedandwaxed.com/page3
i don't know about personal preference, but I do know you can set it to not underline in VSD and still does, but in html editor it works, so I choose to do it this way as sort of a back up if you will.
like your set up offline is fine, but.........haven't tried lately with the new version, so i really couldbn't say for sure but maybe it works better using the html tool and adding the code with the link instead of selecting the page.
like your set up offline is fine, but.........haven't tried lately with the new version, so i really couldbn't say for sure but maybe it works better using the html tool and adding the code with the link instead of selecting the page.
how do i open the page in html editor from vsd? thanks
well locate the file in My Documents in the folder named what you named vsd. be something like (mywebsite_website)
you could just open VSD and add this to each page in the head section under edit....
<style type="text/css">
a:link {text-decoration: none; color:#000000;}
a:visited {text-decoration: none; color:#000000;}
a:hover {text-decoration: none; color:#000000;}
</style>
you could just open VSD and add this to each page in the head section under edit....
<style type="text/css">
a:link {text-decoration: none; color:#000000;}
a:visited {text-decoration: none; color:#000000;}
a:hover {text-decoration: none; color:#000000;}
</style>
i didnt think it would open .vnu?
not vnu the actual web folder - if I saved my website as mywebsite, then a folder is named mywebsite_website located in My Documents.
would you like a visual?
would you like a visual?
it didnt work in vsd

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.