Working on a project, one of the webpages will display a list of people (specifically, a list of people from a graduation class that haven\'t been located yet).
Instead of m
How are you converting the submitted names to "a simple .txt list"? During that step, can you instead convert them into a simple HTML list or table? Then you could wrap that in a standard header which includes any styling you want.