I put some HTML code on my pages in VSD but can't figure out how to adjust the font for the text in that code. Here is a bit of the code...
<div> Looking for more information? Visit our <a href="http://www.website.com/contact/" target"_blank" title="contact page">contact</a> page or send us an <a href=mailto:info@website.com>email</a> </div>
<div>
| <a href="http://www.website.com/about/" target="_blank" title="about">about</a>
Thanks for the help in advance.
HTML code in VSD
Brian,
One way would be to use paragraph tag around your text. You could then style that text with something like this:
<div><p style="color:red; font-size:x-large;"> Looking for more information? Visit our <a href="http://www.website.com/contact/" target"_blank" title="contact page">contact</a> page or send us an <a href=mailto:info@website.com>email</a></p></div>
I suspect you will not want x-large red font, but that will give you the idea of what you can do with inline styling commands.
One way would be to use paragraph tag around your text. You could then style that text with something like this:
<div><p style="color:red; font-size:x-large;"> Looking for more information? Visit our <a href="http://www.website.com/contact/" target"_blank" title="contact page">contact</a> page or send us an <a href=mailto:info@website.com>email</a></p></div>
I suspect you will not want x-large red font, but that will give you the idea of what you can do with inline styling commands.
Thanks...that worked. I appreciate the help.
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.