Hi guyes, first time here, first post.
First off, i am at a basic stage of HTML/PHP. I have learned the most basic commands, creating a page in BASIC HTML is no problem.
BUT, i want to use the php INCLUDE command in my training.
Here is the code for my training project, Index. html:
<html>
<head>
<title> This is tha ######z </title>
</head>
<body>
<table border="0" width="60%">
<tr>
<td width="25%" bgcolor="gray">
<p>Insert logo or text here</p>
<td bgcolor="gray">Insert Logo here</td>
</table>
<table border="0" width="60%">
<tr><td valign="top" width="25%" bgcolor="lightblue">
Index<br>
Downloads<br>
Contact<br>
</td> <td valign="top" width="75%">This is the body, insert all useless information here!<br>
Including news and so on<br>
</td> </tr>
<footer>
<table border="0" width="60%">
<tr>
<td bgcolor="gray"><center><font size="1">Copyright bt™</font></center></td>
It is built in tables, the menu and "this is the body" is the same table.. I want the menu to include the links in "this is the body"..
I dont know if you guyes understand what i mean but it's kind of hard to explain..