Insert Div Dialog Box

   

Allows you to insert a division, which is used to partition a document into segments. Divisions are used to enclose other HTML elements to which you want to apply style information or which you want to position absolutely on the page.

If you have selected text before inserting the division, the selection becomes part of the division. Otherwise, the editor inserts an empty division at current location.

Options

Positioning

Absolute

Specifies that the contents of the division can be placed on the page using x and y coordinates with respect to the browser's window. Absolutely positioned elements can be displayed anywhere on the page, regardless of where they are inserted.

Note   Absolute positioning is supported only by browsers that implement HTML 4.0.

Inline

Specifies that the contents of the division are placed on the page in order with the HTML elements that surround them.