Re: setting alignment and width for field tag
Posted by
BJ Freeman on
Oct 23, 2006; 8:31pm
URL: http://ofbiz.116.s1.nabble.com/setting-alignment-and-width-for-field-tag-tp173505p173506.html
you have to use the CSS for this. Not sure if you can add Classes to the
field since they are auto generated.
NV sent the following on 10/22/2006 8:56 PM:
> Hi,
>
> Can I set width and alignment for a field tag of form widget.Refer
> following:
>
> <form name="SomeName" ...>
> ...
> <field name="id" ...>...</field>
> ...
> </form>
>
> How can I customize the width and the alignment for the field tag? Is there
> any?
>
> Thanks in advance
> NV