Need a tip here!
I would like to change the navigation on an already big site. The current navigation isn’t a drop down and there is no more space for anymore links.
I have a new navigation bar and in the process of fixing it to the site on the test side (its already on the sites intranet). However there are so many .aspx files!!!!! I need to put the following code into the <head> of all .aspx files:
I suppose my question is - is there a quicker way of adding this to all index files without the risk of messing anything up???Code:<link href="../css/p7exp.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/p7exp.js"></script> <!--[if lte IE 7]> <style> #menuwrapper, #p7menubar ul a {height: 1%;} a:active {width: auto;} </style> <![endif]-->


Reply With Quote
Bookmarks