View Full Version : enter page question


qwertyricecakes
11-21-2004, 01:33 AM
Is there a way to make the image you click not have your background behind it? Like, instead of having your normal xanga's background behind it, have it blank white?

Thanks in advance.

smileygurl119
11-21-2004, 01:58 AM
i think it's this code, just replace the bolded with the url of your picture.

<script type='text/javascript'>
function enterSite() {
document.getElementById('splash').style.display = 'none';
var content = document.getElementsByTagName("center");
for (var i=0; i<content.length;i++) {
content[i].style.display = 'block';
}
return false;
}

if (document.title.slice(-10) == 'Xanga Site') {
document.write('</span></center><style type="text/css"> center {display:none;} .image {border:0px solid #FF99CC;} </style><table height="100%" width="100%" id="splash"><tr><td align="center" valign="middle" style="text-align:center !important;"><a href="#" onclick="return enterSite();"><img src="WHOLE URL HERE" border="0" class="image"></a></td></tr></table><center><span>');
}
</script>

tokyo bleu
11-21-2004, 02:25 AM
I don't believe there is a way to have a different background for your splash page, considering that the splash page isn't really on a "different" page. You can, however, make a huge background image in a graphic program, paste your enter sign on it, and it'll work that way.