hello all,

in my project, i have stored css files in web/css/template/ directory
and images in web/images/template/ directory

However, images are not displaying in my project. Using the element
inspector for chrome,
i find this error

Failed to load resource: the server responded with a status of 404
(Not Found)

and the resource path is http://eprocure:8080/css/images/template/tray.gif

its corresponding css style is

#tray {padding:12px 15px; background:url("../images/template/
tray.gif") 0 0 repeat-x; font:85%/1.2 "tahoma",sans-serif;}

as i understand, for it to render correctly, it should have a path
like without css in the path

 http://eprocure:8080/images/template/tray.gif

in my other projects, it renders correctly.

Does anyone understand what i am doing wrong?

Thanks

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to