Displaying the results on the page
The final step is to give the page the ability to display the search results, if any. A number of different ways exist to give to give the page this ability. This article outlines the most basic wayby using a table and a repeated region. If you think you'll need more than one page to display the results, see also the following article: "Displaying results on multiple pages."
Here are the tasks to complete to display search results:
- Adding an HTML table to the results page
- Adding dynamic content to the HTML table
- Applying a repeat region to the HTML table
- Customizing the table's appearance
|