View Full Version : splash question


ookapachooka
09-13-2003, 01:25 AM
me and my friend are making a site and i wanted to make it a splash page, but i want it to load on the same page instead of it loading on a new page..any idea how???

heres the site:

http://neeps.vze.com

Sugar Rush
09-13-2003, 01:44 AM
erm, you mean that the splash page is on the same page as your site? You could make the splash page load in the iframe and then people have to click on the enter link and it opens the navigation bar at the bottom and the main page :)...

Also - I thought it was really cool that you live in Florida, cause I do too...I know where the falls is...they just put in a fabulous claire's store ;)

ookapachooka
09-13-2003, 01:53 AM
thats not exactely wat i meant....wat i meant was that wen u click the jaguar, it doesnt open up in a new page but it opens up in that same page

Sugar Rush
09-13-2003, 01:58 AM
oooohhhh...shouldn't the link automatically open in that same page? Unless you have it targeted to _new or something

ookapachooka
09-13-2003, 02:00 AM
i dunno...heres the code:

<html>
<head>
<title>the world of NEEPS~* -- v1. Savannah</title>
<STYLE type="text/css">
body{background: orange;}
A:link{color:black; text-decoration: none; font-size: 8pt;}
A:visited{color:black; font-size: 8pt; cursor:nw-resize; text-decoration: none;}
A:hover{color:yellow; text-decoration: none; cursor:nw-resize; font-size: 8pt;}
TD, FONT, P, BR, BODY, H1, H2 {font-family: verdana; font-size:8pt;font-weight:none;}
</style>




<STYLE type="text/css">
body {
scrollbar-arrow-color: yellow;
scrollbar-base-color: orange;
scrollbar-dark-shadow-color: orange;
scrollbar-track-color: orange;
scrollbar-face-color: orange;
scrollbar-shadow-color: orange;
scrollbar-highlight-color: orange;
scrollbar-3d-light-color: orange;
}
</style>


<center>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<a href="index2.htm" target="_blank"><img src="http://www.freewebs.com/neeps/enter1.jpg"border="0"><br>
click on the pretty <b>JAGUAR</b><br>
reguirements - iframes | need for graphics

Sugar Rush
09-13-2003, 02:14 AM
<html>
<head>
<title>the world of NEEPS~* -- v1. Savannah</title>
<STYLE type="text/css">
body{background: orange;}
A:link{color:black; text-decoration: none; font-size: 8pt;}
A:visited{color:black; font-size: 8pt; cursor:nw-resize; text-decoration: none;}
A:hover{color:yellow; text-decoration: none; cursor:nw-resize; font-size: 8pt;}
TD, FONT, P, BR, BODY, H1, H2 {font-family: verdana; font-size:8pt;font-weight:none;}
</style>

<STYLE type="text/css">
body {
scrollbar-arrow-color: yellow;
scrollbar-base-color: orange;
scrollbar-dark-shadow-color: orange;
scrollbar-track-color: orange;
scrollbar-face-color: orange;
scrollbar-shadow-color: orange;
scrollbar-highlight-color: orange;
scrollbar-3d-light-color: orange;
}
</style>


<center>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<a href="index2.htm" target="_blank"><img src="http://www.freewebs.com/neeps/enter1.jpg"border="0"><br>
click on the pretty <b>JAGUAR</b><br>
reguirements - iframes | need for graphics

Take out the part in bold :).

ookapachooka
09-13-2003, 02:44 AM
THANK YOU!!!!!