[web2py] Re: CSS issue with embedded form

2014-08-14 Thread Joe
Thank for the reply. The h2 tags are inside an existing class so they should react like all the other h2 tags in that class and they do to some extend as far as color and size but not the position. In any case, I created a new div for the form and added a margin to push it to the middle but th

[web2py] Re: CSS issue with embedded form

2014-08-14 Thread Cliff Kachinske
That's kind of an inappropriate use of the h2 tag for starters. Why not put it inside a tag set and style fake-h2 however you like. On Wednesday, August 13, 2014 11:30:27 PM UTC-4, Joe wrote: > > I am just learning web2py and I love it!!! > > I am experimenting with it so I can learn it. > > TH