Thread: body background
View Single Post
  #1  
Old 03-12-2014, 09:42 AM
 
mworsnop mworsnop is offline
 

Senior Member
  
Join Date: Mar 2014
Posts: 140
 

Default body background

If I add the first to the custom.css it does not work, but the 2nd one does. Both work on a standard html web page.

body
{
background-image: url("http://www.mysite.com/Site/graphics/body-bg.jpg");
}


body
{
background-color: #ffff00;
}
__________________
Mark Worsnop

vers 5.3.3
Reply With Quote