[TYPO3-templavoila] FCE mapping problem

Dmitry Dulepov typo3 at accio.lv
Thu Jul 6 13:42:53 CEST 2006


Witt Elias wrote:
> Hello List!
> 
> 
> I have since yesterday an problem with creating an FCE. (Typo3 4.0 / TV
> 1.0.1)
> 
> I created first an html-table-file which looks like this:
> 
> http://web6.webbox904.server-home.net/tabelle_html.jpg
> 
> But when i try to map these file TV shows this:
> 
> http://web6.webbox904.server-home.net/tabelle_tv.jpg
> 
> As u can see on the bottom right is an cell missing.

Usually it means that you did not close html tags correctly. For 
example, the following will display perfectly in all browsers but will 
not work in TV:

<table>
<tr><td>
</tr>
</table>

(notice missing </td>)

Dmitry.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)



More information about the TYPO3-project-templavoila mailing list