Thread: paged archives
View Single Post
  #6  
Old 03-09-2008, 07:14 PM
kevincrafts's Avatar
kevincrafts Offline
pixelpost guru
 
Join Date: Jul 2007
Location: Colorado
Posts: 434
On each line that outputs a page number, you need to change the output to also output a class name associated with the tag, such as: <a href="index.php?x=browse&pagenum=1" class="pagenumber">$pagenumber</a>

then in your css file you can set .pagenumber { display:none; }
__________________
Kevin | Light & Dark Photoblog

Reply With Quote