dkotter, thanks for the reply. I had partial success using your solution. The first part sorted out the top left corner of the header. However, the border is still obscured to the side of the images. I changed the code as below:
First change:
#logo {
width:748px; (was 750px)
padding:1px; (added)
}
The second and third changes didn’t change anything:
I added the padding statements in header.php. Should I have removed the "float-right" and "float-left" statements? Are these forcing the images to overlap the border?
<div style="float:right"; padding-right=”1px"; border-left="10px";><a href="http://www.merseysidescouts.com/"><img src="http://www.lydiatescouts.org.uk/wp-content/uploads/merseyside-black-yellow.png" alt="" width="70" height="110" /></a></div>
<div style="float:right"; border-right="10px";><a href="http://www.altsidescouting.org.uk/"><img src="http://www.lydiatescouts.org.uk/wp-content/uploads/altside-black-yellow.png" alt="" width="70" height="110" /></a></div>
<div style="float:right"; border-right="10px";><img src="http://www.lydiatescouts.org.uk/wp-content/uploads/group-black-yellow.png" alt="" width="67" height="110" /></div>
<div style="float:left"; padding-left="1px"; border-left="50px";><img src="http://www.lydiatescouts.org.uk/wp-content/uploads/scouting-tagline-5.png" alt="" width="278" height="20" /></div>
[Please post code snippets between backticks or use the code button.]