Hide options

Scrollable textbox

Create a scrollable text box with this one line <div> tag
<div style="padding: 25px; overflow: auto; border: solid 2px black; width: 300px; height: 200px;">
   Content 
<div > 


Description

Copy paste the code and add content


Top