Page 1 of 1

News module: $nextpage in to image?

Posted: Sun Jul 29, 2007 2:25 pm
by MichaelK
I had a question. ???

In the News module you can set the pagelimit to 25 as an example. T
hen you get this Next > >> But can i change that in to a image?

Thnx in advance.
Michael

Re: News module: $nextpage in to image?

Posted: Sun Jul 29, 2007 7:53 pm
by tsw
yes, with css image replacement

div.newswrapper a.next {
  background: #385C72 url(uploads/images/next.gif) no-repeat 0 0;
  display: block;
  height: 20px;            /* adjust according your image size */
  text-indent: -999em;  /* this hides the text */
  text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}