In the line
code:
- <a href="http://themusicpirate.bounceme.net/Gallery/Gallery.php">Gallery<br>
you neet to close the <a> tag.
It should be:
code:
- <a href="http://themusicpirate.bounceme.net/Gallery/Gallery.php">Gallery</a><br>
You can see that if you click on the line before 'photo blog' it will still link to gallery as the tag wasn't closed.