WilliamNova Posted September 5, 2013 Share Posted September 5, 2013 I have no idea what I could be doing wrong. It's incredibly frustrating considering I've never had this problem. And more so, since I'm designing another website that has the SAME EXACT CSS for these divs. Anyways, the image will not show up. I have made sure the path is correctly spelled and that images folder exists. I have made sure the class names in both home.php and main.css are spelled correctly and match. home.php <div id="container"> <div class="adContainer"> <div class="ad"> <img src="./images/ad.png" width="600" height="100" /> </div> </div> </div> main.css #container { width: 1000px; background-color: #FFF; } .adContainer { margin-bottom: 10px; } .ad { border-top: 0px; margin-bottom: 10px; padding: 10px; height: 100px; width: 800px; } Quote Link to comment Share on other sites More sharing options...
Solution WilliamNova Posted September 5, 2013 Author Solution Share Posted September 5, 2013 Okay, I'm an idiot. I opened Chrome and it worked perfect. Then I realized I have an ad filter on Firefox and since I used the word 'ad' on the div, it blocked the image. Quote Link to comment Share on other sites More sharing options...
cyberRobot Posted September 5, 2013 Share Posted September 5, 2013 I marked the topic as solved. If you need further help, you can mark it as unsolved...or start a new topic. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.