on Fri, 16 May 2008 09:56:16 +0200, Peter Krauzer wrote:

> since two days i try to figure out why typo3 4.2 displays html tags in
> the frontend. instead of headline i see the coresponding html tags <h3>
> becomes &lt;h3&gt;
> 
> my ts is quite simple
> 
> page = PAGE
> page.typeNum = 0
> 
> page.10 = CONTENT
> page.10.table = tt_content
> 
> any idea what might we wrong?

what about:
include css-styled-content!

page = PAGE
page.10 < styles.content.get


css-styled-content will support you with all the needed rendering to get 
clean (X)HTML

bernd
-- 
http://www.pi-phi.de/t3v4/cheatsheet.html
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to