since a site of mine has been upgraded to 7.0.2, I cannot add certain html code into the "HTML Block" ??
as a reference I want to add several links like this to a block..
<td align="center"><div class="c2">
<p style="text-align: center; margin-top: 0; margin-bottom: 0">
<a href="http://www.mysite.info/cam6_frame_with_ad.htm" target="I2" ><span class="c5">Cam 6</span></a></p>
<p style="margin-top: 0; margin-bottom: 0">
<a href="http://www.mysite.info/cam6_frame_with_ad.htm" target="I2" ><img src="http://www.mysite.info:8004/cam_6.jpg?preview=1" alt="Cam" border="0"></img></a></p></div></td>
but when save the results are returned with the website stripped from the code. Why?!
<td align="center">
<div class="c2">
<p style="text-align: center; margin-top: 0; margin-bottom: 0;"><a href="/cam1_frame_with_ad.htm" target="I2"><span class="c5">Cam 1</span></a></p>
<p style="text-align: center; margin-top: 0; margin-bottom: 0;"><a href="/cam1_frame_with_ad.htm" target="I2"><img src="/cam_1.jpg?preview=1" alt="Security Camera" border="0" /></a></p>
</div>
</td>
all is there EXCEPT my site links. What strips this out?
