[ZPT] including <span> within <style> tags?
Fred Drake
fdrake at gmail.com
Mon Jul 25 11:20:59 EDT 2005
On 7/25/05, Matthew White <mwhite3 at ttsd.k12.or.us> 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
More information about the ZPT
mailing list