Quote:
Originally Posted by Toxaris
That does not make sense, as there are no anchors in the code I have shown. How does the code in your file looks like? There might be an inheritance issue.
|
<body>
<h2 class="hidden">Introduction</h2>
<div><img alt="overviewmap" src="../Images/overviewmap.jpg" /></div>
relevant css is
.hidden { display: none; }
h2 {
margin-top:1em;
font-size: 150%;
text-indent: 0em;
font-style: italic;
text-align:center;
}