[TYPO3] Autoparser | colNormal

Aji Johannes aji.yahya at gmail.com
Wed Aug 16 00:17:32 CEST 2006


Aji Johannes schrieb:
> Hello again,
> 
> I need to add between div colNormal  another div like
> 
> <div id="colNormal">
>                
>     <div id="authorpage"> </div>
>                
> </div>
> 
> 
> id >> authorpage is defined in autoparser like this:
> 
> temp.authorpage = TEXT
> temp.authorpage.wrap = xxxxx
> 
> 
> i know that autoparser will delete anything between colNormal div , but 
> did there any way to do that?
> 
> thanks for your help
> Aji
> 
> 
> ---------------------------------------------------
> - [globalVar= GP: L = english]                    -
> - temp.language = TEXT                            -
> - temp.language.wrap = "SORRY FOR MY BAD ENGLISH" -
> - [global]                                        -
> ---------------------------------------------------


Hello again,

i get it lol. it was simple & easy, i read some docu. of autoparser.

solution:

<div>
<div id="authorpage"> </div>
<!-- ###colNormal### --> <!-- ###colNormal### -->
</div>

Regards

Aji



More information about the TYPO3-english mailing list