Hi Dani,
I was able to get the separators around the page numbers. And I would also like to get the navigation arrows on the same line as the page numbers.
I’m just learning PHP. Can you help me get started on how to change the Create navigation function:
/* create navigation */
function navigation($num_rows1, $var_step, $var_width, $backward, $forward) {
$DMSGuestbookContent = (isset($DMSGuestbookContent)) ? $DMSGuestbookContent : ”;
if($num_rows1 > $var_step) {
$DMSGuestbookContent .= “<div class=’css_navigation_char_position’>”;
$DMSGuestbookContent .= $backward . ” ” .$forward;
$DMSGuestbookContent .= “</div>”;
}
Link to my guestbook:
https://fishermans-widow.com/guestbook/
Thank you!
Susie