Hi,
I have a page which when printed — prints out the javascript from my analytics. Everything between the <script> tags.
Javascript that is linked externally is not.
through a process of elimination I have found it is the <base> tag the is causing it. When removed the javascript isn't printed.
<base href="http://www.example.co.uk/" />
Anyone know what might be causing this?






Bookmarks