2020

Table Of Contents
USING QUARKXPRESS SERVER
Automatic column balancing
The INLINEBOX@WIDTH attribute lets you specify the width of the anchored box as a
percentage of its parent column or box. If you fill an anchored box with so much
text that it expands to the height of its parent box, the text is adjusted to fit in the
box.
The INLINEBOX@SCALEUP attribute lets you control sizing for picture boxes.
The childSHADOW element lets you specify drop shadow effects.
A child BOXATTRIBUTE element lets you control the formatting of the boxes. If
you’re creating an inline text box, a child TEXTATTRIBUTE element lets you control
the formatting of the boxes.
A child Gradient element lets you apply a gradient color to a box or a box frame,
as shown below.
<INLINEBOX>
<BOXATTRIBUTE>
<GRADIENT ANGLE="90" TYPE="AXIAL">
<STOP COLOR="Cyan" CONTROLPOINT="27.41%" Location="25.00%"
OPACITY="100%" SHADE="100%">
<STOP COLOR="White" CONTROLPOINT="63.70%" Location="25.00%"
OPACITY="100%" SHADE="100%">
<STOP COLOR="Magenta" CONTROLPOINT="28.89%"
Location="50.00%"
OPACITY="50%" SHADE="100%">
<STOP COLOR="White" CONTROLPOINT="68.15%" Location="75.00%"
OPACITY="100%" SHADE="100%">
<STOP COLOR="Cyan" CONTROLPOINT="50.00%" Location="100.00%"
OPACITY="100%" SHADE="100%">
<STORY BOXNAME="Flow">
</GRADIENT>
</BOXATTRIBUTE>
</INLINEBOX>
A child INTERACTIVITY element facilitates the application of interactivity on
boxes. This allows for the deconstruct and modifiability of App Studio
Interactivities, as shown below:
<PROJECT>
<LAYOUT>
<ID NAME="Layout 1"/>
<PAGESEQUENCE MASTERREFERENCE="A-Master-A">
130 | A GUIDE TO QUARKXPRESS SERVER 2020