Hello
I have problem with rad captcha the image and textbox vertically does not fit mean image appear on left side and textbox appear inn the center I tried add cssClass to the control
I have problem with rad captcha the image and textbox vertically does not fit mean image appear on left side and textbox appear inn the center I tried add cssClass to the control
.captcha { text-align: center; direction: ltr; } img { text-align: center; direction: ltr; }<telerik:RadCaptcha ID="RadCaptcha1" runat="server" CaptchaTextBoxCssClass="captcha" CssClass="captcha"></telerik:RadCaptcha>