Re: [PHP] render html

2008-09-08 Thread Craige Leeder
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 = hellobr/ulier/ulhellohello; print $body; Some how it does not render html properly

[PHP] render html

2008-08-26 Thread VamVan
hello, i have html tags in the bod of text like: $body = hellobr/ulier/ulhellohello; 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

Re: [PHP] render html

2008-08-26 Thread Björn Bartels
Hi, are you propably using a wysiwyg-editor to edit this html? my guess is ,your cms doesn't recognize br / as a valid tag and transforms and to lt; and gt; you should check your cms (or in case your wysiwyg-editor) docs for xhtml compatiblity ;) cheers, bb Am 26.08.2008 um 08:24