[TYPO3-UG Denmark] T3 template uden <table>

Peter Klein peter at umloud.dk
Mon Jun 12 12:06:40 CEST 2006


Hej Jeppe. Nu har jeg ikke brugt autoparser extensionen i lang tid, men mon 
ikke det er fordi du har en "TD.all=1" og ikke en "DIV.all=1" ?

MvH
Peter Klein / Umloud Untd

"Jeppe Donslund" <jd at webmasters.dk> wrote in message 
news:mailman.3157.1150102133.17090.typo3-ug-denmark at lists.netfielders.de...
Jeg bruger Auto-Parser og ccs_styled_content.

# Configuring the Auto-Parser for main template:
plugin.tx_automaketemplate_pi1 {
    # Read the template file:
  content = FILE
  content.file = fileadmin/template/{$templateName}

    # Here we define which elements in the HTML that
    # should be wrapped in subpart-comments:
  elements {
    #BODY.all = 1
    #BODY.all.subpartMarker = DOCUMENT_BODY

    HEAD.all = 1
    HEAD.all.subpartMarker = DOCUMENT_HEADER
    HEAD.rmTagSections = title

    TD.all = 1
  }

    # Prefix all relative paths with this value:
  relPathPrefix = fileadmin/template/
}






More information about the TYPO3-UG-denmark mailing list