An easy way to create what I (in my utterly unprofessional terminology) refer to as "scrolly boxes". Useful if you want to include a loooooong set of info on a Page without making the Page itself 10 miles tall.
<div id="yourName" style="overflow-y: scroll; height: 175px; width: 50%;"><p>Your Content Goes Here!</p></div>
- list item 1
- super-important list item 2

- text 789
- text 10 11 12
- text 13 14 15
- text 16 17 18
- text 19 20 21
- text 12341251
- text 15345634537
- text 134512525
- text 2345234523
- text 25462778345
- text 4567445
- text 2546
- text 457367477
- more text
- even more text!
- yikes, does this list ever stop?
- apparently not...
And of course, this allows you to add content after the scrolly-box which will still be visible without scrolling the whole Page!
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.