Yii Framework Change Display Of Cdetail View

I have a CDetailView to display data from model.

my view is simple to default yii view style.

I want it to be like this

how to do this??

maybe someone can help me out with a small snippet :)

thank you…

for this type style instead of using detailview create suitable layout fie this and echo the data directly.

Try a CListView and modify the ‘_view.php’ file to your requirements