|
I used photoshop cs to generate a webpage layout which contains a header and footer, the middle part contains the left column and right column. In the right column(after slice, it's generated as white image), it shows the main content. I removed that image and replaced by text. However, when there are more rows than the cell height(right column), the whole webpage structure will be distorted.
I would like to know how to make the left column to have the same height as the right column when the height of right column is growing, or - basically, how can I use html to help hold the structure of the layout together?
|