Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
hi guys, im creating a news list.
I want to use my own template pagination style
Image

the code is :
Code: Select all
<div class="pagination">
            <ul>
                 <li><a href="#" class="selected">1</a></li>
                 <li><a href="#">2</a></li>
                 <li><a href="#">3</a></li>
       <li><a href="#">4</a></li>
             </ul>
     <div class="clear"></div>
</div>


how can i make it happen?

Attachments

As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
Hi,

Paginator is one of the very few aspects in Couch where we don't get the liberty to use our own markup - we need to use the one auto-generated by Couch.

That said, the markup generated by Couch is flexible enough and provides enough CSS classes to style it to suit almost any design.

Please see http://www.couchcms.com/docs/concepts/pagination.html - you'll get a sample CSS that you can tweak to get the right look.

Hope this helps.
KK wrote: Hi,

Paginator is one of the very few aspects in Couch where we don't get the liberty to use our own markup - we need to use the one auto-generated by Couch.

That said, the markup generated by Couch is flexible enough and provides enough CSS classes to style it to suit almost any design.

Please see http://www.couchcms.com/docs/concepts/pagination.html - you'll get a sample CSS that you can tweak to get the right look.

Hope this helps.


i see. so my job now is customizing the css. Thx for your reply KK , will back to notepad then.
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
3 posts Page 1 of 1
cron