Robin Becker <[EMAIL PROTECTED]> writes:
> I am trying to change the colour of links dynamically using dtml.
> However, I cannot find the right incantation to change my links using an
> inline style except for
> 
> <a href=A style="color: red">A</a>

Do you mean something like

<a href="A" style="color: &dtml-linkcolor;">A</a>

I guess this is dynamic at page load time. Perhaps you want the colors
to change without refreshing the page ?

-Simon

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to