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

Re: what is the html code for bold by Mary

Mary
Fri Jul 04 15:55:28 CDT 2008

http://www.html-and-css-tutorial.com/tutorial-3.html

--
Mary Sauer MSFT MVP
http://office.microsoft.com/
http://msauer.mvps.org/
news://msnews.microsoft.com

"Rob T" <Rob T@discussions.microsoft.com> wrote in message
news:B4EE0AB4-6B88-4E09-AD25-347CFC2BFAA0@microsoft.com...
>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



Re: what is the html code for bold by S

S
Sun Jul 06 03:16:44 CDT 2008

I use this on ebay...........

<b> your word</b>

"Mary Sauer" <mary-sauer@mycolumbus.rr.com> wrote in message
news:uESmLhh3IHA.5060@TK2MSFTNGP02.phx.gbl...
> http://www.html-and-css-tutorial.com/tutorial-3.html
>
> --
> Mary Sauer MSFT MVP
> http://office.microsoft.com/
> http://msauer.mvps.org/
> news://msnews.microsoft.com
>
> "Rob T" <Rob T@discussions.microsoft.com> wrote in message
> news:B4EE0AB4-6B88-4E09-AD25-347CFC2BFAA0@microsoft.com...
>>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
>
>



RE: what is the html code for bold by Blade

Blade
Thu Aug 07 10:36:01 CDT 2008

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: neohapsis@yahoo.co.in
"Rob T" wrote:

> 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