Re: [PHP] render html

2008-09-08 Thread Craige Leeder
Can we see your parsing code, please? BTW, are you parsing for and , because you have given both as an example here. - Craige VamVan wrote: hello, i have html tags in the bod of text like: $body = "helloierhellohello"; print $body; Some how it does not render html properly in a html pag

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 as a valid tag and transforms < and > to < and > you should check your cms (or in case your wysiwyg-editor) docs for xhtml compatiblity ;) cheers, bb Am 26.08.2008 um 08:24 schrieb Va

[PHP] render html

2008-08-25 Thread VamVan
hello, i have html tags in the bod of text like: $body = "helloierhellohello"; print $body; Some how it does not render html properly in a html page , what might be going wrong? still get displayed as instead of line breaks. How can I render my HTML properly. Please note that it happens in