On 1 November 2012 21:17, Ryan <[email protected]> wrote: > I have to following forms and I was wondering how I could centre them > inside their respective span6 elements? > > http://jsfiddle.net/ryan117/CWGmF/ >
<div class="span6" align="center"> will center all the fields and the button. If you use an form passed from the controller, I suspect you can use return(form=CENTER(form)) in the controller. Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:3)
