[TYPO3] Insert Records in Normal column issue

Søren Vedel sv at workhouse.dk
Sun Feb 4 09:52:40 CET 2007


Hi Tim,

You can't do this:

content < styles.content.get
content_normal < styles.content.get

Because you put in styles.content.get twice!

I don't know what you want to display, but change to something like this

marks {
   content < styles.content.getBorder
   content_normal < styles.content.get
   content_left < styles.content.getLeft
   content_right < styles.content.getRight
}


Med venlig hilsen/Kind regards
Søren Vedel
Workhouse Media

Tim Boesenkool wrote:
> Hey List
> 
> I'm working on a v3.8 site that has a problem with inserting records in the
> Normal Column.
> I can get insert records to display in left/right/border columns. But 
> insert
> records won't display in the FE Normal column. This seems to work fine for
> everything else, except insert records.
> I suspect it has to do with the following. Any suggestgions how this can be
> tweaked?
> 
> marks {
> content < styles.content.get
> content_normal < styles.content.get
> content_left < styles.content.getLeft
> content_right < styles.content.getRight
> }
> 
> Regards
> Tim


More information about the TYPO3-english mailing list