Hello,<br><br>This might sound lik a stupid question, but I couldn&#39;t find any simple solution or answer for this anywhere else, so hopefully someone in this list knows the answer.<br><br>I&#39;m using zope.formlib to generate a simple contact form. It is simple and effective. But the framework complicates for simple things such as setting the size of a textfield. I don&#39;t want all the textfields to be of the same size - I want that, depending on the field, the size of the html input will vary. And that&#39;s exactly what I couldn&#39;t do as of yet. Does anyone know how could I set the size of a textfield?<br>
<br>Take this as example:<br><br>Telefone = schema.TextLine(title=_(u&quot;Telefone para Contato&quot;),<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; required=True)<br><br>Is there an attribute like size or something?<br><br>Thanks in advance,<br>
<br>Marcelo.<br>