Replies

Sep 13, 2009 16 years ago
Sonica
User Avatar

how can i put a backgroud in my profile? :C

Sep 13, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

<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. :)

Sep 13, 2009 16 years ago
Sonica
User Avatar

thnks you ^^ .. hey maybe do you know how to put the scrolls on the box of the colummns?

Sep 13, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

, , { width: 100px; height: 100px; overflow: auto; }

Change the width and height to whatever you want.

Please log in to reply to this topic.