Originally Posted by Roceh
You have to something like the following in each html file to get the back/next bar working:
Code:
<html>
<head>
<title>Page 2</title>
<meta type="layout" />
<link rel="prev" href="page0001.html" />
<link rel="next" href="page0003.html" />
</head>
<body>
</body>
</html>
|