Recent Topics

1 Mar 19, 2005 18:47    

I tried to write a post which contain <This is a test>,
when post the system say: Attribute without value near
how do I post the complete content with
<This is a test> ?

Sorry for my poor english.

2 Mar 19, 2005 19:04

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 &lt; and > is &gt;

3 Mar 19, 2005 19:35

Exactly what I want, but if write
&lt;this is a test&gt;
the string is disappear.
If this way:
&lt; this is a test &gt;
will show < This is a test >

How do I delete the space after the < sign ?
Thanks!

4 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 Mar 19, 2005 19:54

I try this way:
&lt;<code>this is a test</code>&gt;
just work. :)


Form is loading...