Re: including <span> within <style> tags?

Fred Drake <[email protected]> Mon, 25 Jul 2005 11:20:59 -0400
Newsgroups gmane.comp.web.zope.page-templates
Message-ID <[email protected]>
On 7/25/05, Matthew White <[email protected]> wrote:
> Thanks for your reply.  Just after I posted to the list I remembered
> omit-tag.   Zope still won't parse the template so I'll look into
> using a macro.

You still won't be able to use any tags within the <style> element;
that's not legal HTML.  You can use multiple <style> elements.  You
may want to consider using <link rel='stylesheet' href='...'/> to link
to external stylesheets when possible.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
Zope Corporation