I have a
with 2 divs inside :
[/code]
[code]
the 2 divs should be centered. How can I do this ?
I have a
[code]
the 2 divs should be centered. How can I do this ?
Here you go.
[php]
Thank you very much ! That works.
I have a layout problem if I place a form inside the second div as you can see in the picture. How can I solve this ?
I already solved it with: vertical-align:middle;
!