CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 Adding Include page to <head>

Print topic Send  topic

Author Message
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
View profile  Send private message
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
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.