You can log back in here.
how can i put a backgroud in my profile? :C
<style> body, html { background: url(IMAGEURL) no-repeat; } </style>
Change the HEX code for the colour and add in your own image url. Also remove no-repeat if you want the image to tile. :)
thnks you ^^ .. hey maybe do you know how to put the scrolls on the box of the colummns?
, , { width: 100px; height: 100px; overflow: auto; }
Change the width and height to whatever you want.