PDA

View Full Version : making part of bio page in BOLD text


J.T.
Mar-11-2008, 09:36 PM
Is there a way to make a certain one line paragraph in your bio page to stand out from the other text and paragraphs and be bold, just like the email link in a bio page?

Here's an example of what I want to do:

If you're interested in using me as your photographer...


ORDERING INFORMATION:

To see specific prices for all prints & gifts...

* I want the ORDERING INFORMATION TO BE BOLD TEXT and to stand out from the rest of the paragraphs?

How can I do this? Thanks!

Allen
Mar-11-2008, 09:42 PM
Is there a way to make a certain one line paragraph in your bio page to stand out from the other text and paragraphs and be bold, just like the email link in a bio page?

Here's an example of what I want to do:

If you're interested in using me as your photographer...


ORDERING INFORMATION:

To see specific prices for all prints & gifts...

* I want the ORDERING INFORMATION TO BE BOLD TEXT and to stand out from the rest of the paragraphs?

How can I do this? Thanks!
Sure, just add the bold tags around it.

<b>ORDERING INFORMATION:</b>

richW
Mar-11-2008, 09:42 PM
Is there a way to make a certain one line paragraph in your bio page to stand out from the other text and paragraphs and be bold, just like the email link in a bio page?

Here's an example of what I want to do:

If you're interested in using me as your photographer...


ORDERING INFORMATION:

To see specific prices for all prints & gifts...

* I want the ORDERING INFORMATION TO BE BOLD TEXT and to stand out from the rest of the paragraphs?

How can I do this? Thanks!Try this:
<strong><p>ORDERING INFORMATION:</p></strong>

From Anne's html tips: http://www.smugmug.com/help/html-help.mg

Does Allen ever sleep ???:D

J.T.
Mar-12-2008, 01:35 PM
Thanks to Allen and RichW!