[quote=!?][quote=bobcbar][quote=my_nym]nice trick dude....but do u know how can I put an Image under my controlpanel buttos like marvac's profile...
[/quote]
Here a good code you can put whatever you want under ur control panel.
[quote]function any(){
var kahitano ~ "Put anything here, img,icon, music playlist, video,kahit ano --- just dont use double quotation marks";
var any = window.parent.document.getElementById('controlPanelButtons') .innerHTML;
var whatever = window.parent.document.getElementById('controlPanelButtons') ;
whatever.innerHTML =
"<div align='center'>" +any+ "<br>" +kahitano+"</div>"
}
setTimeout("any()",2000);[/quote]
[/quote]
wakokok bob....
i think i know that code lolz....
you can also put the content on top of the buttons just switch the places of any and kahitano
you can also create a lot of modifications with that code to use it in a lot of ways...
btw you can also just add an onload event to that if u dont want the timer[/quote]
I am not even sure where I got the code, too old to remember