Hi,
I have a <script> tag which was embedded in html. I have this code
<script type="text/javascript">
codes here...
</script>
Now I want to position that code at the bottom of my homepage.
Is there anyone knows how to do this?
I use div tag but it doesn't work. It always...