Hi chucktx,
The left right collumn is just like the normal column, you must design you template so that it support the left and right columns and then use typo script to assign dynamic content to it.
for example (assuming you are using template auto parser extenstion):
if you look in the setup field of your template you should see something like this:
subparts.main < styles.content.get #this corespond to the normal columns
if you want to use the left or right columns u must call it with something like this:
subparts.left_column < styles.content.getLeft
subparts.left_column < styles.content.getRight
try to read the modern template building part 1 documentation at typo3.org and you should have a clearer understanding.
enjoy,
Tan
The left right collumn is just like the normal column, you must design you template so that it support the left and right columns and then use typo script to assign dynamic content to it.
for example (assuming you are using template auto parser extenstion):
if you look in the setup field of your template you should see something like this:
subparts.main < styles.content.get #this corespond to the normal columns
if you want to use the left or right columns u must call it with something like this:
subparts.left_column < styles.content.getLeft
subparts.left_column < styles.content.getRight
try to read the modern template building part 1 documentation at typo3.org and you should have a clearer understanding.
enjoy,
Tan