Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
hi,

I implemented the search function on my index.php file to show search results
on my search.php page, works great, but I would like to format the result sets with CSS
to match the rest of the site, how can I do that?
Hi,

Couch does not impose any restriction on what HTML/CSS/JS you use to display any content generated by it.

Taking the example of the search sample code in our documentation, in the following snippet only the highlighted tags belong to Couch. Rest of the markup is yours and you can replace that as you like.
<h3><a href="<cms:show k_page_link/>"><cms:show k_search_title /></a></h3>
<cms:show k_search_excerpt />
<hr>

Hope this helps.
hi KK,

thank you for showing me to the direction I needed to go :-) and thank you for always replying so quickly :-)
3 posts Page 1 of 1
cron