I am trying to set the background image of the body through css

body
{

background-repeat:repeat-x;
background-attachment:fixed;
background-image:url('../pic/title.jpg');
}

and i have changed in the app.yaml for static image file.

- url: /pic(.*\.(gif|png|jpg))
  static_files: static/pic/\1
  upload: static/pic/(.*\.(gif|png|jpg))

but still i get the error 

   1. Status Code:
   404 Not Found
   

Resonse Header:


   1. HTTP/1.1 404 Not Found *Content-Type: text/html; charset=UTF-8 
*Content-Encoding: gzip Vary: Accept-Encoding Date: Sun, 08 Sep 2013 
   06:38:46 GMT Server: Google Frontend Cache-Control: private Content-Length: 
   127 Alternate-Protocol: 80:quic

I am not sure why the Content-Type is text/html for a image, or is it 
expected?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to