Aligning Text & Images


Copy the code you want below and replace "Pink Squirrels" with your desired text or image. :D

Center Text

<center>Pink Squirrels</center> or <div align="center">Pink Squirrels</center> will look like:
Pink Squirrels


Right-Align Text

<div align="right">Pink Squirrels</div> will look like:
Pink Squirrels


Left-Align Text

Most sites automatically align text to the left, but in the rare situation where this is needed: <div align="left">Pink Squirrels</div> will look like:
Pink Squirrels


Aligning Images

To align images, simply replace "Pink Squirrels" with your image code <img src="URL HERE">