I want a Panel like macro, where I can add some formatting to text( Bold, Italics, preserving white spaces).
It should have a scrollbar as well. (Panel doesn't display the text which goes beyond its boundaries)
Hope this works!
Hi @Lokendra Saini,
You can use a 'Div' macro instead and add required styles in the Style parameter of the macro. As you mentioned, you can format the styles to bold, italics, change the font, add border, change background color, add scrollbar etc...
I am adding an example css style syntax:
border: none; background-color: #d6cd73; font-size: 13px; overflow: scroll;
'overflow: scroll' adds a scrollbar to the 'Div'. You can also fix the height of 'Div' if you want to using - min-height = 200px; max-height = 250px, instead of adding scroll based on your requirement.
Hope this answers your question!
Thanks
Sireesha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.