TextArea Size

kindlyAsd 12 Sep, 2012
hi im currently stuck on textArea size

i can make it longer but i cant make it wider in height.
can someone advice me please? Thanks!!

http://www.acegroup.com.sg/ace/index.php/component/chronoforms/?chronoform=Application

my code for the textArea:

<label>Message :</label><textarea cols="40" rows="60" class="" title="" container_id="0" name="input_textarea_5"></textarea>
<div class="clear"></div><div id="error-message-input_textarea_5"></div></div><div class="ccms_form_element cfdiv_file" id="input_file_6_container_div" style=""><label for="input_file_6">
GreyHead 12 Sep, 2012
Hi kindlyAsd,

The size is being set by this code in your template styles.css around line 229
.inputbox, input, textarea, select {
    background: url("../images/buttonbg.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #E1E1E1;
    border-radius: 4px 4px 4px 4px;
    color: #13618D;
    height: 20px;
    padding-right: 4px;
}

Bob
GreyHead 12 Sep, 2012
Hi kindlyAsd ,

No, it's not in ChronoForms - and nothing much to do with ChronoForms. Check your template settings in Site Admin ! Extensions ! Template Manager - you can usually edit the template CSS from there.

Alternatively you can try over-writing it using a Load CSS action in the form - either way you may need help from someone with some more CSS experience.

Bob
kindlyAsd 13 Sep, 2012
Ohh, i see. I will check out for more info on it. Thanks bob! Appreciate it 😀
This topic is locked and no more replies can be posted.