[Typo3] Layout without table problems in typo3
Calin Borz
calin at reea.net
Tue Sep 20 10:17:20 CEST 2005
Hi list.
I have one big problem for me.
I need to to one site in typo3 without table. You know the css divs.
When i put in the source for the template i don't receive the content.
Here i will put one part of my code. Where i have the mistake:
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
page.title = MILL GROUP
page.bodyTag = <body leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0">
page.headerData = COA
page.10 = HTML
page.10.value (
<div class="minHeight"></div>
<!-- Safari hack -->
<div class="container">
<div class="graphic">
)
page.900 < styles.content.getLeft
page.1000 = HTML
page.100.value (
</div>
<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">
</body>
</html>
Best regards,
Calin Borz
More information about the TYPO3-english
mailing list