Sunday, July 04, 2010

Test individual font style for specific post title

Let's see if the post title is itallic?

Test successful. Blogger allow CSS in the post title field. The above individualized post title was created by putting the following into the post title field:

<div style="font-style:italic; color:red;">Test font style for post title</div>

A second test proved that one can also use <span> too like below:

<span style="font-style:italic; color:red;">Test font style for post title</span>

and even nest span within span (or div) like the above title which is now two colors using the following:

<span style="font-style:italic; color:red;">Test <span style="color:green;">individual&kt;/span> font style for specific post title</span>

However, test revealed there probably is a limit on the number of characters one can put in the post title field to make it really multi-color.

No comments: