nothing changes when stylesheet.css modify and saved
Hiya I am havibg a fits with my custom template i Have followed all the instruction to make my custom template have changed it from the classic ant thats ok.
The problem now is that i have followed the instruction on how to change the header image done the image and save it to the includes/templates/CUSTOM/images/
When I changed the stylesheet css and saved it nothing happened
the same thing also hapen when i tried changing the sidebox header to my custom image
Please Help
Re: nothing changes when stylesheet.css modify and saved
Thanks for the suggestion I have tried it but it still dosent work
I have installed firefox web developer browser and have viewed the css for the page and see where the css for the header1.jpg it says the Height:0px width: 0px No Image defined
but i have followed the instruction so i dont know what happening
Re: nothing changes when stylesheet.css modify and saved
There are only three possible scenarios here:
1. The image file is not in its correct folder - remember, these files (identically named in a standard install) will exist in the respective folder in classic template as well as your custom template - and any other templates you have.
2. The file is incorrectly named - including the possibility of using the wrong case in the letters or digits, and/or the file extension.
3. The file was uploaded to the server via FTP using ascii mode, or it got corrupted during the FTP process.
(Unless you fiddled with the PHP code), there is no possibility that your php code calling the image is incorrect.
Re: nothing changes when stylesheet.css modify and saved
fairestcape:
There are only three possible scenarios here:
1. The image file is not in its correct folder - remember, these files (identically named in a standard install) will exist in the respective folder in classic template as well as your custom template - and any other templates you have.
2. The file is incorrectly named - including the possibility of using the wrong case in the letters or digits, and/or the file extension.
3. The file was uploaded to the server via FTP using ascii mode, or it got corrupted during the FTP process.
(Unless you fiddled with the PHP code), there is no possibility that your php code calling the image is incorrect.
Add
4. Two stylesheets exist with one overwriting the other..