[TYPO3] This one for the typoscript guru´s...

R. van Twisk typo3 at rvt.dds.nl
Tue Jul 4 03:47:48 CEST 2006


hey All,

I have this generate HTML:
<div class="csc-frame csc-frame-frame1">
<div class="csc-header csc-header-n4"><h2>Kopje 3</h2></div>
<table >
<tr><td colspan="1"><img src="clear.gif" width="120" height="1" alt="" 
/></td><td rowspan="2" valign="top"><img src="clear.gif" width="10" 
height="1" alt="" title="" /></td></tr>
<tr><td valign="top"><img src="typo3temp/pics/f_2b7437eb38.jpg" 
width="120" height="90" border="0" align="top" alt="" title="" /><br 
/></td></tr>
</table>
<p class="bodytext">Nam quam lectus, tristique ........</p>
</div>

However, my h2 with the text Kopje 3 is at the wrong place.
It shows above my image and body text,
However what I need is that my h2 needs to be next to my image.
See the below HTML of what I need...

<div class="csc-frame csc-frame-frame1">
<table >
<tr><td colspan="1"><img src="clear.gif" width="120" height="1" alt="" 
/></td><td rowspan="2" valign="top"><img src="clear.gif" width="10" 
height="1" alt="" title="" /></td></tr>
<tr><td valign="top"><img src="typo3temp/pics/f_2b7437eb38.jpg" 
width="120" height="90" border="0" align="top" alt="" title="" /><br 
/></td></tr>
</table>
<h2>Kopje 3</h2><p class="bodytext">Nam quam lectus, tristique ........</p>
</div>


I am not much of a autotemplate builder guy (I always worked with TV, 
with TV it's easy...)
and I know this can be changed with TS, but I am a little bit clueless 
at what part
I need to change it. I come as far as lib.stdHeader,

But I can't see well where lib.stdHeader is added to teh complete 
content record.
When I search in template Analyzer I can't really find it.


Anybody want to give me a hand or hint?

Ries






More information about the TYPO3-english mailing list