[EMAIL PROTECTED] schrieb: > hello i'm useg kid with turbogears. > In my master.kid i had this: > <div id=" > header">  > <applet archive="flame3.jar" code="flame3.class" width=777 > > height=100> > > <param name="text" value="la+la"> > > <param name="id_key" value=" > 6s890667530995822119"> > > </applet></div>
Remember Kid templates must be well-formed XML: You need to put quotes aroung the width and height attributes, and the param tags must be closed (add a / before the >). Unfortunately, the error messages for the master template are not very informative, but normally you don't change the master so often. If in doubt, put fragments of your master to your page to see if it works and get better error messages, or use an editor that will show XML errors. -- Christoph ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ kid-template-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kid-template-discuss
