View Single Post
  #6 (permalink)  
Old 05-15-2007, 05:01 PM
philscanlan philscanlan is offline
WebProWorld Member
 

Join Date: Jun 2006
Location: islip, ny
Posts: 42
philscanlan RepRank 0
Default

I believe you should be able to use characters like this if you serve the page as utf-8 character encoding. Using meta:

Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
and save your page in a text editor as utf-8 with no BOM (byte order mark) if your editor lets you do that.

or try using & #8482; instead of &trade;
__________________
if you're reading this, I'm bored
Reply With Quote