Welcome Guest, Not a member yet? Register   Sign In
How do you style ci pagination ?
#1

[eluser]dhaulagiri[/eluser]
How do we style pagination links generated from ci ?

Code:
echo $pagination['links'];
#2

[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




Theme © iAndrew 2016 - Forum software by © MyBB