Re: [b]Hello world...
I will give u a trick how to replace ur footer with chat box... :D
Okay... let's start....
1. You must have chatbox account lol [im using http://www.shoutmix.com]
2. You MUST buy
wahhh...its doesn't work in my friedster...
where i paste the codes?
is there chat box need js linker??
this is my code:[b]
// FOOTER
function footer() {
foot = "<div id=\"comment\" align=\"center\">"<iframe title="byouheadbanger" src="http://www5.shoutmix.com/?byouheadbanger" width="160" height="400" frameborder="0" scrolling="auto">
<a href="http://www5.shoutmix.com/?byouheadbanger">View shoutbox</a>
</iframe>
<br /><a href="http://www.shoutmix.com" title="Get your own free shoutbox chat widget at ShoutMix!">ShoutMix chat widget</a><br />"</div>;
"<br /><br><br><br><br></div>";
document.getElementById("footer_container").innerHTML="<center><table><tr><td>"+foot+"</td></tr></table></center>";
}
window.onload=function() {
footer();
}
document.write("<style>#footer_container {width:800px !important;height:251px !important;align:center;background-color:transparent !important;border:none !important;display:block !important;}</style>");[/b]