Is there a way to make the li elements horizontal in this pagination setup? I've attempted
<ul class="pagination" style="display:inline; text-align: center; margin:0;"><li style="display:inline; float: none;"><a href="view_customer_for_manager.php?page=<?php echo $b;?>" style="text-decoration:none; font-size:20px;"><?php echo $b;?></a></li></ul>
Just to clarify, this code snippet pertains to pagination functionality.