what is the html code for bold

R

Rob T

I am adding html code to my web pages, using Publisher 2003. I have added
html code to direct the hyperlink to a new window, and have text around the
hyperlink that I want to bold. (Bold some of the surrounding text, not the
hyperlink). I am brand new at this. Anyone know the html code to add?
Thanks for your help
 
B

Blade Runner

Hi Rob
Try the below Code
<p style="font-weight: Bold">
<a href = "http://www.w3schools.com">W3Schools.Com</a>
</p>
All you have to do is replace the information in quotes i.e.
http://www.w3schools.com (keep the quotes please) and the text to be
displayed inthis case W3Schools.Com.
Hope this will resolve your issue. Incase you have any issues i npublisher
you can contact me at my e-mail id mentioned below.

Thanks and Regards
Neville (Blade Runner)
Email: (e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top