View Single Post
Old 08-15-2006, 01:14 PM   #24
Roceh
Member
Roceh began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Jul 2006
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>
Roceh is offline   Reply With Quote