I'm attempting to display messages to students depending upon the questions answered in my app. I have my info currently in an html table. A student may get 2 rows of the table or 6 depending upon the information answered. I want to display only the information needed and not all elements in the table. Can I put my html code in a database (i.e. record) and pull it in or can I do CFIF's to display only the pieces of the table I want? I think I can do both but which is preferred? Thanks