Language References
Sets or retrieves the side on which floating objects are not to be positioned when a line break is inserted into the document.
Inline |
<BR CLEAR = 'all' | 'left' | 'right' | 'none'...> |
Script |
br.clear = sValue ] |
all |
Object is moved below any floating object. |
left |
Object is moved below any floating object on the left side. |
right |
Object is moved below any floating object on the right side. |
none |
Floating objects are allowed on all sides. |
The property is read/write with no default value.
BR