Re: How can I insert a line to the top of the <body>?
yes you can put it within javascript, just write code like this in your page
<script language=javascript>
document.write("<h1><a href=”blablabla”> blablabla </a></h1>");
</script>
i hope it will work
|