[Typo3] Wrap a content with a whole table

andreas stein andre01 at typotemp.com
Fri Feb 25 19:40:51 CET 2005


hi luca,

1st: easier
subparts.CONTENT_RIGHT = COA
subparts.CONTENT_RIGHT {
10 = TEXT
10.value = 'some html'
20 < styles.content.getRight
30 = TEXT
30.value = 'some html'
}

you can also use the cObject HTML (look:
http://typo3.org/documentation/document-library/doc_core_tsref/ )

2nd: much easier:
put the html in your HTML-Template and replace this marker (or subpart) by
the content of the right column

3rd: sadöalkäödsfk
subparts.CONTENT_RIGHT < styles.content.getRight
subparts.CONTENT_RIGHT.stdWrap.dataWrap = <some html> | <some html>
subparts.CONTENT_RIGHT.stdWrap.stdWrap.insertData = 1

better weekend!
andreas
typotemp.com





More information about the TYPO3-english mailing list