|
Posted by Steven Saunderson on 09/24/07 20:33
On Mon, 24 Sep 2007 07:35:32 -0700, ffreino@gmail.com wrote:
> Hi,
> I have a web page where users can post messages and these are printed
> on a board. Sometimes, when a user send a message with a open tag, for
> example:
>
> This is my message in <b>bold</b> and <i>italic</i> and this is a open
> <a href='http://domain
Assuming that HTML comments are not allowed inside tags could you try
putting <!-- > --> after the user input. This should fix an open tag
but not necessarily an open element.
--
Steven
Navigation:
[Reply to this message]
|