[Typo3] Change the subtitle wraping

Jerome Vandenende j.vandenende at info-grafic.com
Tue Sep 27 18:19:49 CEST 2005


Hi all

I've a big problem for you :-)

In the source code of my page I've this :

<div id="content">
   <a name="4"></a>
   <font face="verdana" size="3"><b>Welcome to my website</b></font>

   <p style="margin:0 0 0 0;">content page here</p>
</div>


But I want that my title include a <h1> tag like :

<div id="content">
   <a name="4"></a>
   <h1>Welcome to my website</h1>
   <p>page content here</p>
</div>


How can I do that in TS?


Thanks in advance


Jerome Vandenende



More information about the TYPO3-english mailing list