I've been making webpages with good old tables for years and recently have started to learn CSS in order to clean up my HTML and conform to standards (and quit typing tr and td two billion times).
So I've been working on a site for a buisness and they have a section with little text descriptions that are one or two paragraphs long about each person that works there. The problem I'm having is that I have to specify a height for the div that contains the information in order for the div's to not double up on top of each other and flow down the page. This means the height is dependant on the longest description and there's an akward spacing between each description since the descriptions are all of different lengths.
Not sure if that made any sense, but here's the page I'm working on and here's the table version. The problem is the different amount of spacing between Thomas and Linda and between Thomas and Mike. I noticed there is an "auto" setting to the height attribute, but when I tried that it didn't work either.
Once again, not sure if this description of my problem made any sense at all, so let me know if I need to be more clear. I know I could make different divs for each section, but it seems that I shouldn't need to do that so I thought I'd try and simplify it.
Thanks
So I've been working on a site for a buisness and they have a section with little text descriptions that are one or two paragraphs long about each person that works there. The problem I'm having is that I have to specify a height for the div that contains the information in order for the div's to not double up on top of each other and flow down the page. This means the height is dependant on the longest description and there's an akward spacing between each description since the descriptions are all of different lengths.
Not sure if that made any sense, but here's the page I'm working on and here's the table version. The problem is the different amount of spacing between Thomas and Linda and between Thomas and Mike. I noticed there is an "auto" setting to the height attribute, but when I tried that it didn't work either.
Once again, not sure if this description of my problem made any sense at all, so let me know if I need to be more clear. I know I could make different divs for each section, but it seems that I shouldn't need to do that so I thought I'd try and simplify it.
Thanks