index.html
<div id="banner"> <img src="images/banner.png" /><img src="images/bannerside.png" /> </div>
style.css
#header #banner {
margin: 10px 0 0 20px;
}
I am hoping those image appears next to each other, instead they come out on top and buttom. How to make them next to each other ?
I think I have enough space to put the next image next to the first one.