I often see many tutorials about how to make forms pretty, but I don't see as many showing how you can display the result in a pretty way. I mean, when the data has been input and you'd like to display it, but you don't want the data to seem editable, so you don't want to show the values in input fields and drop downs. You don't want to display it in a datatable or the likes either, because you only want one row from the db.
You just wntn to display the form row by row, but without the form elements, and without it looking boring because it's "just text". Does anyone have a good css guide og html guide or something third on how to structure the display of such data so it looks good?
I'm asking Because I want to display some form-data in fancybox, but all the fancybox really does right now is build you up to let you down, because the box looks good, but then it's just filled with plane looking, badly spaced text.
EDIT Should've brought an example - so My form looks like:
Field1 : Input Field2 : Input Field3 : Input
and so forth and I want to display the same, but without the form fields
Field1 : Input Field2 : Input Field3 : Input
but In my opinion it just looks weak. Form fields look nice, but plane text just doesn't look that eye-appealing. Maybe it's just my styling, so that's why I'm asking, what are good conventions for spacing and such. Have anybody seen someone get creative with this form of presentation? It's pretty simple, and it should be, nothing too fancy, but nothing too 90's either.