Not all HTML tags support the ALIGN attribute, e.g., <BR>.
There are at least two other ways to change the alignment of text. or use the DIV (division) container, which was added to HTML 4.0 and supports the ALIGN attribute. <DIV ALIGN=RIGHT>Right justified.</DIV>
<DIV ALIGN=CENTER>Centered.</DIV>
<DIV ALIGN=LEFT>Left justified.</DIV>
<DIV ALIGN=JUSTIFY>This text is justified text
as you can see if I type enough text to show it off. But let me type a
couple of lines so that you can really see the effect.</DIV>
|
If you want to learn how to search effectively using Google, visit Google Guide, which you can find at www.googleguide.com.