maxhugen
Posts: 272
|
| Posted: 03/27/2008, 9:00 PM |
|
I'm trying to Include a configuration page to the <head> of a template page I'm trying to build.
The Config page adds site-wide settings, and the html looks like this:
<!--Set the in-line style language.-->
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!--Set the client-side scripting language.-->
<meta http-equiv="Content-Script-Type" content="text/javascript">
<!--Set the default css.-->
<link rel="stylesheet" type="text/css" href="../Styles/EIP/Style_doctype.css">
<!--Set the icon for this app.-->
<link rel="icon" type="image/png" href="../eip_icon.png">
<!--Set common application wide meta tags.-->
<meta name="keywords" content="Testing EIP">
I can tell that it's not working, as the stylesheet in this Config page isn't being applied.
Does anyone have any idea why this might not be working pls?
_________________
Max
www.gardenloco.com | www.eipdna.com | www.chrisarminson.com |
 |
 |
maxhugen
Posts: 272
|
| Posted: 03/27/2008, 9:38 PM |
|
Hmmm, I checked it by opening the template page in a browser, and viewing the source. The file is being included, so I think there's an issue with the relative path of the stylesheet?
The template file is under the directory root, whilst all my includes (such as Config, Header, footer) are in a folder under root called 'incl'.
So, the href for the stylesheet above should be correct... but it's not working.
_________________
Max
www.gardenloco.com | www.eipdna.com | www.chrisarminson.com |
 |
 |
|