[Zope] html expertise anyone.
Simon Michael
simon@joyful.com
28 Nov 2000 08:05:40 -0800
Robin Becker <robin@jessikat.fsnet.co.uk> 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