Seems like you would get better results from your time by writing a
script to replace relative paths with absolute urls.

On 5/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Ok.
>
> Like I say, I understand the reason in separate the dynamic from the
> static, despite the fact this is the first time I learn about this
> arguments (never before from my ASP.NET experience or PHP experience I
> read anything like that)... however this is not my issue.
>
> The problem is this:
>
> I have designers.
>
> This designers build the face of a site in their local computer.
> Mainly, only hack the html+css+images, that is all.
>
> The designers have something like this:
>
> NameOfSite/skin.html
> NameOfSite/css/NameOfSite.css
> NameOfSite/img/img1.gif
> NameOfSite/swf/flash.swf
>
> In *their* local environment using topstyle or dreamweaver, this tool
> refers this files like
>
> <link rel="stylesheet" type="text/css" href="../css/NameOfSite.css" />
>
> Some have a webserver, some not. So, I get the desing I need to remake
> the links or force my designers to install a webserve and configure a
> virtual path... and that not look good because can manage more than 1
> client...
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to