Issues with updating files with a nested template

4uk4a

New Member
I have a nested template where I would like to add a print style sheet to the header of a template and have it applied to pages on my site. It is however, nested within another template that is used for every page on the site. The template I am trying to add code to is for a site within the larger University Site. I'd post links but it is currently on our testing server. Here is the code I want to add to the nested template and have applied to the pages based on it. \[code\]<script type="text/script" src="http://stackoverflow.com/questions/15619738/url"></script><link type="text/css" rel="stylesheet" href="http://stackoverflow.com/questions/15619738/url" media="print" /> \[/code\]This is the current code of the header that I can't edit except in the editable region which does me no good because that area does not apply to the rest of the pages.\[code\]<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><!-- #include virtual="/inc/browser-compat.asp" --><link type="text/css" rel="stylesheet" href="http://stackoverflow.com/inc/url.css" /><link type="text/css" rel="stylesheet" href="http://stackoverflow.com/inc/url.css" /><!-- InstanceBeginEditable name="doctitle" --><!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script><script type="text/javascript" src="http://stackoverflow.com/questions/15619738/url.js"></script><script type="text/javascript" src="http://stackoverflow.com/questions/15619738/url.js" language="text/javascript"></script></head>\[/code\]
 
Top