Page 1 of 1
Changing style for NMS form
Posted: Thu Aug 30, 2007 9:54 am
by Josette
Hi
I would like to change the style on the form generated by the {cms_module module='NMS'} - is this possible?
Thanks
Josette
Re: Changing style for NMS form
Posted: Thu Aug 30, 2007 11:19 am
by alby
Josette wrote:
I would like to change the style on the form generated by the {cms_module module='NMS'} - is this possible?
Search in forum for this topic.
The tips is wrap your form/input around and style it with your CSS
Alby
Re: Changing style for NMS form
Posted: Fri Aug 31, 2007 5:21 am
by Dr.CSS
I like to render the page then look at source view to see what it generates as there may be some divs' or classes on thing I can call out in my CSS for styling but if you are putting in the template wrapping it in a div is good, also you may see that it's in the 'main' div and can use #main 'some call from it' {your style}...