[attachment=0]fieldset.png[/attachment]
Hi,
in my form layout I create a container / fieldset and there I will show the textarea with is 90%
The rows I set 12 and the colums I want to set per css
...it don't works
How must I do it?
Thanks for your help!
Maggie
in my form layout I create a container / fieldset and there I will show the textarea with is 90%
The rows I set 12 and the colums I want to set per css
.Chronoform textarea {
border: 3px solid #ddd;
box-sizing: border-box;
margin: 20px;
padding: 20px;
width: 90%;
}
...it don't works
How must I do it?
Thanks for your help!
Maggie