[Typo3] Placing extension content elements in individual table cells

Bernd Schieber b.schieber at fraenkischer-tag.net
Sun Feb 27 10:27:59 CET 2005


Hy,

thanks for the response. 

your extension do not work for this case, i think.
there is an other problem, that i didn't mention in the post before.

the content layout of a page may look like this:

 +-----+---+
 | 1   | 2 |
 +-----+---+
 | 3 | 4   |
 +---+-----+
 | 5   | 6 |
 +-----+---+

with the standard text container the cells can be filled easy and
exactly, even if there have to be more than one article i a cell.

the format of the articles can not easy created with the standard text
container (better i found now way) and the people who fill these
container don't know anything about html and css.

so i made these extensions, to make sure that the artikles are correctly
formated. but the output ignores this part of typoscript:

  10.5 = TEXT
  10.5.value = <tr><td>
  10.10 < styles.content.get
  10.10.select.begin =0
  10.10.select.max =2

if there are more than 2 articles all of them will be rendered.
if i set begin to an other number, rendering begins at the first
article.

Bernd

> Dear Bernd,
> 
> The new "htmlcssstyling" extension does this for you with no typoscript to
> worry about.  Alter the threecolumn.html template to use your table layout,
> Put the formatting for your plugin's generated content into the
> stylesheet_main.css file and alter the background graphics and you have a
> working website.
> 
> David





More information about the TYPO3-english mailing list