Hi All,
I have installed the faq/QA module, you can view it here:
http://s240739589.websitehome.co.uk/sw/ ... =questions
Thanks to the help in previous posts, I have now managed to get it working properly.
However, I want to customize the input form.
On the page the html shows up as follows:
If you look at the code for that page, you will see for example the question "textarea" input, is automatically coded to be cols="80" rows="15"
I want to change this as it is too large for the page, is there a way I can do this?
thanks
Dave
Styling the faq/QA module [solved]
Styling the faq/QA module [solved]
Last edited by davids355 on Mon Apr 14, 2008 7:51 am, edited 1 time in total.
Re: Styling the faq/QA module
You can change tetarea width with CSS also.
textarea {width:80%;} or just 300px or something.
Give some other selector in front of it if it creates problems somewhere else.
textarea {width:80%;} or just 300px or something.
Give some other selector in front of it if it creates problems somewhere else.