<br>First &amp;copy should be &amp;copy;&nbsp; (forgot a semicolon).<br><br>But even then.. text: escapes the ampersand so you&#39;ll get &amp;copy; on your page instead of the symbol you want. <br>You could use html: instead which prints to the page without escaping.. <br>
<br>A better solution (in my opinion) would be to just use the unicode character... <br><br>yl<br><br><div><span class="gmail_quote">2008/2/19, Squeaker &lt;<a href="mailto:squeakman@gmail.com">squeakman@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br> <br> Can anyone tell me how to include the copyright symbol in html text.<br> I tried:<br> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;html text: &#39;&amp;copy Minderbinder Corp.&#39;<br> <br> but this does not print the copyright symbol.<br>
 <br> Thanks,<br> Frank<br> <br> _______________________________________________<br> seaside mailing list<br> <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br> <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
 </blockquote></div><br>