I am currently building a WAP site using the latest version of the WAP tool kit 2.0. I have been success so far and the prototype is fine. But I have a nacking problem. I am based in the UK and would very much like to display the '' - pound sign again, any values whch are displayed.
I can't figure out what I need to include into the code and where I need to include it. I know that I need the ASCII value, But I still come with a error message 'illegal character in character reference.
Any suggestion would be helpful..
Thanks again...
Simon
Posted by Simon Chan, simon.chan@point4.com
on July 11, 2000 at 13:53
RE: How do I display a Pound Sign???
2002-05-15, 18:46#2
Posted by Thomas Lund Hansen, tlh@merkantildata.dk
on July 11, 2000 at 23:00
Hi Simon
When displaying a ampersand (& sign I use &
Ampersand is 38 in the ascii table if i'm not mistaken, so you'll just have to find the ascii value for and put it in like this: &#value;
What happens is that the gateway mistakes the pound sign for a predefined value (or sumthing).
Cheers,
Thomas
RE: How do I display a Pound Sign???
2002-05-15, 18:46#3