This is a migrated thread and some comments may be shown as answers.

Remove Hyperlink and Add Icon

1 Answer 99 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
Joseph
Top achievements
Rank 1
Joseph asked on 02 Apr 2013, 02:06 AM
Hi,

The RadCaptcha is having a Refresh Captcha hyperlink. I want to remove that hyperlink and instead of that give a refresh icon beside the captcha image. Is this possible?

Thanks,
Joseph.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 02 Apr 2013, 04:52 AM
Hi Joseph,

It is possible to replace the Refresh Image link with an image or icon. Please have a look into the following mark-up.

ASPX:
<telerik:RadCaptcha ID="CaptchaCode" runat="server" EnableRefreshImage="true" CaptchaLinkButtonText="<br/>">
</telerik:RadCaptcha>

CSS:
<style type="text/css">
    .rcRefreshImage
    {
        background-image: url('../Images/refresh.png');
        background-repeat: no-repeat;
        margin-left:185px;
        margin-top:-20px;
    }
</style>

Thanks,
Princy.
Tags
Captcha
Asked by
Joseph
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or