I am just learning web2py and I love it!!!
I am experimenting with it so I can learn it.
THE QUESTION: I use my own HTML and CSS. I embedded a form in the HTML like so" <h2>{{=form}}</h2>
The form is displayed fine and works perfectly, however, it just floath left no matter what I do in the page. I placed the {{=form}} in the HTML inside a class which is controlled by my CSS, but my CSS controls everything on that class except the position of the form. The form's text is fine, but the position is not.
I kind of want this form in the middle.