PDA

View Full Version : text formatting


jtfoto
May-28-2009, 09:08 PM
I have my pricing page setup as a journal page.
How do I format text ie: text colour, font, underline etc.

is there a sticky or something for this? :scratch

cheers John

www.pro-imagephotography.com.au

denisegoldberg
May-29-2009, 05:15 AM
How do I format text ie: text colour, font, underline etc.

You can use simple html -
<b> for bold </b>
<i> for italics </i>
<u> for underline </u>
If you do this your gallery description must start with <html> and end with </html>.

Better and more powerful would be to use CSS to format you text. I found Ivar's excellent CSS (Customizing SmugMug Simplified) (http://www.dgrin.com/showthread.php?t=54833) to be very helpful.

You can also see some CSS in action in Allen's tutorial at http://allen-steve.smugmug.com/gallery/3819841.

--- Denise