I have been trying to create two small forms side by side, but try as I may, I always seem to get it wrong. Also, how do you create rounded corners in a form?
yes you can create rounded corners for a for. you can use div tags and a little work of the DOM and you willl be set. and of course, using CSS was very obvious. I personally dont use tables except for tabular data, but whatever is easier for you.
Do you know how to do rounded corners (CSS) for tables? I was redirected to the following site: http://www.alistapart.com/articles/customcorners/ but I have no idea of how to go about it. If necessary, I can post the code I have so that you can use to give it a try.
With a slight difference, it's not side by side. Rather, its one below the next.
Anyway, apart from the fact that I have been unable to do the round corners, I noticed that the labels are not in line with their respective input fields. It probably is a size thing, I really don't know.