Intro Screen?, code? |
![]() ![]() |
Intro Screen?, code? |
![]()
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
|
|
|
![]()
Post
#2
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 ![]() |
|
|
|
*mona lisa* |
![]()
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
|
|
|
![]()
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
#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. =] |
|
|
![]()
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 |
|
|
![]()
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;"> |
|
|
![]()
Post
#8
|
|
![]() Im Gavin HI!! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 802 Joined: Mar 2005 Member No: 111,644 ![]() |
thx
|
|
|
![]()
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 --> Maybe I'm wrong.
<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 --> |
|
|
![]()
Post
#10
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 193 Joined: Apr 2004 Member No: 10,489 ![]() |
|
|
|
*mona lisa* |
![]()
Post
#11
|
Guest ![]() |
|
|
|
![]() ![]() |