Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • praveen 113 posts 164 karma points
    May 20, 2011 @ 03:59
    praveen
    0

    Format text in the text box

    Hi

    Please find attached a screen shot, I need a multi-line text box with scroll bar and the first few lines are header which are bolded and have a diffrent forn color.

    Can some please advice me how to do this please

    Kind Regards

  • Pasang Tamang 258 posts 458 karma points
    May 20, 2011 @ 06:48
    Pasang Tamang
    0

    Hi

    Css property overflow-y:scroll may fix the issue.

    <div style="height:100px;overflow-y:scroll;">
    <div>Header goes here</div>
    <div>Content goes here</div>
    </div>

    Thanks

    Pnima

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies