Newbie here..... knows enough to break things :-)
Im using an existing HTML Template. I've made some changes to include a banner and remove the existing header layout.
Now in the header I have 2 images. i need to move the second "red" image to the right to align with the Navigation below it.
Here is the current code
<div id="header">
<div class="container">
<h1 id="logo"></h1><img src="images/Banner2.png" width="710" height="115" alt="" title="" border="0" align="" />
<img src="images/Image Template.png" width="220" height="115" alt="" title="" border="0" align="" />
<form action="#" method="post">
<input type="text" name="keyword" id="keyword" />
<input type="button" value="Search" id="s" />
</form>
</div>
</div> <!-- /#header -->
I have attached a screenshot showing how this currently displays.
Also, how can I remove or shrink the spacing between the Header (green line across the top) and the new banner as well as the spacing below the banner and the image? Ive played around in the styles.css but cant seem to get it.
Thanks in advance.
Glenn