1. Hi, I wish to customize the result items, not like font, css, etc, but I want to customize that the link is appear left while the tile appear at right in a row, how can I do that?
2. And is there a way that I can loop the result return by the search? And getting each search result record and format it in my own way?
3. I wish to strip out the text "search powered by zoom search engine" at the bottom of search result.
4. At the result page, there is always this search for text, textbox, and per page (or .zoom_searchform section) and I disable that using
.zoom_searchform
{
visibility:hidden;
}
in my css file and it still not working (and i am so sure that my default.aspx already refer to that css file because other part of my page that using the css file is working).
2. And is there a way that I can loop the result return by the search? And getting each search result record and format it in my own way?
3. I wish to strip out the text "search powered by zoom search engine" at the bottom of search result.
4. At the result page, there is always this search for text, textbox, and per page (or .zoom_searchform section) and I disable that using
.zoom_searchform
{
visibility:hidden;
}
in my css file and it still not working (and i am so sure that my default.aspx already refer to that css file because other part of my page that using the css file is working).
Comment