[eluser]ppockey[/eluser]
Thanks once again for the reply.
the code create_links() is placed in my view. The page links are created and work, but there are no links to 'First' or 'Prev' and the digit 1 (first page) remains bold and there is no way to go back to the first page of results.
Code:
print $this->pagination->create_links();
// this is what displays
1 2 3 Last >
// this is what I expect to see
First Prev 1 2 3 Next Last
// or even this would be acceptable
« First < 1 2 3 4 5 > Last »