I started learning HTML yesterday.
I'm using dreamweaver.
My test site isn't online yet.
I have linked my site to a basic css, and applied a template (containing a table with strips of images along the top and down one side) to the site. when I preview the site in a browser, the index page looks ok (for a novice!), I have set up navigation menu - when I follow any of the links from here I get to the appropriate page, but the images are just placehoolders and the menu stops working, so I have to go back to the index and navigate from there...
Any help would be fantastic!
the template code is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Generic Employability</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#CCCCCC" text="#9966FF" link="#9900FF" vlink="#FF0000" alink="#0000FF">
<h1><font color="#990099">Generic Employability</font></h1>
<h2><font color="#990099"><em>The Teaching, Learning and Assessment of Generic Employability Skills</em></font></h2>
<table width="75%" border="1" align="center">
<tr>
<td colspan="3"><img src="/images/strip3.jpg" width="577" height="102"><img src="/images/INGTUNFS0190.jpg" width="241" height="103"></td>
</tr>
<tr>
<td width="22%"><font color="#990099"><strong>menu</strong></font></td>
<td width="60%" rowspan="8"><!-- TemplateBeginEditable name="EditRegion1" -->EditRegion1<!-- TemplateEndEditable --></td>
<td width="18%" rowspan="8"><div align="right"><img src="/images/strip1.jpg" width="139" height="721"></div></td>
</tr>
<tr>
<td><p><font color="#990099"><a href="/index.html">home</a></font></p></td>
</tr>
<tr>
<td><p><font color="#990099">about</font></p></td>
</tr>
<tr>
<td><p><font color="#990099"><a href="/reports.html">download publications</a></font></p></td>
</tr>
<tr>
<td><p><font color="#990099"><a href="/partnership.html">development partnership</a></font></p></td>
</tr>
<tr>
<td><p><font color="#990099"><a href="/useful-links.html">useful links</a></font></p></td>
</tr>
<tr>
<td><p><font color="#990099"><a href="/contact.html">contact us</a></font></p></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<p> </p>
</body>
</html>