Is there now way to create a layer in FP 2003 - that one can specify the margins? I want a block that looks like this so to speak:
<div style="z-index: 1; margin-left: 25%; top: 0px; margin-right: 20px; bottom: 0em; border: 2px solid #00FF00; padding-left: 0px; padding-right: 130px; padding-top: 1.05em; padding-bottom: 2em" id="layer2">
<p align="right">right</p>
<p align="left">left</p>
</div>
Border of the layer 25% in fromn the left - liquid design, and set at 20 pixels in fromt he left. The FP layer positioning box converst everything to absolute, and if given a % symbol - converts it to px.
Thanks.
<div style="z-index: 1; margin-left: 25%; top: 0px; margin-right: 20px; bottom: 0em; border: 2px solid #00FF00; padding-left: 0px; padding-right: 130px; padding-top: 1.05em; padding-bottom: 2em" id="layer2">
<p align="right">right</p>
<p align="left">left</p>
</div>
Border of the layer 25% in fromn the left - liquid design, and set at 20 pixels in fromt he left. The FP layer positioning box converst everything to absolute, and if given a % symbol - converts it to px.
Thanks.
