On Fri, Apr 1, 2011 at 9:22 AM, JayCee <[email protected]> wrote: I would > > have used a table but I believe there is no way to get multiple cells > in a column to merge like I would need. >
For the purposes of giving semantic value to your markup, I'd consider either using a table or an unordered list. The colspan attribute would solve the problem of merging table cells and the layout will behave more predictably. http://htmldog.com/reference/htmltags/td/ -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected]
