Reignzlord
UbalencyBlog Visit
http://xtgem.com/login and login to ur xtgem account and click filebrowser. In filebrowser, create a plain text file with 'logo.js' as it name. Paste this code in it
/* http://reignzwap.xtgem.com */
var quotes=new Array()
quotes[0]='<center><div align="center" style="background:url(http://your_site.com/logo.png) no-repeat top left; width:235px;"></div></center>'
quotes[1]='<center><div align="center" style="margin:2px; background:url(http://your_site.com/logo.png) no-repeat top left; padding-bottom:5; width:235px;"></div></center>'
quotes[2]='<center><div align="center" style="margin:2px; background:url(http://your_site.com/logo.png) no-repeat top left; width:235px;"></div></center>'
/* Your additional logos here*/
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
Copy code you should replace with the url of the logo where u see 'your_site.com/logo.png' replace it with the path to ur logo or the url of ur logo and save. Now, add this code to where you want the logo to display
<script
language="javascript"
src="http://your_site.com/logo.js"></script>
Copy code replace ur site name wif 'your_site.com' and save. Note: the name of the plain text file must end wif an extention .js cause its a javascript file.