Forum Moderators: not2easy

Message Too Old, No Replies

HTML and CSS tables question

How can I control positioning?

         

donxyz

8:51 pm on May 27, 2004 (gmt 0)

10+ Year Member



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.

<snip, snip, snip>

I thought using the <p> tag would work but it didn't.

thanks for any tips.

[edited by: DrDoc at 8:57 pm (utc) on May 27, 2004]
[edit reason] No URLs, thanks. See TOS [webmasterworld.com] [/edit]

DrDoc

8:58 pm on May 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World!

Have you tried using

clear
?

These pages may also be helpful:
[w3.org...]
[w3.org...]

donxyz

9:09 pm on May 27, 2004 (gmt 0)

10+ Year Member



clear
worked.

Didn't know about that one.

thanks a bunch.

(sorry about the links. didn't know the policy. my apologies.)