Background Image displaying in Design view but not in browser? (Visual Studio 2008)
- by Tom Hutchinson
I'm new to CSS and this issue in Visual Studio is driving me mad!
I have a background image defined within a simple style sheet...
body {
background-image: url(Images\Greenhouse.jpg);
background-position: center;
}
My style sheet is referenced within the HTML code...
<head runat="server">
<title></title>
<link…