Quote:You probably should improve your CSS knowledge...
You're absolutely right, I'm not expert in php and css and it's always very complicated to understand and modify the code php and css and I lose a lot of time on it
Quote:Generally it does not make sense to link to the page itself you are currently on.
you're right, but if you have a look, printPageListWithNav() generates the following html code for the current element:
`<li class="current"> 1 </ a> </ li>`
Finally, it should perhaps not modify printNewsPageListWithNav() but you need to simplify printPageListWithNav()
what do you think about ?