What's the simplest way to add some common HTML code to all pages of my website (without adding that to every page, of course) ?
I'd like to add something line this, on the footer, near the w3c logos: <!-- Begin of Dynamic HTML --> <script language=javascript src="http://anyhost?user=myUser"> <!-- End of Dynamic HTML -->