PDA

View Full Version : "<" Did you know?



C_Zeree
Sep 6th, '03, 05:29 PM
Did you know that when making Notes for powers the "<" character does not appear?

Or does this just happen for me?

Simon
Sep 6th, '03, 05:53 PM
The rendering within HeroDesigner is HTML, which means that "<" and ">" are considered "special" characters and denote tags.

If you want, you can use "&amp;gt;" for ">" and "&amp;lt;" for "<"

C_Zeree
Sep 7th, '03, 07:56 AM
Knew there was a "formatting" reason. Just didn't know weather it was Java thing, or some other coding reason.

Thank you!