[Zope] Compilation failed

Clemens Klein-Robbenhaar zope@zope.org
Thu, 5 Sep 2002 21:11:03 +0200 (CEST)


Hi sim,

 > I am trying to save this page template but it keeps giving me this
 > error.  I don't see any html error.  Here's the error message:

I can :)

 >  
 > Compilation failed
 > TAL.HTMLParser.HTMLParseError: EOF in middle of construct, at line 7,
 > column 5
 >  
 > And here is my code.
 >  
line 1:  > <html>
line 2:  > <head>
line 3:  > <title tal:content="template/title">The title</title>
line 4:  > </head>
line 5:  > <body><p>
line 6:  > <table border="0" cellpadding="0" cellspacing="0">
line 7:  > <tr><td colspan="100%> <img src="images/header.jpg" width="760"
           ^^^^^^^^^^^^^^^^^^^^^! Miss closing quote of the colspan attr!