Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4989404
By: ed_j_webb

If you mean this part of the displaytag html code:

<span class="pagebanner">37 items found, displaying 1 to 25.</span>
<span class="pagelinks">[First/Prev] <strong>1</strong>, <a href="..." title="Go
to page 2">2</a> [<a href="...">Next</a>/<a href="...">Last</a>]</span>

Then you can use CSS to colour the spans:

span.pagebanner { background-color: red; }
span.pagelinks { background-color: green; }

Ed!

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to