Sat Jul 10, 2004 8:35 pm
Sat Jul 10, 2004 9:54 pm
Sat Jul 10, 2004 10:08 pm
Sat Jul 10, 2004 11:47 pm
<a href="URL OF PAGE 1">Home or page 1 or whatever title you want</a><br>
<a href="URL OF PAGE 2">Page 2 or other Title</a><br>
<a href="URL OF PAGE 3">Page 3....</a>
Sun Jul 11, 2004 4:36 pm
Mon Jul 12, 2004 9:07 am
When I map the site it requires several .html pages but I don't know how to create those - I know there is some way to code them but I can't figure out how to do this - I have looked at the recommended sites but they seem to assume you should know how to already do that part of web design.
<html>
<head>
<title>Your site title here</title>
<style type="css/text">
Your CSS codes here if you have any.
</style>
</head>
<body>
Your content goes here along with your navigation and pictures etc.
</body>
</html>