[TYPO3] Basic questions- how do I put text from the fields	intopages?
    Another Vision 
    info at anothervision.co.uk
       
    Fri Aug 11 12:24:39 CEST 2006
    
    
  
 
If I understand you right it's
   subparts.colLeft < styles.content.getLeft
   subparts.colRight < styles.content.getRight
   subparts.border < styles.content.getBorder
   subparts.content < styles.content.get
Then areas in your html template marked up similar to 
<div id="left"> 
        <!-- ###colLeft### -->
        replaced by left column 
        <!-- ###colLeft### -->
</div>
<div id="content"> 
          <!-- ###content### -->
          replaced by main content
          <!-- ###content### -->
        </div>
<div id="right"> 
        <!-- ###colRight### -->
        replaced by right column 
        <!-- ###colRight### -->
</div>
and
<div id="border"> 
        <!-- ###border### -->
        replaced by border contentn
        <!-- ###border### -->
</div>
HTH
Mike
-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Mike
Sent: Friday 11 August 2006 00:07
To: typo3-english at lists.netfielders.de
Subject: [TYPO3] Basic questions- how do I put text from the fields
intopages?
I've read through the documentation 4 times over now.  If I add a content
object to one of the four columns, I can write my template to sick into into
the page by doing:
for normal:
subparts.MAIN_CONTENT < styles.content.get
or, for left column:
subparts.RED_CONTENT < styles.content.getLeft
But then I only have four variables to stick into my html, right?  How do I
define another field and put it onto my page with typoscript?
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
    
    
More information about the TYPO3-english
mailing list