Oh right for some reason you can't use <br /> tags in <li> tags. I had this problem before but i never really use <li>. There must be some reason, next time when you space do the next bullet point close the <li> tag before <br />
Edit: and that seems to be your only problem, the rest of the coding is great
just
code:
alt = ""
in your image tags
Edit 2:Atually change this code from your <h3> tags:
code:
<h3>
<ul>
<li>
<a href="welcome.htm"> Welcome</a> </li>
<li>
<a href="flying.htm"> Flying</a> </li>
<li>
<a href="shooting.htm"> Shooting</a> </li>
<li>
<a href="sport.htm"> Sports</a> </li>
<li>
<a href="annual_camps.htm"> Annual camps</a> </li>
<li>
<a href="duke_of_edinburgh.htm"> Duke of Edinburgh Award</a> </li>
<li>
<a href="events.htm"> Events</a> </li>
<li>
<a href="photos.htm"> Photos </li>
<li>
<a href="staff.htm"> Staff</a> </li>
<li>
<a href="forum" target="_blank"> Forums</a> </li>
</ul>
</h3>