vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Content At Bottom of Forum
Content At Bottom of Forum - Posted By Michael (wrighty) on 3rd Apr 08 at 8:33pm
This code will make it possible to add content to the very bottom of the forum. Simply add what you want to put at the very end where the red text is!
<div id="w_e">
Put here what you want to appear at the end of the forum!
</div>
<script>
/*Content at bottom of Forum
Coded By Wrighty*/
if(document.addEventListener){
window.addEventListener('load', function(){document.body.appendChild(get('w_e','id'));}, false);
}else{
window.attachEvent('onload', function(){document.body.appendChild(get('w_e','id'));});
}
</script>
Global Footer
Re: Content At Bottom of Forum - Posted By [.tR] ookie1 (ookie1) on 14th Nov 08 at 9:34pm
I want to have an image and then links on top..... how is this possible?
Re: Content At Bottom of Forum - Posted By dog199200 (dog199200) on 14th Nov 08 at 9:50pm
you canuse any type of html that is needed,. so if you don't know html i would suggest making a code suggestion and i'll code somethign up for you