If so, what is your charset? ISO-8859-1 or UTF-8 or something else?
LordPaul
1:38 pm on Apr 10, 2005 (gmt 0)
\u00A3 seemed to work, thanks!
I haven't specified a charset, it was only a page for my own use so I didn't add all these things to the head. Maybe that would have made a difference, too. Thanks as well.
Rambo Tribble
2:32 pm on Apr 10, 2005 (gmt 0)
Yet another approach, that should work, would be to use:
String.fromCharCode(163)
(I guess you could say these are all Sterling examples of character code variants.)