This command forces text to change lines before continuing. The difference between a line break and a paragraph is that with a line break there is no additional spacing before the new line.
Place the cursor in the desired position in your document.
In the Common tab, click on the Line break button. You can also use the shortcut CTRL+B (Refer to list of shortcuts).
CuteHTML Pro adds the <BR> command to the document.
if you click on the arrow associated to the Line break
button, CuteHTML Pro will display a submenu from which you can choose the desired
type of line break:
At the next full right margin |
This option inserts the attribute CLEAR to the command <BR>. CLEAR will take the value RIGHT. This aligns text to the right of an image. Example: <br clear="right"> |
At the next full left margin |
This option inserts the attribute CLEAR to the command <BR>. CLEAR will take the value LEFT. This aligns text to the left of an image. Example: <br clear="left"> |
At the next full left and right margins |
CLEAR will take the value ALL. This aligns text to the left and right of an image. Example: <br clear="all"> |
No Line Break |
This option inserts the command NOBR. This command prevents line breaks. Example: <nobr> </nobr> |