Add Subtitle for your Blogger blogs posting - Tips4ever

Latest

Hi this is Mahesh, Tips4ever is my IT Journey to technology, computers, software, Internet and much more....

Jan 3, 2009

Add Subtitle for your Blogger blogs posting


      It is one of the problem to the blogs to put the multiple titles to there posting for that you can add the following code to you template and to post as shown below.

      First of all add the following code before the </b:skin> or the old Blogger.com user add before the </style>.

.subtitle{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#555555;
line-height:28px;
}


And after that you can add the following code to your post as follows


<div class="subtitle">This is a subtitle</div>