in the custom header I'd like to include some dynamic code rather than just basic HTML.
Namely I have some existing includes for other parts of the site I'd like to bring into the header.
My header code needs to look like:
</head>
<body>
<div>some text here</div>
<!--#include file="inc_mainnav.asp" -->
<div>more text</div>
Obviousyl that include setup doesn't work so I'm guessing I need to manually edit the files that allow the custom header to suite my requirements - can anyone point me in the right direction on this?
(I'm using a premium brand free licence by the way if that helps)
Thanks