[Typo3] How to insert border content on my page?

Almir Orle almir.orle at utbildning.stockholm.se
Tue Nov 29 09:44:06 CET 2005


Hi all,

I have been fighting with border content for a while and I just can't
make it work as I wish.

First of all I modified page TSconfig like this, to show Normal, Right
and Border column in backend:

mod.web_view.type=1
mod.SHARED.colPos_list=0,2,3

In my html template I have a table with:
<td id=border">

My setup field looks like this:

page = PAGE
page.typeNum = 0
page.stylesheet = fileadmin/template/main.css
page.bodyTag = <body background="fileadmin/template/Images/bgrod.jpg">
 
page.10 = TEMPLATE
page.10 {
  template = FILE
  template.file = fileadmin/template/tmplpage1.html
  workOnSubpart = DOCUMENT_BODY
  subparts.CONTENT < styles.content.get
subparts {
    Border < styles.content.getBorder
     }

That won't work, why?

Best regards
Almir



More information about the TYPO3-english mailing list