body
{
background: #B4B4B4 url(~/images/Backgrounds/body_bg.gif) repeat left top;
font-family: Tahoma, Arial, sans-serif;
font-size:75%;
} It appears from all the examples I have seen that quotation marks are not used in the url designation in CSS pages.
My StyleSheet.css resides in the same subfolder as the MasterPage.master that references it. They both reside in a sunfolder called "Administration." I have used the full path for image files in the CSS, but most still do not show up. For example, in the MasterPage.master I have:
<head id="MasterHead" runat="server">
<link href="~/Administration/StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
In the CSS sheet (StyleSheet.css) I have:
body
{
background: #B4B4B4 url(~/images/Backgrounds/body_bg.gif) repeat left top;
font-family: Tahoma, Arial, sans-serif;
font-size:75%;
} HOWEVER, THE IMAGE never shows up in the background.
Dr. Douglas Pruiett
Good News Jail & Prison Ministry
www.goodnewsjail.org