I have a project in my CS 100 class. I have to build a website without any web site builders like Dreamweaver. I can only use word or wordpad. The links to the other pages are not working. At first I had them in seperate folders within my website folder to keep them organized, but I thought I might have messed up the address because they were farther away from one another. I put them in the same folder and the links still are not working. Could you tell me where I messed up?
Here is the code:
<head>
<title>Sawyer's Art Portfolio</title>
</head>
<basefont color="white" face="pristina">
<body bgcolor="C85A17">
<table border="5" width="900" height="400" align="center" bordercolor="white" background="brownbg.jpg">
<tr>
<td colspan="2" align="center"><h1> Header </h1></td>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="4" width="100" length="100" align="center">
<tr><a href="Aboutartist.html">About the Artist</a></tr>
<tr><a href=Nature.html>Nature Theme</a></tr>
<tr>Link 3</tr>
<tr>Link 4</tr>
<tr>Link 5</tr>
<tr>Link 6</tr>
<tr>Link 7</tr>
<tr>Link 8</tr>
<tr>Link 9</tr>
</table>
</td>
</tr>
</table>
</body>
</basefont>
</html>
P.S.: I know there should be more coding for my website. I just copied and pasted the part I'm having trouble with and it's still in it's early stages of development. Sorry if it comes out all scrunched up, as Yahoo Answers usually does not keep the spaces. As well, I'm aware the two links I tried to get working look differently. I was trying to figure it out.
Here is the code:
<head>
<title>Sawyer's Art Portfolio</title>
</head>
<basefont color="white" face="pristina">
<body bgcolor="C85A17">
<table border="5" width="900" height="400" align="center" bordercolor="white" background="brownbg.jpg">
<tr>
<td colspan="2" align="center"><h1> Header </h1></td>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="4" width="100" length="100" align="center">
<tr><a href="Aboutartist.html">About the Artist</a></tr>
<tr><a href=Nature.html>Nature Theme</a></tr>
<tr>Link 3</tr>
<tr>Link 4</tr>
<tr>Link 5</tr>
<tr>Link 6</tr>
<tr>Link 7</tr>
<tr>Link 8</tr>
<tr>Link 9</tr>
</table>
</td>
</tr>
</table>
</body>
</basefont>
</html>
P.S.: I know there should be more coding for my website. I just copied and pasted the part I'm having trouble with and it's still in it's early stages of development. Sorry if it comes out all scrunched up, as Yahoo Answers usually does not keep the spaces. As well, I'm aware the two links I tried to get working look differently. I was trying to figure it out.