Log In · Register

 
Opening Window
Dabunni
post Jun 29 2004, 03:21 PM
Post #1


Newbie
*

Group: Member
Posts: 5
Joined: Jun 2004
Member No: 26,123



Does anyone know a code for an opening window? I want to make a blog that has a picture on the opening that is linked and when you click on it you get to the actual journal and layout... any help would be awesome!
 
 
Start new topic
Replies (1 - 6)
*NatiMarie*
post Jun 29 2004, 03:44 PM
Post #2





Guest






That's called a splash screen. You can find it at the Xanga scripts section.

Splash Screen
 
Dabunni
post Jul 6 2004, 05:47 PM
Post #3


Newbie
*

Group: Member
Posts: 5
Joined: Jun 2004
Member No: 26,123



thats not right..when I use that code the intro picture is above my writing..what I want is for it to be just the intro picture that you click and it moves you to the writing
 
LatinaLady
post Jul 6 2004, 06:27 PM
Post #4


Look its...
*******

Group: Official Member
Posts: 5,817
Joined: Feb 2004
Member No: 4,767



can you show an exmaple. idont get what your saying
 
plungermashimaro
post Jul 6 2004, 06:46 PM
Post #5


Newbie
*

Group: Member
Posts: 7
Joined: Jun 2004
Member No: 26,240



that should be the right code...
i'm using it and it works
 
d4ydreamer
post Jul 6 2004, 10:26 PM
Post #6


roar?
**

Group: Member
Posts: 16
Joined: Jun 2004
Member No: 21,727



Do you mean like an enter page where when you go on the site there's nothing but the image and when you go on it it goes into the actual xanga? I had one of those. Let me see if I can find it again.
 
d4ydreamer
post Jul 6 2004, 10:30 PM
Post #7


roar?
**

Group: Member
Posts: 16
Joined: Jun 2004
Member No: 21,727



Sry if I'm double posting but I just found the code to the enter page.

PUT THIS IN THE HEADER
CODE
<!-- begin code provided by createblog.com -->
<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="YOUR URL HERE" border="0" class="image"></a></td></tr></table><center><span>');
}
</script>
<!-- end code provided by createblog.com -->
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: