Take a closer look at the paths and folder structure you are using. That is
the issue.
On Fri, Dec 3, 2010 at 10:35, el-sid wrote:
> Thanks for the reply,
>
> However, i had already tried that and it did not work. However,
> removing the quotes and adding two levels worked
>
> background:url(../
Thanks for the reply,
However, i had already tried that and it did not work. However,
removing the quotes and adding two levels worked
background:url(../../images/template/tray.gif)
The thing is, it should have worked either way correct?
This comes from a template i downloaded and it works righ
you're using a relative path but your missing one level.
according to your folder structure it would be
#tray {padding:12px 15px; background:url("../images/template/
tray.gif") 0 0 repeat-x; font:85%/1.2 "tahoma",sans-serif;}
however this is not an appropriate question for this mailing list as
it