Hi,

Originally Posted by
pricediscrimination
any tips on styling?
I'm guessing you're talking about the form textfields?
You can set them to the same size by giving each of the textfields a class or an ID and setting up the appropriate CSS. E.g:
HTML Code:
<input type="text" size="25" maxlength="64" name="name" value="{name}" class="MyClassToSetLengthOfTextfield" />
HTML Code:
<input type="text" size="35" maxlength="96" name="email" value="{email}" class="MyClassToSetLengthOfTextfield" />
(adding .MyClassToSetLengthOfTextfield { length: 10em } or some similar CSS to your stylesheet).
Or you can make the length of each field the same by changing the "size" attributes as desired.
If you're asking about the form labels, they all share the same class - inputLabel - so they should be the same length if the CSS for it is set to a particular length.
Because all of the template code is standard HTML with Ceon's template tags embedded, it's easy to update this. If you are having trouble please consult a designer, it shouldn't take more than a few minutes for someone with good HTML/CSS skills to sort this out! :)
Glad you like the module!
All the best...
Conor
Ceon
Bookmarks