Am trying to use the cfform XML format in CF7. The size attribute doesn't seem
to have any effect. <cfinput type='text' name='firstName' size='15' />
Doesn't matter what I set the size attribute to, the box is always the same
size. I can change it by using the style attribute and setting the width that
way; but seems the size *should* work. Any ideas, or is this just the way it
is? Also, is there a way to do something like center a cftextarea box in such
a form? Can't seem to wrap it with anything. Wrappying with a div looks like
it's just ignored. If use style and text-align, it just centers the text INSIDE
the box. Any good resources for using these cfform format XML features?
Thanks Keith