I'm trying to learn the technique of CSS to arrange layout of pages instead of using the customary fallback of tables. The suggestion was to use DIV elements and then tie the formatting of the DIV to CSS classes.
I am creating a columnar type form with several rows. I want the space between rows of DIV elements to be less than a <p>.
How do I precisely determine the space between div rows and can this be done in CSS? Thanks...
I am creating a columnar type form with several rows. I want the space between rows of DIV elements to be less than a <p>.
How do I precisely determine the space between div rows and can this be done in CSS? Thanks...