EllisLab text mark
Advanced Search
     
How do you style ci pagination ?
Posted: 16 June 2010 05:32 PM   [ Ignore ]
Joined: 2010-05-25
80 posts

How do we style pagination links generated from ci ?

echo $pagination['links']
 
Posted: 16 June 2010 06:39 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2009-09-15
53 posts

I usually enclose it in a div, and give it a CSS class, so I can style it with my stylesheets.

If you need to specifically alter the HTML output by the pagination class:
http://ellislab.com/codeigniter/user-guide/libraries/pagination.html
see the part about customizing the links

 Signature 

CodeIgniter tutorials and more:

http://www.phpandstuff.com

CodeIgniter and Doctrine from scratch:

Day 1 - Day 2 - Day 3 - Day 4