Hi,
I have a input code like that:
<input class=”BTSALVAR” type=”button” value=”OK” />
I would like to use a icon inside this input, removing the OK word.
How can I do that?
THANKS
Hi!
Use button instead:
<button class="BTSALVAR">[av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='40px' position='left'][/av_font_icon]</button>
Input elements can not contain things.
Best regards,
Josue