Personal CSS - using images
Purpose
CSS lets you specify images for many elements. You can use them for bullet points in Lists, or as backdrop images on most block elements, example...
p {background-image: url(http://www.mysite.com/images/bunny.jpg); }
...would add a backdrop picture of a rabbit (just guessing from the name) to all paragraphs.
Sources of images
If you use images in your personal CSS files, please make sure they are from a source for which you have permission.
Please don't link to images on a site without the owner's consent. That (to use the polite term) is stealing bandwidth from them.
Library picture gallery
If there is enough demand, we'll create a folder at REBOL.org and allow personal CSS file creators to upload images to it.