Hello,
I try to center a button item into a fieldset with XML, but it doesn’t work :
<?xml version="1.0"?>
<items>
<item type="block" inputWidth="auto">
<item type="fieldset" name="dat4" inputWidth="500" label="Codes externes">
<item type="button" value="..." offsetLeft="200"/>
</item>
</item>
</items>
The offsetLeft=“200” directive has no effect, do you know why ?
Is there another way to center an item ?
Thanks for your help
@++
JC