Page 1 of 1

formatting titles

PostPosted: Mon Apr 12, 2010 5:38 am
by brucesherman
I am a newbie at this, so please consider my ignorance.

My galleries are primarily bird photos. I want to include the scientific name, in italics. I have seen other galleries where this is done, but I can not figure out how to do it.

Any suggestions.

Thanks.

Re: formatting titles

PostPosted: Mon Apr 12, 2010 10:52 am
by akmc_in_au
brucesherman26 wrote:I am a newbie at this, so please consider my ignorance.

My galleries are primarily bird photos. I want to include the scientific name, in italics. I have seen other galleries where this is done, but I can not figure out how to do it.


This is more of a "Questions and Answers" forum post than a "Feature Requests" one, since the feature is already there. But since we're already here...

All you need to do is enclose the scientific name inside standard HTML italic tags. Thus, you'd put something like the following in your description box:

Code: Select all
Road Runner <i>Outrunus Coyoteus</i>


You can also replace the i with a b to have it bold instead, or put b tags as well as i tags to make it bold and italicised.

Code: Select all
Road Runner <b><i>Outrunus Coyoteus</i></b>