The errors are all listed on there. It looks like several of them are because you are using incorrect html for your image tags - not closing them properly. See this -
http://www.w3schools.com/tags/tag_IMG.asp
Notice the format for an image tag:
HTML Code:
<img src="angry.gif" alt="Angry" />
There is an "/" at the end of the tag. You don't have that on several of your images. You'll have to track down what modification or template is doing that. To find the template: vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.