fireburner69
Programmer
I want to create a nice form that will not use float in order to set the labels before the input elements.
this form is inside a div that I want this div to be centered inside another div
something like that
--------------------------------------------
|.....................................................|
|.......HEADER DIV............................|
|------------------------------------------|
|.......MAIN DIV...................|.............|
|........................................|.SIDE........|
|.......------------------.........|.BAR.........|
|.......|.wanted div...|.........|.DIV.........|
|.......|....................|.........|.............|
|.......------------------.........|.............|
--------------------------------------------
This is my layout and I want wanted div to be centered inside the main div
And the form elements to be in a nice positions
I used float and stuff but its ain't working nice!
Any ideas? any links for looking there for tips about this issue!?
Thanks again for your time
this form is inside a div that I want this div to be centered inside another div
something like that
--------------------------------------------
|.....................................................|
|.......HEADER DIV............................|
|------------------------------------------|
|.......MAIN DIV...................|.............|
|........................................|.SIDE........|
|.......------------------.........|.BAR.........|
|.......|.wanted div...|.........|.DIV.........|
|.......|....................|.........|.............|
|.......------------------.........|.............|
--------------------------------------------
This is my layout and I want wanted div to be centered inside the main div
And the form elements to be in a nice positions
I used float and stuff but its ain't working nice!
Any ideas? any links for looking there for tips about this issue!?
Thanks again for your time