A Find Answers page typically has two distinct views: a list of articles, and the details for an article when one is selected.
Landing Page That Displays The List of Articles
This example has no HTML styling, and simply places the list of articles below the list of topics. It would generate a display that looks like the following.
Display With Topic Selected
Article Display
In the example above, the article is displayed within a separate form for simplicity. However, in practice additional coding would be used to combine the two forms. The relevant aspects of the form used to display the article are shown below.
The example above would produce an article that looks like the following.
Example Article Display