How to apply css style to text fields?
Last Post 10/13/2009 2:46 AM by Imran Hameed. 1 Replies.
Author Messages
rakesh
Nuke Ace
Nuke Ace
Posts:52


--
10/13/2009 12:11 AM  
I just want to style my registration form ie text field, dropdown list everything with my css. Anybody please tell me how it is possible?
Imran Hameed
Nuke Active Member
Nuke Active Member
Posts:39


--
10/13/2009 2:46 AM  
I am assuming that you have made a custom registration form (module) and applying the styles through a separate .css file.
You can simply add the reference of the .css file in the .ascx file as you do in normal .NET projects and use the CssClass attribute of the dropdown, text field etc... to assign a particular style.


---