Brilliant! It's working!
One more thing (for the moment. Haha)...
The header isn't centreing. The code looks like this:
On Style.css:
div#header {
padding: 5px;
margin: 0px;
text-align: center;
}
On Main page:
<link rel=StyleSheet href="
http://MYSITE/style.css" type="text/css" media="screen">
</head>
<body>
<div id="wrapper">
<!--#include virtual="header.htm" -->
On header.htm:
<div class="header">
<a href="
http://www.MYSITE/x.htm">x</a>
</div>
Thanks for all of your help so far and I hope that you can help with this too!
Cheers,
jhon
Continued in new thread.