I'm trying to use this image as the background for a visualforce page without repeats. This is the code I have so far, but it's not working. Do I have to save the image in Salesforce first. If so, could you walk me through that? Thanks.
<body style="background-image: url('{http://www.jpl.nasa.gov/spaceimages/images/mediumsize/PIA17011_ip.jpg}')no-repeat top fixed;">
Visualforce will provide the body tag for you. Instead you should use a
style
element or<apex:stylesheet/>
to define the body style.See Using Custom Styles