vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: [F] Content Below Information - View Topic
Topic Rating: *****
Printable View
Fel!x
Full Member
***

[AVATAR]

Posts: 171
Status: Offline
Gender: Male
Location: Sydney
Age: 31
Joined:  
Reputation: 3%  


pmmsn
[F] Content Below Information (16th Feb 08 at 9:45am UTC)
Is there anyone who is able to create a code to add content below the
Quote:
All 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 I Smiley whoever does this!

Image
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: Content Below Information (16th Feb 08 at 11:57am UTC)
Code:
 
  1. <div id="text_end">
  2. Text here. Can use HTML! :)
  3. </div>
  4.  
  5. <script type="text/javascript">
  6. /*Text at bottom of forum
  7. Created By Wrighty */
  8. function base_text(){
  9.     document.body.appendChild(document.getElementById('text_end'));
  10. }
  11. if(document.addEventListener){
  12.     window.addEventListener('load', base_text, false);
  13. }else{
  14.     window.attachEvent('onload', base_text);
  15. }
  16. </script>
 


edit: Text here. Can use HTML! {Smile}

with the text you want to use! {Smile}
Fel!x
Full Member
***

[AVATAR]

Posts: 171
Status: Offline
Gender: Male
Location: Sydney
Age: 31
Joined:  
Reputation: 3%  


pmmsn
Re: Content Below Information (16th Feb 08 at 12:33pm UTC)
Thanks Wrighty xD

Image
 Printable View

All times are GMT+0 :: The current time is 2:13pm
Page generated in 0.1108 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums