[SOLVED] Dynamic tag in CSS?
Posted: Tue Feb 15, 2011 2:55 pm
Hi,
I'm wondering if it's possible to insert a UDT or a global content tag in a CSS sheet? (like the [[root_url]]
What i would like to do, is to define a few colors in a tag and then call them in my CSS sheets. It would be very useful then if i would like to change quickly the colors on a website for example.
like that:
.foo {
color: [[color-tag]]
background-color: [[color-tag-two]]
}
What would be the best way to do that?
thanks guys,
jd
I'm wondering if it's possible to insert a UDT or a global content tag in a CSS sheet? (like the [[root_url]]
What i would like to do, is to define a few colors in a tag and then call them in my CSS sheets. It would be very useful then if i would like to change quickly the colors on a website for example.
like that:
.foo {
color: [[color-tag]]
background-color: [[color-tag-two]]
}
What would be the best way to do that?
thanks guys,
jd