RevServer in CSS
Andre Garzia
andre at andregarzia.com
Mon Feb 14 06:45:58 EST 2011
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 <katir at 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 at 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.
More information about the use-livecode
mailing list