yes, it works but your css file will not have the css extension so be
extra careful with naming so that you remember what the file is, for
example, name it like

style.css.irev

that should do it. or add a new action handler such as:

 AddHandler irev-script .cssrev

and name the file style.cssrev

something like that, organization is half the job! :-D

On Mon, Feb 14, 2011 at 2:50 AM, Sivakatirswami <ka...@hindu.org> 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
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
http://www.andregarzia.com All We Do Is Code.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to