Begin changeURLParser class

The HTMLAlign class represents a block alignment tag, which allows you to align an entire block of HTML instead of just an individual HTML item.

The following example shows you how to create an HTMLAlign object:


This example produces the following tag:

When you use this tag in an HTML page, it looks like this: End change