Quote:
Originally Posted by luki
I don't think so, but you can try to make two ids, #first_user, #second_user and then use if in template.
Code:
<if condition="something == 0">
<sometag id="first_user"/>
<else />
<sometag id="second_user"/>
</if>
|
Well I wanted to make it so that a profile field containing a background image link could be used in the CSS. This way the USER can decide the background.