[Typo3] first steps in tv

Bartosz Aninowski bart at sonik.pl
Thu Nov 10 11:53:23 CET 2005


>Sorry for obvious question but have you created "Regular text element"
>inside FCE and typed text in it (all in Page module)? Is your mapping to
><p> shows INNER?

Yes I did everything as in doc.
Type: Flexible Content
Data Structure: Head/Text/Image
Template Object: Head/Text/Image [Template]
Contents:
Def:
Header this is a header
Bodytext testing testingtesting testing testing testing testing
Image  gangster3.jpg
Link title ddddddddddddddd
Link Url 13

this is part of my template_ce.html

 <div style="border:2px dotted #666666;" id="block_htil">
    <h2>This is the header.</h2>
    <img src="images/33139.jpg" width="200" height="150" border="0" 
align="right" style="margin-left: 10px; margin-right: 5px; " alt="" />
    <p class="bodytext">sample text<p>
    <p class="moreInfo"><a href="#" target="_top">Read more 
information</a></p>
   </div>

this is my mapping

CO-ROOT ROOT Select the HTML element on the page which you want to be the 
overall container element for the template. <div> INNER  (ALL)
  |-El Header field_header sample header <h2>INNER  (ALL)
  |-EL Bodytext field_bodytext sample body <p>INNER  (ALL)
  |-EL Image field_image sample image   <img>(ALL)
  |-EL Link title field_linktitle Link title <a>INNER  (ALL)
  |-AT Link Url field_linkurl  <a>ATTR:href  a:attr:href






More information about the TYPO3-english mailing list