Hi,
Here's another poser to annoy you all (yes, that means you, Chris Dickens):
I have index.html set up as my homepage - it lives above and beyond the acatalog folder, in which all my other html files are stored. Now, I've set up a new login page, which works fine for every link relative to the acatalog folder (contact.html, about.html, etc.). Unfortunately, linking back to the homepage (which used a relative ../index.html path) produces a garbled page with no CSS attached.
Having checked the user guides and this forum, the only possible solution I found (after placing a copy of my CSS in just about every folder on the server) is this:
"Linking from Other URLs
Note: If you are using this code from outside the 'acatalog' folder then you will need to include a hidden form field of 'ACTINIC_REFERRER=' where the value is your 'Catalog URL' from 'Advanced | Network Setup'. For example:
http://your.URL/cgi-bin/ss00000x.pl...r.URL/acatalog/
and also
<INPUT TYPE=HIDDEN NAME="ACTINIC_REFERRER" VALUE="http://your.URL/acatalog/">"
But that doesn't really help me out. Unless I have implemented this fix incorrectly, it is not the solution I require. So...
Ideas?
Chris?
Anyone?
Here's another poser to annoy you all (yes, that means you, Chris Dickens):
I have index.html set up as my homepage - it lives above and beyond the acatalog folder, in which all my other html files are stored. Now, I've set up a new login page, which works fine for every link relative to the acatalog folder (contact.html, about.html, etc.). Unfortunately, linking back to the homepage (which used a relative ../index.html path) produces a garbled page with no CSS attached.
Having checked the user guides and this forum, the only possible solution I found (after placing a copy of my CSS in just about every folder on the server) is this:
"Linking from Other URLs
Note: If you are using this code from outside the 'acatalog' folder then you will need to include a hidden form field of 'ACTINIC_REFERRER=' where the value is your 'Catalog URL' from 'Advanced | Network Setup'. For example:
http://your.URL/cgi-bin/ss00000x.pl...r.URL/acatalog/
and also
<INPUT TYPE=HIDDEN NAME="ACTINIC_REFERRER" VALUE="http://your.URL/acatalog/">"
But that doesn't really help me out. Unless I have implemented this fix incorrectly, it is not the solution I require. So...
Ideas?
Chris?
Anyone?
Comment