Modifying CCaptcha Widget

I have looked through these forums for this answer and found nothing. I have gone through all the CCaptcha files trying to find a way to do it with no luck.

I simply want to move the "Get a new code" link below the image not next to it. Simple.

Thanks in advance,

Jason

you can add css style (and/or other html options) to "Get a new code" button. as an example




<?php $this->widget('CCaptcha', array('buttonOptions' => array('style' => 'display:block'))); ?>



Thanks. That worked great.