YOU ARE VIEWING ARCHIVAL DOCUMENTATION FOR ioL VERSIONS 0.9x. Go to doc.iol.science for the latest version.
ioL

Programming manual (doc0.iol.science)



margin-right = ...

This field specifies the amount of internal padding between the border of the markup element and the content inside, for the right-hand side only.

Specifying a distance value for this field

This field takes a distance value specified with either one or two value elements.

If the units are not specified, the distance is interpreted in pixels {px} by default.

Example

<box margin-right = 5>         <! specifies 5 pixels as the value for the margin-right property. !>
<box margin-right = 5,{px}>    <! 5 pixels; explicitly stated !>
<box margin-right = 20,{%}>    <! percentage units !>
<box margin-right = 12,{pt}>   <! typesetting point units !>
<box margin-right = 1.2,{em}>  <! multiple of current font size !>