[Typo3] How to insert border content on my page?

Marlies C mc at mcuniverse.com
Wed Nov 30 15:32:45 CET 2005


"Tim Riemenschneider" <lists-05 at tim-riemenschneider.de> wrote in message 
news:mailman.1.1133356737.24992.typo3-english at lists.netfielders.de...
> Almir Orle schrieb:
>> Hi,
>>
>> Yes I'm using template auto parser and yes there is <!--###BORDER###
>> start--> and <!--###BORDER### stop-->
>> is STOP OK, do I have to user END?
>>
>> Cheers,
>> Almir
>
> I don't know, if this is the case here, but I had once a problem that
> the subparts in the HTML-Template may not be empty.
> That is when I have this as html-code:
> <td id="border"></td>
> TYPO3 does for some reason not put something into this cell
> (the autoparser does insert the markers)
> but when i put something like
> <td id="border">this is never displayed</td>
> it worked.
>
> (This was quite hard to find, I had a working template and someone
> edited
> -----
> <td id="something">
>  </td>
> -----
> to
> -----
> <td id="something"></td>
> -----
> and it stopped working.
> )
>
> Maybe it helps.


You gave yourself the answer when you said the code was changed to be all on 
one line. There has to be a space or an &nsbp; between the tag brackets or 
it doesn't work. Like this:

<td id="something">
</td>

or <td id="something">  </td>
or <td id="something">&nbsp;</td>

Hope this helps.

Marlies
www.mcuniverse.com








More information about the TYPO3-english mailing list