Login  Register

setting alignment and width for field tag

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
NV
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

setting alignment and width for field tag

NV
20 posts
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
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: setting alignment and width for field tag

BJ Freeman
6819 posts
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