Help
-
Search
-
Members
-
Calendar
Full Version:
intro splash pg
Forums
>
Resource Center
>
Support Center
>
Blogger Support
>
Blogger Resolved Topics
lilgoldfish64
Dec 29 2004, 03:04 PM
what is the script for a intro splash page? and where do i put the script? (for xanga)
thanx
sherryvu
Dec 29 2004, 03:42 PM
if you're seeking help for xanga, please post your question into the xanga help forum
thanks
the script can be found in the "xanga scripts" forum under "intro splash screen"
x-hobo-x
Jan 12 2005, 12:46 AM
It goes at the very TOP of your custom header
<!-- begin code provided by createblog.com -->
<script type='text/javascript'>
// intro splash page by micron
// for more xanga scripts and help go to createblog.com
// change this url to an image of your choice
var image = 'http://www.createblog.com/images/huddled.jpg';
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:1px solid #dcdcdc;} </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="'+ image +'" border="0" class="image"></a></td></tr></table><center><span>');
}
</script>
<!-- end code provided by createblog.com -->
Just change the 'http://www.createblog.com/images/huddled.jpg' into a link of ur image..
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.