HTML code for background image at the bottom left corner with no repeat?

Lulu-x

New member
I'm using Webs and it wont let me use this code -
body
{
background-image:url(URLHERE);
background-repeat:no-repeat;
background-position:left bottom;
}
 
Back
Top