Replies

Sep 20, 2010 15 years ago
airforce_wife
is a SUPER USER!!!
User Avatar

me and even my hubby have been trying to figure out how to do this. i have been pasting this but it wont work!

body {background:url( pasted link from browser bar of pic i want);}

Sep 20, 2010 15 years ago
PUNK
is hollow inside
User Avatar
Equinox

try this, see if it works for you.

<style type="text/css">body { background-image: url('YOUR URL GOES HERE'); background-attachment: fixed; background-repeat: repeat;} </style>

Please log in to reply to this topic.