Topic: Caption after <br> transparent in flash version, works fine html5
Hi.
My caption text is going transparent after a <br> tag. The text is there because if I hover over a hyper link in the text (that I can't see) I can click it and be taken to the link, it's just transparent. This worked before upgrading from 2.0.1 free version to latest pro version. Also when viewed from the html5 (mobile) the captions show up fine.
Example page
http://www.carter-engineering.com/canoestand.html
relevant sections from gallery.xml
<simpleviewergallery
galleryStyle="MODERN"
title="Canoe Stand"
textColor="FFFFFF"
frameColor="FFFFFF"
frameWidth="10"
thumbPosition="LEFT"
thumbColumns="3"
thumbRows="4"
showOpenButton="TRUE"
showFullscreenButton="TRUE"
maxImageWidth="1024"
maxImageHeight="768"
useFlickr="false"
flickrUserName=""
flickrTags=""
languageCode="AUTO"
languageList=""
captionPosition="OVERLAY_BOTTOM"
captionFontSize="20"
captionDropShadow="TRUE"
captionHeight="768"
captionWidth="1024"
>
example caption
<image imageURL="lowres/canoe_stand_2_003.jpg" thumbURL="thumbs/canoe_stand_2_003.jpg" linkURL="images/home/canoestand/hires/canoe_stand_2_003.jpg" linkTarget="" >
<caption><![CDATA[Completed Canoe Stand.<br>Plans available <b><u><a href="http://cottagelife.com/20196/diy/projects/how-to-build-a-canoe-or-kayak-rack" target="CanoeStandPlans">here</a></u></b>]]></caption>
</image>