Did you do this yourself?
Note: You have to write in the US language, no Canadian Spelling. (For English)
Get a scripting program: i.e NotePad++ (Link Provided below)
First we'll start with the title, don't know what a title is? A title for example is something that shows on your tab, such as right now it will be Basic Stuff for making a websit- then it cuts off. So first what you do always is start with in every page,
You always end your code with the exact same thing except with a / in it. (title = </title) You don't end with </html> because that's what you end last always! Also what ever you write down first (example: <head> you always end it last so after </title>)Code:<html><head><title> Example Title </title> </head>
Next let's make a background for your site. Look for an image on google or make your own then upload it to a photo sharing website to get the Photo Url. Once you get the photo URL, here's what you do.
<body is for the websites structure basically (You end with <body> right before </html>) and when you put <body style it's going to change the background. If you don't want to your background to repeat, after your image url, put a space and type down no-repeat; then continue what I gave you down there.
Okay so, you have a background and a title but let's say you want a Sub title for your page. You do <h1> (heading 1) and the colour you want it to be. (style=)Code:<body style="background:(choose a random one) url ('your image here') no-repeat; color:(Choose a random one)">
Example:
If you want it to be centered then write, <center> before it and </center> right after it.Code:<h1 style="color:cyan"> Your Message here </h1>
Creating a Table of Contents:
So basically, let's say you wanted to make a gaming site. You want to make a gaming page! So, let's just start with the basics:
This will make it go in a straight down like a list. (<table>)Code:<table cellpadding="0" border="0" width=100%"> <tr> <td width="25px">
(Cellingpadding is for if you want to add a border or whatnot)
and after that you get the link or the PHP file (this you have to upload into the site database) then you choose the colour you want your link to be, for example I'll will choose black. You guys probably know how to make a clickable signature, it's the same thing basically. So:
href will make it go to the link you choose. And after that put a > right after no spaces, then write down Games. Then end it with </a></td></tr> (Because if you put it first, you always put it last). You can also add more for example:Code:<table cellpadding="0" border="0" width=100%"> <tr> <td width="25px"><a style="color:black" href="Your link">What you want the link to appear like.</a></td></tr>
(This is from my old website).Code:<table cellpadding="0" border="0" width=100%"> <tr> <td width="25px"><a style="color:white" href="Games.php">Games</a></td></tr> <tr><td><a style="color:green" href="Videos.php">Videos</a></td></tr> <tr><td><a style="color:yellow" href="Suggestions.php">Suggestions</a></td></tr> <tr><td><a style="color:purple" href="Chatroom.php">Chatroom</a></td></tr> <tr><td><a style="color:red" href="Refrences.php">Refrences</a></td></tr> <tr><td><a style="color:cyan" href="Hamachi.php">Hamachi</a></td></tr> </table>
After you make that page you'll want to add something to it. I will post that later on. The next thing you need to do first is to make a redirection back to the Home page. It's the same thing as making a new page but just putting the link back to your homepage. For example:
This will allow the user to go back to the homepage without clicking back. Also, each page you do this you will want to add this.Code:<table cellpadding="0" border="0" width=100%"> <tr> <td width="25px"><a style="color:Black" href="Your website link or "Home.php">Click here to go back Home</a></td></tr>
Adding Games:
Okay, so.. you made your page and stuff and you now want to add a game! So what you got to do is, find a game, find the embed source to it. (Look up in google free games for your website to avoid copyright laws). Then basically make a page for that game only (following the steps you learned. Then what you do is get the game embed source and paste it in. Example:
If you do PHP files instead of links, it will be way easier to do.Code:<table cellpadding="0" border="0" width=100%"> <tr> <td width="25px"><a style="color:Black" href="<iframe src="http://www.freeonlinegames.com/embed/21904" width="640" height="560" frameborder="no" scrolling="no"></iframe>">Match 3 Adventure</a></td></tr> </table>
Downloads:
Notepad++ v5.9.8 - Current Version
Will update more!
Last edited by BlackPanther; 02-12-2012 at 06:53 PM.
-Any Questions of any kind?
Post it in the Random Spam Section. Unless it's private, then PM me.
Lick my page: http://www.facebook.com/SergeantTentacles
( •_•) I guess you could say...
( •_•)>⌐■-■
(⌐■_■) He assploded..
YEEEEEEEEEAAAAAAAAHHHHHH
Did you do this yourself?
Nice tutorial. ^^
I moved it web development, this is just html :)
Before you make a website with a program you should learn this first so you can understand the overall concept. I use Dreamweaver.
"Life is not to be lived, rather savored."
-Any Questions of any kind?
Post it in the Random Spam Section. Unless it's private, then PM me.
Lick my page: http://www.facebook.com/SergeantTentacles
( •_•) I guess you could say...
( •_•)>⌐■-■
(⌐■_■) He assploded..
YEEEEEEEEEAAAAAAAAHHHHHH
are you sure you made this cause theres a vid made in 2008 with exact same tut :P
o -o I still find making flash websites/html much more easy than doing this.
[SIGPIC][/SIGPIC]
Your fly is open
Bookmarks