|
Command Parameters:
clear="left | right | all"
Where:
- left -
clears the left margin
- right -
clears the right margin
- all -
clears both margins
when used in conjunction with an inline image aligned to the left or right
in order to end text wrapping and force a clean line break just below the image
bottom boundary of the image and any standoff defined.
See also: <IMG>
|
Example:
<IMG src="mountain.gif
align="left">
. . .
Some text to be wrapped
around the image
. . .
<BR clear="all">
- Places an inline image aligned to the left which forces subsequently
placed text to wrap around it to the right.
- The line break command forces a clean break at both the left
and right margins below the image.
|