Background image in Asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Champi
    New Member
    • Mar 2009
    • 2

    #1

    Background image in Asp.net

    Hi,
    I m a beginner to asp.net so my problem will be very simple to all of u but its not for me.
    i m trying to set a background image(on whole web page) to a web page using the style sheet
    but its not working , my code in style sheet is
    Code:
    body 
    {
    	background-image:url('G:/net web app/Mcsd/Imge/1.jpeg');
    }
    please send me the right code ..
    my email id is [removed]
    Thanks
    Last edited by acoder; Apr 13 '09, 06:21 PM. Reason: Removed email + added code tags
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Moved to HTML/CSS forum. Please post in the correct forum.

    Bumping to move it to the top.

    Moderator

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      Are you able to view the image in the browser by entering that path into the address bar? Try removing the quotes. Which browser?

      Comment

      Working...