Can we see your parsing code, please?
BTW, are you parsing for <br> and <br />, because you have given both as
an example here.
- Craige
VamVan wrote:
hello,
i have html tags in the bod of text like:
$body = "hello<br/><ul>ier</ul>hellohello";
print $body;
Some how it does not render html properly in a html page , what might be
going wrong? <br> still get displayed as <br> instead of line breaks.
How can I render my HTML properly. Please note that it happens in my cms.
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php