Re: [css-d] centering a form inside multiple divs

2012-06-13 Thread Christian Ziebarth
Part of the problem here might be DIVitis /and/ not using the FIELDSET element /and/ insufficient/improper knowledge of HTML table usage. This comes as a jolting surprise to many developers but the W3C has actually said that tables can be used for arranging form fields: "The HTML table model a

Re: [css-d] centering a form inside multiple divs

2012-06-12 Thread Mark Weiss
Thanks to all for suggestions. I was able to get something working. Very very helpful. Mark __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incu

Re: [css-d] centering a form inside multiple divs

2012-06-12 Thread mem mem
Can you please provide us a link? You have several other classes and elements that my apply, and it would be important to see them all. Cheers, mem No dia 12 de Jun de 2012 19:45, "Mark Weiss" escreveu: > > I need to center this inside multiple divs > > I have tried setting the margins I have

[css-d] centering a form inside multiple divs

2012-06-12 Thread Mark Weiss
I need to center this inside multiple divs I have tried setting the margins I have tried doing them auto and setting the widths and feel like I am just casting about. Can someone help me figure this out? I have tried: .loginpanel { text-align: center; margin-left: 10em; margin-r