Images Alignment Example without tables:
Use DIV to align to CENTER:
Edit HTML and type the following code:
<div align="center">images go here</div>
Edit HTML and type the following code:
<div align="center">images go here</div>
Use DIV to align to LEFT:
Edit HTML and type the following code:
<div align="left">images go here</div>
Edit HTML and type the following code:
<div align="left">images go here</div>
Use DIV to align to RIGHT:
Edit HTML and type the following code:
<div align="right">images go here</div>
Edit HTML and type the following code:
<div align="right">images go here</div>


