[TYPO3-templavoila] FCE mapping problem

Witt Elias e.witt at hgz-bb.de
Thu Jul 6 15:24:17 CEST 2006


These is my original sourcecode:
I dont see any missing tags so far.

<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
	<td width="20%" align="center">
	&nbsp;
	</td>
	<td width="40%" align="center">
	<b>Vollkost</b>
	</td>
	<td width="40%" align="center">
	<b>Vegetarische Kost<b>
	</td>
</tr>
<tr>
	<td align="center" valign="top">
	Z2SP1
	</td>
	<td align="center" valign="top">
	Z2SP2
	</td>
	<td align="center" valign="top">
	Z2SP3
	</td>
</tr>
<tr>
	<td align="center" valign="top">
	Z3SP1
	</td>
	<td align="center" valign="top">
	Z3SP2
	</td>
	<td align="center" valign="top">
	Z3SP3
	</td>
</tr>
<tr>
	<td align="center" valign="top">
	Z4SP1
	</td>
	<td align="center" valign="top">
	Z4SP2
	</td>
	<td align="center" valign="top">
	Z4SP3
	</td>
</tr>
<tr>
	<td align="center" valign="top">
	Z5SP1
	</td>
	<td align="center" valign="top">
	Z5SP2
	</td>
	<td align="center" valign="top">
	Z5SP3
	</td>
</tr>
<tr>
	<td align="center" valign="top">
	Z6SP1
	</td>
	<td align="center" valign="top">
	Z6SP2
	</td>
	<td align="center" valign="top">
	Z6SP3
	</td>
</tr>
<tr>
	<td align="center" valign="top">
	Z7SP1
	</td>
	<td align="center" valign="top">
	Z7SP2
	</td>
	<td align="center" valign="top">
	Z7SP3
	</td>
</tr>
</table>


 

-----Ursprüngliche Nachricht-----
Von: typo3-project-templavoila-bounces at lists.netfielders.de [mailto:typo3-project-templavoila-bounces at lists.netfielders.de] Im Auftrag von Dmitry Dulepov
Gesendet: Donnerstag, 6. Juli 2006 13:43
An: typo3-project-templavoila at lists.netfielders.de
Betreff: Re: [TYPO3-templavoila] FCE mapping problem

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.) _______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila



More information about the TYPO3-project-templavoila mailing list