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

Tim Riemenschneider lists-05 at tim-riemenschneider.de
Wed Nov 30 14:18:56 CET 2005


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.



More information about the TYPO3-english mailing list