Log In · Register

 
 
Closed TopicStart new topic
Intro Screen?, code?
Lightner
post Apr 23 2005, 08:20 PM
Post #1


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



whats the code for a intro screen for a website? -im using freewebs
 
Pulchritude
post Apr 23 2005, 08:33 PM
Post #2


Tu es laid.
*******

Group: Official Member
Posts: 3,913
Joined: Feb 2005
Member No: 106,675



umm did you try the xanga one?

http://www.createblog.com/forums/index.php?showtopic=23
 
*mona lisa*
post Apr 23 2005, 08:47 PM
Post #3





Guest






There isn't one. You can just use plain old HTML. link to the main page with an image in your index.html
 
Lightner
post Apr 23 2005, 08:50 PM
Post #4


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



how do i do that? sry i havent been looking at html in a while X_X
 
*mona lisa*
post Apr 23 2005, 08:58 PM
Post #5





Guest






First, make sure you have an index.html and a main.html In your index.html, put in this:
CODE
<center><a href="URL TO MAIN.HTML><img src="URL HERE" border="0" alt=""></a></center>

Then in your main.html, put in whatever you want. =]
 
Lightner
post Apr 23 2005, 09:03 PM
Post #6


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



Ty ^_^

///edit///
uhh... sry for xtra question but i didnt want to start another topic, how would i if i wanted to put it in the center of the page? what would the absolute postion be?

my site is here...

dont go to enter cause site is being edited and its bad right now lol
 
avalon*
post Apr 23 2005, 09:48 PM
Post #7


NO. I'm not 13. or 14. or 15. or 16.
*******

Group: Member
Posts: 4,616
Joined: Jul 2004
Member No: 30,577



Use a div around your image.

Change the numbers, and put it before your image source.
<div style="margin-left:-10px; margin-top:-100px;">
 
Lightner
post Apr 23 2005, 10:27 PM
Post #8


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



thx
 
YourSuperior
post Apr 23 2005, 11:26 PM
Post #9


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



Wait, I thought it was this:

CODE
<!-- 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 -->
Maybe I'm wrong.
 
euroFUSION
post Apr 23 2005, 11:28 PM
Post #10


Senior Member
****

Group: Member
Posts: 193
Joined: Apr 2004
Member No: 10,489



QUOTE(alvin_ward155 @ Apr 23 2005, 6:26 PM)
Wait, I thought it was this:

Maybe I'm wrong.
*


You don't need to use such a script to have a splash page for general Web sites.
 
*mona lisa*
post Apr 24 2005, 11:44 AM
Post #11





Guest






QUOTE(Lightner @ Apr 23 2005, 11:27 PM)
thx
*

Topic Closed

If you need this opened, PM me.
 

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