Jump to content

Designing input web forms using CSS


JORGEMAL

Recommended Posts

I have read that the best way to design input web forms is by using CSS instead of HTML tables, but I just can't find a tutorial about this subject. I will very much appreciate if someone let me know about a source to learn such approach.Respectfully,Jorge Maldonado

Link to comment
Share on other sites

The question is too specific. What you need to know is how to position elements using display, width, height, margin, float, and clear. This is a generic technique that can be applied to any set of page elements.

Link to comment
Share on other sites

Tables should only be used to display tabular data. In the "old days" tables were used to layout pages (and I'll admit I've used them sometimes when I shouldn't have). But CSS is the highly preferred method now.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...