Yes, I have many times, this is a great way to change css on the fly. Rev works this way too. However I found that some CSS editors, like Coda, don't like code inside what should be a value or URL and will disappear in CSS mode. But the browsers don't care.
On 13 February 2011 22:50, Sivakatirswami <[email protected]> wrote: > Has anyone tried anything like this? > > |body > { > margin: 0px; > font-family: Verdana; > background-color: #cccccc; > background-image: url('<?php > echo'images/flag_bg/' . $user_country. '.png'; > ?>'); > } > > with rev server code? > | > > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > -- Stephen Barncard San Francisco Ca. USA more about sqb <http://www.google.com/profiles/sbarncar> _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
