So, I've seen pet profiles with a scrollbox for text(just the text, not the treasure, stats, etc), but I haven't been able to find codes anywhere for doing this myself. Can anybody supply the code?
@Xion
That would be
{width: WIDTH; height: HEIGHT; overflow-y:auto;}
But, well, you have to first have enough text in there for it to start scrolling.
It's not working... even when I'm changing the size and adding text, the area doesn't turn into a scrollbox.
@Xion Not sure if you're doing this already but you need to put the code in between style tags.
<style> INSERT CODE HERE </style>If you're already doing that then I'm not sure what the problem is. :(
I am using style tags, and the rest of the coding is working fine. This is a strange problem. -_-