2 columns div class="row"

Label


| |


Current for CActiveForm, the <div class="row"> will show a textfield as above.

How can I have another div class that will appear on the right of the textfield, as below?

Label


| | | |


Set the div width to less than half of the container and then set its float css attribute to left.

Cheers

Use the class column instead of row.

;)

(row will then break to the next row.)

Edit: Seems like column is in screen.css, thus it may be just accidental it works.

/Tommy