Page 1 of 1

Styling the faq/QA module [solved]

Posted: Thu Apr 10, 2008 7:31 am
by davids355
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

Re: Styling the faq/QA module

Posted: Fri Apr 11, 2008 1:47 pm
by KO
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.