Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Content Below Information (16th Feb 08 at 11:57am UTC) | |  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! | |
|