CDetailView image shown on different row

I have a CDetailView with an attribute defined as below.




'logo:image', array('type'=>'image','value'=>'/images/logo.jpg'),



The image is displayed, but it is on the ‘next row’ from its label.




--------------

Logo |       |

--------------

     | image |

--------------



How can I make it display on the same row?

Opps…what I am coding…that is 2 different rows…

No issue now ;D