<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>test</title>
<style type="text/css">
a, a:link {
color: lime;
}
a:visited {
color: green;
}
a:hover {
color: pink;
}
a:active {
color: red;
}
</style>
</head>
<body>
<p>
<a href="#C4">
See also Chapter 4.
</a>
</p>
<p>
<h2>Chapter 1</h2>
<p>This chapter explains ba bla bla</p>
<h2>Chapter 2</h2>
<p>This chapter explains ba bla bla</p>
<h2>Chapter 3</h2>
<p>This chapter explains ba bla bla</p>
<a id="C4"><h2>Chapter 4</h2></a>
<p>This chapter explains ba bla bla</p>
</body>
</html>
Main Topics
Browse All Topics





by: COBOLdinosaurPosted on 2004-10-20 at 16:42:31ID: 12364617
We need to see the code.
Cd&