I am trying to add images to a page. When I tried using the WYSIWYG editor, the pop-up had an "Error On Page" and the add failed. So I tried to add it using the Code editor, and the result can be seen here
http://davidbeaver.net/wb/pages/banners.php The code that I used is:
<p>Please use these banners to link back to my site.</p>
<img src="
http://davidbeaver.net/wb/images/banner_Cathy.jpg" height="80" width="95%" alt="Cathy's Banner" />
<img src="
http://davidbeaver.net/wb/images/banner_novella.jpg" height="80" width="95%" alt="Novella's Banner" />
<img src="
http://davidbeaver.net/wb/images/banner_Mysty.jpg" height="80" width="95%" alt="Mysty's Banner" />
<img src="
http://davidbeaver.net/wb/images/banner_Ssim.jpg" height="80" width="95%" alt="Ssim's Banner" />
<img src="
http://davidbeaver.net/wb/images/banner_Olivia.jpg" height="80" width="95%" alt="Olivia's Banner" />
<img src="
http://davidbeaver.net/wb/images/banner_Margarete.jpg" height="80" width="95%" alt="Margarete's Banner" />
<img src="
http://davidbeaver.net/wb/images/banner_Sue.jpg" height="80" width="95%" alt="Sue's Banner" />
<img src="
http://davidbeaver.net/wb/images/banner_angel.jpg" height="80" width="95%" alt="Angel's Banner" />
<p>Thanks, David.</p>
Any help in fixing this so the photos appear on the page properly would be greatly appreciated.
Thanks in advance for your help,
David.