The Big Spring Sale! Up to 50% off!

scrollable text

mangkut_kl
1 Posts
mangkut_kl posted this 13 November 2021
Ask a Question

Hello,
I'm new here, checking out the free version of nicepage to decide if I purchase later.
A lot of things I like at the first sight, its easy to understand and quick to use.
But there are questions as well. Here #1

I wonder if it is possible to define a text area with a fixed size. At the moment the size of the text field will adjust to the lenght of the text.
I would like to keep the area small but be able to scroll the content.

Does nicepage support srollable text (srollbars) and if yes, how to use it. I could not figure out a way so far.

Hello, I'm new here, checking out the free version of nicepage to decide if I purchase later. A lot of things I like at the first sight, its easy to understand and quick to use. But there are questions as well. Here #1 I wonder if it is possible to define a text area with a fixed size. At the moment the size of the text field will adjust to the lenght of the text. I would like to keep the area small but be able to scroll the content. Does nicepage support srollable text (srollbars) and if yes, how to use it. I could not figure out a way so far.
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 15 November 2021

Hi,

Thanks for your interest in Nicepage!

Unfortunately, it is not possible to add the text with scroll using native Nicepage tools. However, you can try to use a custom HTML code that you can add via the HTML Element. Try to insert this code:

<div style="height:120px;width:120px;border:1px solid #ccc;overflow:auto;">
Your text
</div>

You can type any height or width. You can also add your font by inserting this line in the code:

font:10px/20px Georgia

Please let us know if you need our further help!
...................................................
Sincerely,
Paul C.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Thanks for your interest in Nicepage! Unfortunately, it is not possible to add the text with scroll using native Nicepage tools. However, you can try to use a custom HTML code that you can add via the HTML Element. Try to insert this code: <div style="height:120px;width:120px;border:1px solid #ccc;overflow:auto;"> Your text </div> You can type any height or width. You can also add your font by inserting this line in the code: font:10px/20px Georgia Please let us know if you need our further help! ................................................... Sincerely, Paul C. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments