Posted: Tue Nov 21, 2006 8:18 pm
Nice work AC! Does it support multiple DTD (transitional || strict)?
I was playing with your "test" it box.
I tried this -- opening b tag but someone forgot the b on the other end...
It gave me this for source code output.
I was playing with your "test" it box.
I tried this -- opening b tag but someone forgot the b on the other end...
Code: Select all
<b><font>Whatever</font></>Code: Select all
<b><span>Whatever</span>></b>