Hi Guys,
I was coding something today and I found this strange thing.
If you try and put the less than "<" into a table cell it won't let you. You need to replace it with "&lt;" but the ">" works just fine.

Example:
try and put this into a table cell "blah1<blah2" it will give you "blah1"
To get "blah1<blah2" you need to put "blah1&lt;blah2"

There's no problem doing this in a textbox, I didn't try a label but I belive it would work.

Anyone understand this? I know that &lt; is the "<" but why can't you just use "<"?