By debimck on
I have images in my page template and style sheet that disappear on the login page and create content pages. I have my theme as system default and have admin set to system default. The images are in the theme folder.
I have images in my page template and style sheet that disappear on the login page and create content pages. I have my theme as system default and have admin set to system default. The images are in the theme folder.
Comments
Some more information would
Some more information would be a good idea, have you added some code in the page.tpl.php file? Please add it here then.
code for disappearing images
Okey I see, I think the
Okey I see, I think the problem here is the img src. Try using this(depending on where your theme is I will add two paths.
1. Your theme is in sites/all/themename/images then you should use this:
2. Your theme is in root/themes then you should use this:
I hope that will do it for you!