Web page design - B BODY.createTextRange() (Method) BODY.createTextRange() (Method) Used in

B BODY.createTextRange() (Method) BODY.createTextRange() (Method) Used in MSIE for creating a text range. JScript 3.0 TextRange object Availability: Internet Explorer 4.0 Property/method value type: JavaScript syntax: IE myBODY.createTextRange() This method should only be used if the receiving object responds true to its isTextEdit property request. See also: TextRange object BODY.leftMargin (Property) A margin down the left edge of the document window. JScript 3.0 Number primitive Availability: Internet Explorer 4.0 Property/method value type: JavaScript syntax: IE myBODY.leftMargin This property controls the amount of space down the left margin of a page. This indents all of the content away from the left edge of its containing window or frame. This corresponds to the style.marginLeft property and margin-left stylesheet attribute. Warnings: . Note that the default values are platform-dependent and although it is only a couple of pixels difference it can throw off the layout of a page significantly if you make the wrong assumption. See also: BODY.rightMargin

Leave a Reply