Kevin Dangoor <[EMAIL PROTECTED]> writes:
> I'd also recommend using std.url("/static/css/styles.css") as a matter
> of course. It's not critical at all, but it will make the application
> deployable under different paths of a webserver, and possibly
> alongside other apps.
And how one would plan wthis when dealing with CSS? For example, I have some
instructions on a CSS file that puts an image on required fields. This image
is in /static/images/. Should I always use relative URLs? Should I always
use absolute URLs?
--
Jorge Godoy <[EMAIL PROTECTED]>