kentico_martind
-
2/9/2010 3:07:04 AM
RE:Changing captcha style
Hi Alex,
You can enwrap captcha or control/web part where you use it with div tag with some class. Then you can specify styles for input or img tag of captcha within context of this class, e.g.:
.myClass input { //specify styles for input of captcha here }
Best Regards, Martin Dobsicek
|