HTML Code to Align Widget to Left, Right or Center

In general for all types of Bloggers it is usually those simple tips that help to modify the blogs and keep them in a neat and clean format. Therefore we are always on the look for such tips and information. This is one of those simple codes which can align your widgets to left, right or centre. So, check this out.

These are the codes:

Align your widget to center

<div align="center">
Your widget code here...
</div>

Align your widget to right

<div align="right">
Your widget code here...
</div>

Align your widget to left

<div align="left">
Your widget code here...
 </div>

Please replace the above lines in red with your actual code for the widget. To open widget or page in a new window read: How to open link in new window

No comments:

Post a Comment