1 jim Mar 19, 2005 18:47
3 jim Mar 19, 2005 19:35
Exactly what I want, but if write
<this is a test>
the string is disappear.
If this way:
< this is a test >
will show < This is a test >
How do I delete the space after the < sign ?
Thanks!
4 graham Mar 19, 2005 19:39
There shouldn't be a space if you dont put one. It might be an issue with your css. I don't know off the top of my head.
5 jim Mar 19, 2005 19:54
I try this way:
<<code>this is a test</code>>
just work. :)
Are you putting exactly that? The system thinks that's an (x)html tag, you'll need to convert the angle brackets into their html characters.
< is < and > is >