Is there anyone who is able to create a code to add content below theAll times are ### :: The current time is #:##am
This Forum is Powered By vForums
Get your own Free Remotely Hosted Message Board
This page was generated with # database queries and # cache files in # seconds.
By content I mean HTML etc. being allowed & it should have no space below it and the bottom of the page.
Thanks in advance, and Iwhoever does this!
Code:
- <div id="text_end">
- Text here. Can use HTML! :)
- </div>
- <script type="text/javascript">
- /*Text at bottom of forum
- Created By Wrighty */
- function base_text(){
- document.body.appendChild(document.getElementById('text_end'));
- }
- if(document.addEventListener){
- window.addEventListener('load', base_text, false);
- }else{
- window.attachEvent('onload', base_text);
- }
- </script>
edit: Text here. Can use HTML!![]()
with the text you want to use!![]()
Thanks Wrighty xD