rh-penguin Posted November 30, 2007 Share Posted November 30, 2007 hi, I've got something like this: th { color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; background-color: {T_BODY_LINK}; height: 25px; background-image: url(../templates/{BluWhite}/images/{T_TH_CLASS2}); } But the characters in bold are being taken as a new function. How can i 'escape' them? :? Link to comment https://forums.phpfreaks.com/topic/79613-howto-escape-special-character-in-css/ Share on other sites More sharing options...
sKunKbad Posted December 1, 2007 Share Posted December 1, 2007 You can't. Instead of defining variables the way you have them, you will need to use regular variables. Link to comment https://forums.phpfreaks.com/topic/79613-howto-escape-special-character-in-css/#findComment-403373 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.