|
<BR>
Puts a line break into the text.
clear=margin |
|
Move down floating images on either margin. For
example, <BR CLEAR=LEFT> or <BR CLEAR=RIGHT>. LEFT and RIGHT
indicating how the text should wrap around floating images. Allowable
values are listed below.
Value |
Description |
ALL |
Text starts below images |
LEFT |
Text starts below row where left
margin is clear of images. |
NONE |
Text starts below current line
without regard for images. |
RIGHT |
Text starts below row where right
margin is clear of images. |
n |
Text starts n pixels below line where
both margins are clear of images. |
|
A simple line break.
A line break
goes<BR>here |
A line break goes
here
|