You use the align="center" attribute in things like Paragraphs and Headers. Here are some other attributes to define alignment:
align="left"
align="right"
valign="top"
valign="middle"
valign="bottom"
The Top, Middle and Bottom or VALIGN attributes are vertical alignments typically used in Table Tags. Here is an example of ALIGN attributes in a Paragraph Area:
<p align="right">
<font size="1"> Content Text </font>
</p>
No comments:
Post a Comment