[TYPO3] content.space

JoH info at cybercraft.de
Fri Jul 14 00:07:47 CEST 2006


> I tried this but its not working:
>
> # spacing
> tt_content_right < tt_content
> tt_content_right.space = 0|0
>
> page.50 < styles.content.getRight
> page.50.renderObj < tt_content_right
>
> What am i doing wrong?

Looking into the TypoScript Object Browser (TSOB) you will find that
tt_content is a CASE element.
http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/17/

As you can see there is nothing like space in the list of CASE properties.
But there is stdWrap.

So this should be working:

tt_content_right < tt_content
tt_content_right.stdWrap.space = 0|0

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC: http://www.cybercraft.de





More information about the TYPO3-english mailing list