Hi
I would like to change the style on the form generated by the {cms_module module='NMS'} - is this possible?
Thanks
Josette
Changing style for NMS form
Re: Changing style for NMS form
Search in forum for this topic.Josette wrote: I would like to change the style on the form generated by the {cms_module module='NMS'} - is this possible?
The tips is wrap your form/input around and style it with your CSS
Alby
Re: Changing style for NMS form
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}...