CanMys fix broken map pages.
Four pages on thomson site are supposed to include a map image, but don't. I manually edited the code in the development site and on the production site based on similar other pages. They tested OK. I then tried to figure out how to make those same changes through the database and content management system but was stumped. Will need to do more research.
I replaced instance such as this (ill-formed structure as well as missing content):
<div id="docImageCentre" style="width: px;">
</p>
<p id="clearFloat"/>
</div>
with this:
<div id="docImageCentre" style="width: 250px;">
<p> <a href="../../images/view.php?id=6060&lang=en&size=3" ><img src="../../images/site/356060_2.jpg" alt="[ Canoe Lake ]" title="[ Canoe Lake ]" /></a> </p>
<p class="imgCaption">Canoe Lake</p>
</div>