v8 of actinic,
in particular its order00.html (page 1 of the checkout) but it's going to be the same with many of the cgi-bin generated web pages
I'm getting problems with the path to my css files.
the web page is running /cgi-bin/os00004.pl which in turn manipulates order00.html to produce the output.
I need to get back to where the javascript and css files are held on the server ( /actinic/*.* )
so looking at the generated code, I can clearly see that there is a relative path to all the javascript files of ../acatalog/actiniccore.js etc
but no matter what I do, I cannot generate the path to the css files.
I've coded it to be ../acatalog/core.css but all it generates is core.css
there's no mention of the ../actinic/ bit of the path
if I do a preview to local disk, the ../actinic/ part of the path appears in all the correct places, but when it's uploaded, the ../actinic/ just disappears.
I've tried putting the full http:// url in front of the call to the css files, again all the pre-fix dissappears
anyone with a clue as to what's going on and how to cure the crazy code, I just want to force the generated html to look in the correct place for the css files
kev
in particular its order00.html (page 1 of the checkout) but it's going to be the same with many of the cgi-bin generated web pages
I'm getting problems with the path to my css files.
the web page is running /cgi-bin/os00004.pl which in turn manipulates order00.html to produce the output.
I need to get back to where the javascript and css files are held on the server ( /actinic/*.* )
so looking at the generated code, I can clearly see that there is a relative path to all the javascript files of ../acatalog/actiniccore.js etc
but no matter what I do, I cannot generate the path to the css files.
I've coded it to be ../acatalog/core.css but all it generates is core.css
there's no mention of the ../actinic/ bit of the path
if I do a preview to local disk, the ../actinic/ part of the path appears in all the correct places, but when it's uploaded, the ../actinic/ just disappears.
I've tried putting the full http:// url in front of the call to the css files, again all the pre-fix dissappears
anyone with a clue as to what's going on and how to cure the crazy code, I just want to force the generated html to look in the correct place for the css files
kev
Comment