View Full Version : Style Code Isn't Working HELP


Sarstar
12-31-2006, 09:36 PM
It's not working. It says that http can not be used. Can somebody fix this or hlep me.

<style> body {background: url;"http://allauthentichearts.com/images/smileyd.jpg" background-attachment: fixed; font-family:arial; color:#FFFFFF; font-size:small;} </style>

shakimzadah
02-25-2007, 03:22 PM
This should work.

<style> body {background: url("http://allauthentichearts.com/images/smileyd.jpg") ;background-attachment: fixed; font-family:arial; color:#FFFFFF; font-size:small;} </style>