Useful Codes

Create a scroll-box

Place this code anywhere.

<div style="
    overflow: auto;
    width: 200px;
    height: 200px;
    color: silver;
    font-size: 9pt;
    font-family: arial;
    background-color: black;
    background-image: url("url_to_image");
    border: 2px solid silver;">
    All the contents of the scrollbox go in here!
</div>
Select code and copy or click here to copy code to clipboard

Go back a page