There's loads of options out there. Judging by your brief explanation; it seems you want to decorate a data view of a series of CSV values.
You can do that in a number of ways;
1
you could go for Phalaex's PHP offer, all you need is an HTML page which features the design you like and just put the HTML in a PHP loop as a wrapper for each entry.
2
If you have XML available; follow my
XLST tutorial to use your webbrowser to do the job. See the w3schools site fore more
references
3
If you have Excel or Open Office Calc; simply copy and paste the CSV and format it to your requirement; then save as web-page; or save to XML and use idea 2
4
Use your favourite Visual Studio express language to convert the CSV into HTML; then use Visual Web Developer to decorate the result