Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
|
HTML welcome page?
|
| Author |
Message |
11PM
Junior Member
Posts: 28
Joined: Oct 2008
Reputation: 0
|
HTML welcome page?
I'm trying to add a HTML welcome page. Example:
Then a message saying "Click Here To Enter".
I want it this to be the first thing someone see's when they type in the forum address.
Anyone know how to do this?
|
|
| 10-24-2008 01:58 PM |
|
Dalton
Super Moderator
Posts: 333
Joined: Aug 2008
Reputation: 3
|
RE: HTML welcome page?
Ok, create a file by the name of "index.html" without the quotes. *Note* it can be any extension, (.php, .htm, etc).
In that file just make your basic HTML.
Code:
<html><head><title>Blah</title>
<!-- any css here -->
</head>
<body>
<img src="http://i383.photobucket.com/albums/oo273/Shadow-Realm-Forumotion-Net/gamersregion_logocopy-1.png">
<br>
<a href="nextpage.html">Click Here To Enter</a>.
</body>
</html>
Make sure you change nextpage.html to whatever you want the next page to show up be. :)
Here's a demo: http://www.dalton.tyreus.com/11.html
Edit: So you want that to be what shows up when they visit the forum or just your website? (EX: Forum; http://www.yoursite.com/forum/ or Site; http://www.yoursite.com
|
|
| 10-24-2008 02:17 PM |
|
11PM
Junior Member
Posts: 28
Joined: Oct 2008
Reputation: 0
|
RE: HTML welcome page?
Okay thanks.
I want it to show up when they visit the website then they click the link to enter to the forum.
(This post was last modified: 10-25-2008 01:11 AM by 11PM.)
|
|
| 10-25-2008 12:53 AM |
|
Dalton
Super Moderator
Posts: 333
Joined: Aug 2008
Reputation: 3
|
RE: HTML welcome page?
Ahh, ok then just copy & paste the HTML I gave you into index.html and change the link (nextpage.html) then your good to go! :D
|
|
| 10-25-2008 01:55 AM |
|
11PM
Junior Member
Posts: 28
Joined: Oct 2008
Reputation: 0
|
RE: HTML welcome page?
This is the thing...
I want it to be the main page when someone type's in: http://www.blahblah.byethost14.com - Instead of having to add index.html to the end of it.
Example: Thisgamesux.net <- Not trying to advertise.
|
|
| 10-25-2008 05:25 AM |
|
Splappy
Junior Member
Posts: 21
Joined: Oct 2008
Reputation: 0
|
RE: HTML welcome page?
If you save the file as index.html, that will automatically show up when you go to just yoursite.com.
|
|
| 10-25-2008 05:51 AM |
|
11PM
Junior Member
Posts: 28
Joined: Oct 2008
Reputation: 0
|
RE: HTML welcome page?
Haha... I just deleted my index.php file. That sucks :(
But I did what you said but it's not working..
|
|
| 10-25-2008 06:24 AM |
|
DAMINK
Member
Posts: 119
Joined: Aug 2008
Reputation: 0
|
RE: HTML welcome page?
rename index.php to index2.php or whatever and then load up the new index page and have the link to index2.php
That should work.
|
|
| 10-25-2008 08:18 AM |
|
11PM
Junior Member
Posts: 28
Joined: Oct 2008
Reputation: 0
|
RE: HTML welcome page?
Alright, I'll try.
Btw, I got back the index.php file ;)
|
|
| 10-25-2008 11:24 AM |
|
Dalton
Super Moderator
Posts: 333
Joined: Aug 2008
Reputation: 3
|
RE: HTML welcome page?
Did you get it?
|
|
| Yesterday 01:25 AM |
|