[TYPO3-english] Templavoila does not work again
Christopher Torgalson
bedlamhotel at gmail.com
Thu Jun 4 18:35:57 CEST 2009
Hi,
On Thu, Jun 4, 2009 at 8:22 AM, Vahan Amirbekyan
<vamirbekyan at dgfoundation.org> wrote:
> I ran into the same issue again that is described here.
> http://www.typo3-jack.net/typo3-project-templavoila-lists-netfielders-de/3203-typo3-templavoila-templavoila-no-content-found.html
>
>
> this is my HTML that TV does not want to work with. (I am using TV 1.3.7
> and T3 4.2.6)
> And it was working fine until I added border="0" to the image and
> clicked Save.
> I spent already hours trying to figure our the problem. This is not the
> first time that TV gives me this type of problems. Before TV would start
> working for no reason after trying to Save As it several times.
> What is wrong?
> anyone any idea except "check your html.." and that type of comments
> that are not helpful as TV starts breaking out of no reason with the
> same HTML that it was happy with in the past.
Run that html through a validator. There are no huge errors, but there
ARE errors in it that might be enough to confuse an xml parser...
> <html>
> <head>
> <META NAME="author" CONTENT="Technology Team">
> <meta name="description" content="Subscription"/>
> <meta name="keywords" content=""/>
> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
> <title>Subscription</title>
> </head>
>
> <body bgcolor="#FFFFFF">
> <div align="center">
> <table width="600" border="0" bordercolordark="#008000" cellspacing="0"
> cellpadding="0" bgcolor="#FFFFFF">
> <tr bgcolor="#FFFFFF">
> <td bgcolor="#FFFFFF">
> <!-- Header -->
> <table width="600" cellspacing="0" cellpadding="0"
> border="0" style="background-image:
> url(/fileadmin/mdd/images/header_image_alert.gif); background-repeat:
> no-repeat; background-position: right top;">
> <tbody><tr>
> <td><a href="http://mysite.org"><img
> height="60" width="126" alt="logo" border="0"
> src="http://mysite.org/fileadmin/mdd/images/logo_alert.gif"/></a></td>
> </tr></tbody>
> </table>
> <!-- Header END-->
> </td>
> </tr>
> <tr height="100">
> <td>
> <table width="100%" height="100%" border="0"
> cellspacing="0" cellpadding="0">
> <tr><td id="editorial_header"><!-- header --></td></tr>
> <tr><td id="subscription_content"><!-- plugin --></td></tr>
> <tr><td id="editorial_footer"><!-- footer --></td></tr>
> </table>
> </td>
> </tr>
> <tr>
> <td align="left" style="font-size:11px; color:grey;">
> <!-- Footer note -->
> Pour se désinscrire ou changer la fréquence de réception
> d'email provenant de ce site, allez sur le site
> <a
> href="http://www.monde.org/?id=4971">http://mysite.org</a>,
> identifiez-vous et mettez à jour vos préférences.
> <!-- Footer note END-->
> </td>
> </tr>
> </table>
> </div>
> </body>
> </html>
--
Christopher Torgalson
http://www.typo3apprentice.com/
More information about the TYPO3-english
mailing list