Forums / Setup & design / how to resize form fields?
Hilary C.
Tuesday 13 July 2004 2:38:25 pm
Hi,
I know how to size text and textarea fields individually using HTML size, cols and rows attributes. But I can't do that in this case because I'm not referencing the form fields individually - I'm using a single addedit_item.tpl template that just calls this:
{include uri="design:content/edit_attribute.tpl"}
That included template seems to loop through the class object and pull out each form field. But I don't see anywhere to set the size of the fields here. Help? My form fields are far too wide - they are breaking my 800x600 design!
Thanks in advance!
Tuesday 13 July 2004 3:17:06 pm
Oooo - I found it!
I edited the relevant styles in core.css, which shortened everything up. Yay!!