28 Nov
2000
28 Nov
'00
4:05 p.m.
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