News module: $nextpage in to image?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
MichaelK

News module: $nextpage in to image?

Post 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
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm
Location: Finland

Re: News module: $nextpage in to image?

Post 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 */
}
Locked

Return to “Modules/Add-Ons”