Thursday, December 24, 2009

How To Align Your Blog Widget Items in the Center

Blogger html or javascript widgets such are the EC widget are, by default, align to the left. This looks awkward if the image in the widget does not fit the size of the widget. However, you can align your widgets to the center to make your blog look more adorable.

This is an easy step that can be done by anyone even without any knowledge of html.
1. Go to your Blogger's dashboard and click on Layout.
2. Click on the Edit link of any widget that you wish to align center
3. In the html code box that opens just insert the following code above your widget html code

                         div align="center"

Then insert this right below your widget html code

                         /div

Please remember to place < and > at the beginning and end, respectively, of these two codes. 

0 comments: