Does anyone know a way (or can you give me the correct term to search for) to use divs to lay out results from a database to the maximum number of results that the browser window can display, then wrap to start the next row? Or, conversely, to use a table layout without specifying something like int maxcols = 4;, which can have problems on 800×600 and does not fill the screen on higher resolutions?
My head hurts. :(
Float! I think that will do it…testing now. *bounce*