CSS - 100's of Website Background Images
By Michael Kramer
on Dec 16, 2010 at 12:05 PM in CSS Code Snippets
DESCRIPTION:
A background image must have the ability to repeat itself on the screen and still look like one large image. The images below can be used as background images in SiteNinja CMS.
HOW TO:
- Download and image to your computer
- Then upload the image to your Admin/Assets area
- Copy the URL of the background image
- Paste the following code in your Admin/Settings/Advanced/Additional Styles field
- Replace the URL of your image with the one in the script below
body
{
background-image:
url('http://s3.amazonaws.com/ameravant-zazzmarketinggroup-com-production/files/2/large.gif')
}
