[Typo3] templavoila, FCE and containing div

Emanuele Zattin emanuelez at libero.it
Fri Apr 29 10:48:45 CEST 2005


hello,
i'm using templavoila to create this website: www.metechitalia.com

i created an FCE for a 2 columns content and this is how i want it:

<div class="twocolumns">
<div class="columnone">some content</div>
<div class="columntwo">some other content</div>
</div>

and here's the css:

.twocolumns
{
    position:relative;
}

.columnone
{
    position:absolute;
    width:45%;
    left:0;
}

.columntwo
{
    position:absolute;
    width:45%;
    right:0;
}

everything is working ok. i set up an FCE and i set twocolumns as my root 
element but i can't get i rendered... templavoila only shows the two 
column divs.

any hint?

Emanuele Zattin



More information about the TYPO3-english mailing list