Friday 18 August 2006

Align Text
Place this code where you want the text centered

<div align=center>PLACE INFO HERE</div>



Place this code where you want the text aligned to the left

<div align=left>PLACE INFO HERE</div>



Place this code where you want the text aligned to the right

<div align=right>PLACE INFO HERE</div>

Leave a Reply