Opening Window |
Opening Window |
![]()
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!
|
|
|
![]() |
![]()
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 --> |
|
|
![]() ![]() |