[Typo3] autotemplate nested subparts

Vlatko Šurlan vsurlan at net.hr
Wed Aug 31 19:01:50 CEST 2005


boxster wrote:

> <td id="subpartA">
>   some content to be replaced
>   <table>
>     <tr>
>       <td id="subpartB">
>       </td>
>     </tr>
>   </table>
> </td>

Please note the simple fact that if "some content to be replaced" was in 
its own "cell" it could easily be replaced, thus
<td>
   <span id="subpartA">some content to be replaced</span>
   <table>
     <tr>
       <td id="subpartB">
       </td>
     </tr>
   </table>
</td>

I used span tag because your "some content to be replaced" text has no 
breaks before or after, which is exactly how span behaves.

-- 
Isus Krist je umro za moje i tvoje opravdanje.
Jesus Christ died for yours and mine justification.
Vlatko Šurlan
vsurlan at REMOVETHISnet.hr
385 (0) 98 1722 187



More information about the TYPO3-english mailing list