I am trying to use style sheets to control where stuff goes on my site. However, I am having one particular problem.
I have a table to display, but I don't want to use the table tag. Instead, I've been using the float property in CSS to control what's on the left side and right side. The problem is that when I want to start a new row, the browser is showing the new row underneath the shortest cell (height-wise) in the previous row instead of showing the new row underneath the tallest cell (height-wise) in the previous row.
Here's the page in question
Here's the code for the content part of the site
Here's the style sheet
I thought using the <p> tag would work but it didn't.
thanks for any tips.
I have a table to display, but I don't want to use the table tag. Instead, I've been using the float property in CSS to control what's on the left side and right side. The problem is that when I want to start a new row, the browser is showing the new row underneath the shortest cell (height-wise) in the previous row instead of showing the new row underneath the tallest cell (height-wise) in the previous row.
Here's the page in question
Here's the code for the content part of the site
Here's the style sheet
I thought using the <p> tag would work but it didn't.
thanks for any tips.