[Typo3] Newbie question

Dmitry Dulepov typo3 at fm-world.ru
Fri Aug 12 09:42:51 CEST 2005


Hi!

Did you add "CSS styled content" to your template record?

Dmitry.

M Kelders wrote:
> Hi,
> 
> Busy now for a few days with all the tutorial to start. Now starting over 
> again with own test and did the following:
> 
> 
> T3 : installed incl quickstart
> T3 : mysql, apache_server running, admin user renamed
> T3 : import extensions doc_templ
> T3 : import template autoparser installed
> 
> 
> Create Template in dreamweaver with ###HOME_T1### marker in file named 
> index.htm which looks like this:
> 
> 
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 
> <body>
> <p><strong>Step 1</strong></p>
> <p><span class="bodytxt"> 
> <!-- ###HOME_T1###-->
> This text is a standaard bigger blue text in the design and should be 
> replaced 
> in Hello world. 
> <!-- ###HOME_T1### -->
> </span> It contains layout which is included in a css file with a clase 
> named 
> : bodytxt and header HOME_T1</p>
> </body>
> </html>
> 
> 
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 
> 
> Added a new rootlevel page UNDER the quickstart tutorials.
> copied file index.htm under /apache/htdocs/fileadmin/index.htm
> 
> 
> Added a myFirstTemplate with setup:
> 
> plugin.tx_automaketemplate_pil {
> 
> #Reading the file
> content = FILE
> content.file = fileadmin/index.htm
> #adding elements
> Elements {
> BODY.all = 1
> BODY.all.subpartMarker = HOME_T1
> HEAD.all = 1 
> HEAD.all.subpartMarker = HOME_T1
> TD.ALL = 1
> 
> }
> }
> 
> page = PAGE
> page.typeNum = 0
> page.config.disableAllHeaderCode=1
> page.10 =< plugin.tx_automaketemplate_pil
> 
> 
> 
> 
> Result when shown in front end:
> 
> <html><body></body></html>
> 
> 
> Tried several things but i'm not getting it better. I'm lost .... any
> suggestions ?
> 
> Thx,
> Marcel



More information about the TYPO3-english mailing list