ZPT and inline CSS (";" char)
Mihamina Rakotomandimby <[email protected]> Fri, 08 Dec 2006 20:25:51 +0100
| Newsgroups | gmane.comp.web.zope.page-templates |
|---|---|
| Message-ID | <1165605951.4744.5.camel@r4000> |
Hi, When wanting to do some inline CSS, I sometimes have to do: <div style="font-family:foo; padding:20px;"> ... </div> How to make that using tal:attributes? the ";" are genrating errors. Backslash does not escape the ";". Thank you.