Welcome Guest, Not a member yet? Register   Sign In
CSS style and pagination and other problems?!
#2

[eluser]Twisted1919[/eluser]
Why do you escape your values ?
When doing :
Code:
$myvar = '<a href="http://www.google.com">Link</a>';
Is no need to escape the value of $myvar , so
Code:
$config['prev_tag_open'] = '<div class=\"bluewhite\">'; // Wrong
$config['prev_tag_open'] = '<div class="bluewhite">'; //Correct
I guess this is the reason your paginations doesn't look as you want .


Messages In This Thread
CSS style and pagination and other problems?! - by El Forum - 12-28-2009, 03:06 PM
CSS style and pagination and other problems?! - by El Forum - 12-28-2009, 05:05 PM
CSS style and pagination and other problems?! - by El Forum - 12-29-2009, 10:16 AM
CSS style and pagination and other problems?! - by El Forum - 01-31-2011, 06:48 PM
CSS style and pagination and other problems?! - by El Forum - 01-31-2011, 08:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB