[TYPO3] Help...Content in 2 columns

Søren Vedel sv at workhouse.com.br
Fri Dec 30 18:49:41 CET 2005


Hi Elise,

You have to make a few changes:

>    # Substitute the ###content2### subpart with some example content:
>     subparts.content < styles.content2.get

should be changed to:

# Substitute the ###RIGHT_CONTENT### subpart with some example content:
subparts.rightcontent < styles.content.getRight


Then you must add the ###RIGHT_CONTENT### subpartmarker to your 
html-template file (template_page.html I guess...).


You normally have 4 columns available to put in some content.

left = styles.content.getLeft
normal = styles.content.get
right = styles.content.getRight
border = styles.content.getBorder


Hope you will succeed now!

Regards
Søren Vedel



More information about the TYPO3-english mailing list