Forum Moderators: not2easy
.myclass { background:url(../images/site/BookBackgrounds/yellow.jpg) top right no-repeat) } but no luck. Thank you.
.myclass
{
background-image: url(../images/site/BookBackgrounds/yellow.jpg);
background-repeat: no-repeat;
background-position: top right;
}