Aligning Items
Friday, February 18th, 2011You can align paragraphs, divs, tables, images and other elements using CSS classes. Alignment options include left align, center align, and right align. You may align items using the following classes in ePhox code view:
Paragraphs
<p class="right">Right aligned paragraph.</p>
This is an example of a right aligned paragraph.
Images
<img src="test.jpg" class="center" />

