| code provided by: ArchAngell image banner: Available for users only Code function banner(){ x=banneradrow.getElementsByTagName("td")[0]; x.innerHTML="<img src='URL OF IMAGE' border='0'>" } setTimeout("banner()",500); flash/embed banner: Available for users only Code function banner(){ x=banneradrow.getElementsByTagName("td")[0]; x.innerHTML="<embed src='URL OF FLASH BANNER' width='100%' height='auto'></embed>" } setTimeout("banner()",500); You can insert anything from slideshows to chatbox to whatever you want... if you don't want to use the timeout, use onload (your choice) compile all your onload events in one... for ie user u can just simply use this part: Available for users only Code x=banneradrow.getElementsByTagName("td")[0]; x.innerHTML="<img src='URL OF IMAGE' border='0'>" [hide] or this for ur embed [hide] Code x=banneradrow.getElementsByTagName("td")[0]; x.innerHTML="<embed src='URL OF FLASH BANNER' width='100%' height='auto'></embed>"
If U Have Any Query not related to LINKER issue.. Please Use Forum Board Dont PM Me
|