[Typo3] Layout without table problems in typo3

Daniel Doesburg [netcreators] typo3 at doesburg.biz
Tue Sep 20 12:00:28 CEST 2005


Calin Borz schreef:
> Hi list.

Hi Calin,

I don't have answers, only questions.

> 
> 
> page = PAGE
> page.typeNum = 0
> page.META.http-equiv = "Content-Type"
> page.META.content ="text/html; charset=iso-8859-1"
> page.META.name="Author"
> page.META.name.content="Drecomm"
> 

> page.stylesheet = media/template/css/pl_layout.css

Is this the right path?

> page.title = MILL GROUP
> page.bodyTag = <body  leftmargin="0" topmargin="0" marginwidth="0" 
> marginheight="0">
> page.headerData = COA
And what is the content of this array?


> page.10 = HTML
> page.10.value (
> <div class="minHeight"></div>
> <!-- Safari hack -->
> <div class="container">
> <div class="graphic">
> )
> page.900 < styles.content.getLeft

What happens if you try:
page.900 = TEXT
page.900.value = HELLO WORLD

I would try to stay below 95 for the "page numbers".

> page.1000 = HTML
> page.100.value (

Should it not be page.1000.value?

> </div>

This closes "graphic"? And where were the other div's closed?

>  <div class="breadbin">
> 
> 
> I put it some at the content page on the styles.content.getLeft, but 
> nothing is on the online site.
> There i see this on the source:
> 
> .....
> 
> <div class="minHeight"></div>
> <!-- Safari hack -->

> <div class="container"><div class="graphic">

Why do you open this div-class(es) again at the end of the page without 
closing the previous one?

> </body>
> </html>
> 
> Best regards,
> Calin Borz


Success,

Daniel



More information about the TYPO3-english mailing list