Welcome Guest, Not a member yet? Register   Sign In
Styling Pagination, extra width?!?
#3

[eluser]elaniobro[/eluser]
I would read through here:
http://ellislab.com/codeigniter/user-gui...ation.html

there is plenty of documentation that should help resolve your issues.

You are gonna want to add:
Code:
$config['cur_tag_open'] = '<b class="myClass">';
$config['cur_tag_close'] = '</b>';

and possibly some of the other $configs and then stylize it using CSS.


Messages In This Thread
Styling Pagination, extra width?!? - by El Forum - 03-10-2010, 12:39 PM
Styling Pagination, extra width?!? - by El Forum - 03-10-2010, 01:02 PM
Styling Pagination, extra width?!? - by El Forum - 03-10-2010, 01:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB