crmamx Posted November 15, 2012 Share Posted November 15, 2012 I am almost ashamed to ask this but I am developing a new site and have copied over the files from an old site. The programs seem to be working fine but I cannot find in the programs where an image is coming from. I am pretty sure that the program left-header.php should be creating it but it is not there. I know the image name is b3.png and of course can find it in my files. I have tried Firebug and that did not help. The temporary URL of the new site is: http://ecbiz129.inmo...x.php?page=home and the image in question is in the upper left corner. Don't know of any other information I could provide. Hope you can steer me in the right direction. Link to comment https://forums.phpfreaks.com/topic/270756-cant-find-where-image-is-coming-from/ Share on other sites More sharing options...
Christian F. Posted November 15, 2012 Share Posted November 15, 2012 You really should check your stylesheets, you know... Took me all of 3 seconds to find out where it came from. PS: This has nothing to do with PHP coding, so you really should have posted this in the HTML or CSS sections. Link to comment https://forums.phpfreaks.com/topic/270756-cant-find-where-image-is-coming-from/#findComment-1392774 Share on other sites More sharing options...
dodgeitorelse3 Posted November 15, 2012 Share Posted November 15, 2012 #left-header { background: url("../Pictures_Other/b3.png") no-repeat scroll 0 0 transparent; height: 150px; margin-top: 5px; } Link to comment https://forums.phpfreaks.com/topic/270756-cant-find-where-image-is-coming-from/#findComment-1392785 Share on other sites More sharing options...
crmamx Posted November 15, 2012 Author Share Posted November 15, 2012 Thanks guys. I checked the CSS but I now see left-header is defined twice for some reason and I quit looking after the first entry. #footer also contains an image that I was looking for but I found that right off. Sorry for the wrong forum but since I could not find where it was coming from and could not find it in the CSS I chose this one. Link to comment https://forums.phpfreaks.com/topic/270756-cant-find-where-image-is-coming-from/#findComment-1392793 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.