Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
is working on a reply...
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.
Continue discussion
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
Hi
Css property overflow-y:scroll may fix the issue.
Thanks
Pnima
is working on a reply...
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.