5 Jul 2011

ADD SIGNATURE TO YOUR POSTS



                                                
My signature
                                                                                             
Isn't it fun to add a signature to all your posts? Now first of all you have to generate your signature from any of a signature generating sites such as MY LIVE SIGNATURE or NEED A SIG and create your own signature in any way you want. 


1.Now save it and upload it any image hosting service such as RIPWAY or IMAGE SHACK and copy its location.
2. Sign in to blogger and get to EDIT HTML section and check on Expand widget templates and search for the line  <div class='post-footer-line post-footer-line-1'>.
3. Now add this code right below it


<img src='url of your image' style='border:0px;'/>




Replace "url of your image" with your file's url and save your changes. Now you have your signature at the end of your posts.







In case of multiple blog users add this code instead of the above one




<b:if cond='data:post.author == &quot; first Author's Name&quot;'>
<img src='url of  1st author's image' style='border:0px;'/>
</b:if> <b:if cond='data:post.author == &quot; second Author's Name&quot;'>
<img src='url of 2nd author's image' style='border:0px;'/>
</b:if>





<b:if cond='data:post.author == &quot; third Author's Name&quot;'>
<img src='url of 3rd author's image' style='border:0px;'/>
</b:if>





Similarly you can add for 4 or 5 authors also and have unique signatures for each of them.




TIP: for all posts regarding EDITING HTML make sure that you have a downloaded copy of your template with you just in case anything goes wrong.




Hope you enjoyed these blogging tricks.




0 comments:

Post a Comment