06-16-2010, 02:32 PM
[eluser]dhaulagiri[/eluser]
How do we style pagination links generated from ci ?
How do we style pagination links generated from ci ?
Code:
echo $pagination['links'];
How do you style ci pagination ?
|
06-16-2010, 02:32 PM
[eluser]dhaulagiri[/eluser]
How do we style pagination links generated from ci ? Code: echo $pagination['links'];
06-16-2010, 03:39 PM
[eluser]Burak Guzel[/eluser]
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-gui...ation.html see the part about customizing the links |