I’m not sure if this is possible, but I am trying to use an embedded template for a css style color:
This code is for a list of events that I would like to display in a color associated with their region. I planned on adding conditionals in the embedded template for all the regional colors, and I’d like to use the embedded template so that I can re-use it in other places. Right now though, for testing, the contents of the embedded template is simply:
#0093B0It renders in HTML like this:
The embedded template works if I place it outside of the A tag.
I am using EE 1.6.8.
Thanks!