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
d4ydreamer
post Jul 6 2004, 10:30 PM
Post #2


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 -->
 

Posts in this topic


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