Anime Online
Home Forums Gallery Reviews RPG Arcade FleaMarket Links Rules / FAQ

Welcome to AnimeOnline.net, your personal Anime Community!

Anime Online Rulez!


Go Back   Anime Online > Archived Forums > The Vault

 
 
LinkBack Thread Tools Display Modes
Old Feb 12, 2005, 08:11 PM   #1 (permalink)
Shining Star
 
Join Date: Oct 2004
Location: North Carolina
Posts: 2,520
Thanks: 0
Thanked 1 Time in 1 Post
Sinistra will become famous soon enoughSinistra will become famous soon enough
Credits: 1,234
[Tutorial] Easy site layout

Here I will be explaining how to make an really nice looking layout with less fuss.

OK we are going to learn how to do a Simple PHP code which is really simple.

OK Example www.animegfx.net

I use PHP includes on my site Basicly a PHP Include is a line of code that you can add a file into a PHP Document. So say you do this

www.animegfx.net/top.php

This is the top and left hand side of the main page index.

www.animegfx.net/bottom.php

this is the right side and Bottom part of the main Page.

How did I get this to work you ask?

Well First thing first you need to make your site. Really simple layout is a Table layout if you do something simple it will work OK so lets try something simple

Open up your favorate text editors or if you have a webdevelopment program like DreamWeaver

Now we are going start off with something like

Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<style type="text/css">
<!--
body,td,th {
	color: #000000;
}
body {
	background-color: #999999;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
-->
</style></head>

<body>
<div align="center"></div>
<table width="800" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
  <tr>
    <td><img src="logo.gif" width="800" height="150"></td>
  </tr>
  <tr>
    <td height="236" valign="top" bordercolor="#000000"><table width="100%"  border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="22%" height="233">A little nave stuff gose over here </td>
        <td width="54%">
Now Save this page as top.php

We are going to do the bottom now

Open a new document and put this code in

Code:
</td>
        <td width="24%">More Nave stuff gose over here </td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>
Now save this file as bottom.php

Now your top should look something like this.

http://www.animegfx.net/top.jpg

And the bottom should look something like this.

http://www.animegfx.net/bottom.jpg

OK Now time for the Main Content of the site

This is really simple Seeing as your top has the open tag for the center table and your Bottom.php has the closeing tag all you have to do is the fallowing

Code:
<? include('top.php'') ?>

Content gose here 

<? include ('bottom.php') ?>
Save this file as index.php

And your finished product should look like this.


http://www.animegfx.net/site.jpg

I have included the Site template with the Logo Top and bottom.php so you can test it out for yourself Just a note your server must have PHP capibillitise Most free hosts Do so its good I hope you enjoyed this and have some fun with it

If you would like to use this template I have included the logo If you would like me to make you a logo you can PM me and I will make you up one.
__________________

Last edited by Sinistra; Nov 02, 2005 at 01:30 PM.
Status: Offline
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old Feb 13, 2005, 02:23 PM   #2 (permalink)
Cheetos Overlord
 
jaderabbit's Avatar
 
Join Date: Dec 2004
Location: The World
Posts: 3,650
Thanks: 0
Thanked 3 Times in 2 Posts
jaderabbit will become famous soon enoughjaderabbit will become famous soon enough
Credits: 7,251
AWESOME, i wanting to make me a site too... been studying 3schools.. this will work better! ...an don't have to memorize all that stuff again >_<...
"cause i can learn by this".
__________________
-Just another green eyed angel, distorted by mans love for hate-
Status: Offline
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old Feb 15, 2005, 01:12 PM   #3 (permalink)
Shining Star
 
Join Date: Oct 2004
Location: North Carolina
Posts: 2,520
Thanks: 0
Thanked 1 Time in 1 Post
Sinistra will become famous soon enoughSinistra will become famous soon enough
Credits: 1,234
Well thanks need any help just feel free to IM/PM me ^_^
__________________
Status: Offline
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 


All times are GMT -7. The time now is 03:28 AM.


Manga Fox | Anime Wallpapers | Ringtones | Anime Avatars | Wallpapers | Anime Girls | Watch Anime Online | Anime Buddy Icons
Anime Online Banners by fooligar. ©
This Anime skin cannot be reproduced on any website without written permission from the Anime Online Staff.
Ad Management by RedTyger

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100