logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wml::des::space - Layout Space

Author

        Ralf S. Engelschall
        rse@engelschall.com
        www.engelschall.com

Description

       These are high-level layouting tags for preserving whitespace which use the "<imgdot>" tag from
       wml::des::imgdot(3). Use them to create whitespace on a webpage.

       "<space" ["width="X] ["height="Y]">"
           Creates  a 1pt transparent dot-image and resizes it to the size X times Y in points, so a rectangular
           white area if size XxY is the effect.

       "<hspace" X">"
           Creates a horizontal line, i.e. a rectangular area of size Xx1.

       "<vspace" Y">"
           Creates a vertical line, i.e. a rectangular area of size 1xY.

       "<over" X">"..."</over>"
           This pushs over contained body X pixels to the right.

Name

       wml::des::space - Layout Space

Requires

        Internal: P1, P2, wml::des::imgdot (WML)

See Also

wml::des::imgdot(3)

EN Tools                                           2020-11-29                                 wml::des::space(3)

Synopsis

        #use wml::des::space

        <space [width=X] [height=Y]>

        <hspace X>

        <vspace Y>

        <over X>
        </over>

See Also