Intro -
Pt 2 - Pt3 -
Pt4 -
Pt5
In this part you will find the code for our tutorial in standard HTML. We will then chop it up to turn it into includes. The only section that wont be here is the content section. The HTML will be very basic and is more for descriptive purposes rather than practical ones. I am sure with a few tweaks you could use this code.
Biology for Newbies... I like that site idea so I might work on this one day.
ok here is the plain Html we are going to cut up.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<title>Bioology for Newbies</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="title" content="Biology for Newbies... a new biology resource">
<meta name="description" content="Biological resources.">
<meta name="keywords" content="biology, science, evolution, genetics, blah, blah,">
<meta name="owner" content="email@address">
<meta name="author" content="authors names">
<meat http-equiv="charset" content="ISO-8859-1">
<meta http-equiv="CONTENT-LANGUAGE" CONTENT="English">
<meta http-equiv="VW96.OBJECT TYPE" CONTENT="Homepage">
<meta name="rating" content="General">
<meta name="robots" content="index,follow">
<meta name="revisit-after" content="2 weeks">
</head>
<body>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="2">
<img src="image_files/header.jpg" alt="Page logo">
</td>
</tr>
<tr valign="top">
<td width="200" align="left" valign="top">
Navigation<br>
<br>
<a href="fambiologists/list.asp">Famous Biologists</a><br>
<a href="links/links.asp">Biology Links</a><br>
<a href="j_articles.asp">Journal Articles</a><br>
<a href="gallery.asp">Gallery</a>
</td>
<td>
Content Area
</td>
</tr>
<tr>
<td colspan="2">
This is the footer area. You can place anything you want here. Like contact
email addresses and general copyright information for example.
Maybe even a base image.
<td>
</tr>
</table>
</body>
</html>
As you will see the code above is broken into 7 areas, 4 red and 3 black. The colours don't mean anything other than to show where I am going to cut these files up to make the individual include files.
Again at work and things are a little busy. So the final step will be added tomorrow. I will also create a thread with links to each one of these so they can referance with ease in the future.
Any questions fire away.
Intro -
Pt 2 - Pt 3 -
Pt 4 -
Pt 5