[TYPO3-english] Templavoila does not work again

Vahan Amirbekyan vamirbekyan at dgfoundation.org
Thu Jun 4 17:22:26 CEST 2009


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.

<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>


More information about the TYPO3-english mailing list