View Single Post
Old 08-15-2006, 01:41 PM   #25
b_k
Übernerd
b_k is on a distinguished road
 
Posts: 238
Karma: 74
Join Date: Jun 2006
Location: Germany
Device: iRex iLiad
Quote:
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>
*d'oh* shoot me
b_k is offline   Reply With Quote