Can any one help me in my CSS Template?
I have downloaded a free CSS template. It works fine when use as it is, but when i replace its header image to mine then it does not show any image. okay but the header image which i have got by default is working fine with the relative coding. I mean i haven't touched the coding, I just have changed that header file to mine.
Public Comments
- Use an absolute path instead of a relative path. I have a feeling the browser just can't locate the image file. > Link to your site so I can take a look. It's tough to diagnose a problem without being able to look under the hood...
- if you have it in another folder: url (../myimages/myimage.gif) it really depends on where the file is located in your root folder url (myimages/myimage.gif) Good Luck http://keepitsimplehtml.com
Powered by Yahoo! Answers