setting widget position right, left, or middle

Posted by newbie Tuesday, May 3, 2011 0 comments




        In general for all types of Blogger are simple tips that help them to modify the blog and keep them in a format that is neat and clean. Here is one simple code that can straighten your widget to the left, right or center.
So, check this out.


 



Center Justify your widget


<div align="center"> <div align="center">
Place the widget code here ...
</div> </ Div>



Right Justify your widget


<div align="right"> <div align="right">
Place the widget code here ...

</ div> </ div>



Your widget Align left


<div align="left"> <div align="left">
Place the widget code here ...

</ div> </ div>



Please replace the red line above the code of your widget.

0 comments:

Post a Comment