Ever wondered how it would be to increase/decrease the Blogger text size dynamically?See this if you want to know what I mean.The advantage of this method is that your website is flocked by people of different ages so some might find the font too small to read,so what this javascript does is that using your mouse click it can either increase or decrease the font without you needing to change the layout.Amazing right?Without further delay lets get into the work:
Step1)First download a copy of your template.Go to Design-->Edit html-->Click on Download template.Always keep a backup of your template.
Step2)Now Search for the following Piece of code (Use Crtl +F):
<div class='post-body entry-content' >
Now just add id='wrap-content' to above code such that in the end the code looks like:
<div class='post-body entry-content' id='wrap-content'>
Step3)Now Click on save template & now go to Design-->page elements -->Add a gadget & Select Html/javascript.
Step4)Now copy the code from here,paste it in the content text box & click save.The widget would be added.And thats that!Now you will be able to Increase or Decrease Your Font Size On Blogger Dynamically - The Text Resizing Widget
No comments:
Post a Comment