<div class="row-fluid"> <div class="row"> <div class="span8 well" style="padding-bottom:0"> <hr> Subject: <?php echo CHtml::activedropDownList($model,'subject',array( 'I would like to Reserve'=>'I would like to Reserve', 'I would like to know more'=>'I would like to know more', 'I would like to Buy'=>'I would like to Buy', )); ?> <hr> Message: <?php echo $form->textAreaRow( $model, 'body', array('class' => 'row-fluid span10', 'rows' => 5,'placeholder'=>'Type in your message','label'=>'Send MEssage'), array('labelOptions' => array("label" => false)) ); ?> <hr> <!-- </textarea> --> <button class="btn btn-info"><?php echo MessageModule::t("Send") ?></button> </div> </div> </div>

Number of downloads: 9
How to align the text area right below the select box?