So, I have this website. On the website I have WordPress installed, and WordPress is what I use to make all my pages. Okay, well, I need the code to make a table with a vertical scrollbar. I've tried about a bazillion different codes already... Including this:
<div style="position:absolute; width:470; height:580; overflow: auto;"> content </div>
Thing is, whenever I do that it changes it to:
<p style="overflow: auto; width: 470px; position: absolute; height: 580px">
But it still doesn't work. So what is the code that I CAN use? Thank you.