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?