[.tR] ookie1 Full Member
  
![[Avatar]](http://wimg.co.uk/49dvcW.png) Is it choccy? Posts: 167 Status: Offline Joined:
pm | [F] Bar along bottom of forum. (16th Jan 08 at 9:00am UTC) | | Just a code that adds a bar along the bottom, so that you can put a copyright message and maybe some links. Thankyou | |
Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One! |
|
Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | Re: Bar along bottom of forum. (16th Jan 08 at 9:30am UTC) | | Do you want to give this a try at the bottom of the "Global Footer"
 Code: - <style type="text/css">
- #bottom_content {
- padding: 10px;
- text-align: center;
- font-size: 14px;
- }
- </style>
- <div id="bottom_content">
- Html/Text Goes Here
- </div>
- <script type="text/javascript">
- <!--
- function move_to_bottom() {
- document.getElementById('bottomtext').appendChild(document.createElement('br'));
- document.getElementById('bottomtext').appendChild(document.getElementById('bottom_content'));
- }
- if(window.addEventListener) {
- window.addEventListener('load', move_to_bottom, false);
- } else if(window.attachEvent) {
- window.attachEvent('onload', move_to_bottom);
- } else {
- window.onload = function() { move_to_bottom(); }
- }
- //-->
- </script>
| |
|
|
[.tR] ookie1 Full Member
  
![[Avatar]](http://wimg.co.uk/49dvcW.png) Is it choccy? Posts: 167 Status: Offline Joined:
pm | Re: Bar along bottom of forum. (16th Jan 08 at 9:42am UTC) | | I think that it is alright. I posted it on my test forum. If it isn't alright, I'll let you know. lol | |
Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One! |
|