[Typo3] Different formatting for different columns

Kraft Bernhard kraftb at mokka.at
Fri Jan 28 12:39:33 CET 2005


Rickard Andersson wrote:

> Hi,
> 
> I've added the following piece of TypoScript to my template:
> 
> lib.stdheader.10.1.fontTag = <h4>|</h4>
> 

I would do this via CSS ...

you have two divs/tds
<div id="maincolumn">
	Here goes the main Content
</div>
<div id="rightcolumn">
	Here goes the right Content
</div>


Then you do something like the following in your CSS:

#maincolumn h1 {
/* Definition for h1 in main column */
}
#rightcolumn h1 {
/* Definition for h1 in right column */
}


greets,
Bernhard
-- 
Kraft Bernhard
MOKKA MEDIENAGENTUR GMBH / www.mokka.at
T: +43 1 895 33 33 50



More information about the TYPO3-english mailing list