Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
Text should be in bold manner
posted

hi..

I have given the imagebutton text as "Next <<"..

But the button's text comes as Next <<

Greater than symbol is not bolder...

Can anyone give me the solution ASAP...

 

  • 24497
    posted

    Hi,

    I tested following

    <igtxt:WebImageButton ID="ImgBug1" runat="server" Text="Next <<">
     <Appearance><ButtonStyle Font-Bold="True"></ButtonStyle></Appearance>
    </igtxt:WebImageButton>

    and it appear fine. Characters < were in bold. But that appearance depends on a particular font family.

    To verify that you may try to test something like

    <span style="font-family:Arial;font-size:10pt;font-weight:bold;">Next <<</span>

    and compare how that appears in image button. I suggest to modify Font.Name and select font which shows < bolder.