
Solid, safe website tools.
Whatever your need, Will Bontrager builds powerful software solutions.
If you don't find the answer to your question in these archives, ask your CGI question at the Current Master Series CGI Forum.
Does this page provide information you can use?
How can it be improved?
Your comment is anonymous.
When done typing, click anywhere outside the box. [more info]
| Author | Message |
|---|---|
| 30Jun02 Murray |
Subject: Can't get images into template of Master Board I have installed the Masterboard V2.0 and it works perfectly. I am trying to use the same template buttons that I am using on the website, but I can't seem to set the path to the images properly. |
| 30Jun02 Will |
In response to: Can't get images into template of Master Board Use complete http://... URLs, Murray. Relative URLs don't work because the pages are displayed from within the script rather than from the location of the templates. This rule also applies to links, external CSS files, external JavaScript files -- everything except SSI. The reason SSI is exempted is because the SSI info is inserted *before* the page gets to the scirpt. Everything else is inserted into the page after the script gets it. |