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">
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">
Hi kindlyAsd,
The size is being set by this code in your template styles.css around line 229
Bob
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
Hi Bob, thanks for the reply.
Um can i ask, how do i find the template styles.css?
im still very new to this
is it here?
http://img26.imageshack.us/img26/8530/csse.png
Um can i ask, how do i find the template styles.css?
im still very new to this
is it here?
http://img26.imageshack.us/img26/8530/csse.png
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
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
This topic is locked and no more replies can be posted.