Jump to content

Img tag not appearing in div


WilliamNova
Go to solution Solved by WilliamNova,

Recommended Posts

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;
}
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.