The problem that I am having is regarding parsing <br> tags in an HTML document. I keep getting an error saying that <br> needs to be ended with an </br> tag. However, no matter what I try (using HTMLBRElement or TextElement or HTMLElement) I cannot get an </br> tag. Is there a parser feature that can be turned off or is there any way to get a <br> and a matching </br>? I am not having this problem with any other tags (b, ul, etc) only the br.
Thanks, Eric Penetar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
