Hello,
Have a small issue with the textfield placing a period (.) or dot next to the image. If I remove the image the dot goes away. I suspect this issue is causing my why the image bleeds outside the textfield box. Here is my code and an image. Help on this is much appreciated.
QuoteDisplay More<krpano version="1.0.8" onstart="action(start);">
<plugin name="text_01" url="plugins/textfield.swf"
align="center" width="580" height="300" x="0" y="0" visible="false"
html="data:html_text_01"
css="data:css1_text_01"
keep="true"
roundedge="1"
borderwidth="1"
bordercolor="0xFFFFFF"
backgroundcolor="0xFFFFFF"
selectable="false"
alpha="0.7"
shadow="5"
autosize="center"
onhover="showtext(Click to Close, csmall);"
onclick="action(close,text_01);"
/><data name="html_text_01">
<p align="left">
<font face="arial" size="+3">
<b>About This Flooring</b>
</font>
</p>
<a>
<img src="images/floor_westchester.jpg"/>
</a>
<br/><br/>
<p align="left">
<font face="times" size="+1">
Hardwood flooring is the value-added way to bring beauty and warmth to your home. Hardwood floors are a great investment, are easy to clean and maintain, and are naturally safe for the environment.<br/>
<br/>
Bruce hardwood flooring is known for being the tough and durable, yet affordable solution for wood floors. Not only are our hardwood floors strong, but also are gorgeous and pleasing to the eye. You can’t go wrong with a Bruce hardwood floor.<br/>
<br/>
To read floor specifications <a href="http://www.bruce.com/resflram/na/br…0&lineId=6029.0" target="_blank">click here</a>.
</font>
</p>
</data><data name="css1_text_01">
a { text-decoration:underline; color:#110088; font-weight:bold; }
a:hover { color:#885500; }
</data>
</krpano>