I'm trying to redesign a tables-based website to a CSS layout. I've got the basic layout all sorted out - a 3 column style with floated left and right columns. The problem is on the old website, it used lots of tables for the display. So I keep coming across sections like this which needs to go inside the middle content div:
4-col table fixed width 640px, 2nd & 3rd col fixed width for images.
Next line is,
2 col table fixed width 400px, 2nd col has image.
Next line is,
2 col table fixed width 500px, 1st row col 1 image 200px wide, col 2 text,
2nd row col 1 text, col 2 is image 357px wide.
I can convert these to tables with CSS styles instead of inline styles but I don't know if that is the right approach? Should these be a series of divs? or what?
I'm having awful trouble figuring out how to set up these sections - just can't get my head around it at all.
4-col table fixed width 640px, 2nd & 3rd col fixed width for images.
Next line is,
2 col table fixed width 400px, 2nd col has image.
Next line is,
2 col table fixed width 500px, 1st row col 1 image 200px wide, col 2 text,
2nd row col 1 text, col 2 is image 357px wide.
I can convert these to tables with CSS styles instead of inline styles but I don't know if that is the right approach? Should these be a series of divs? or what?
I'm having awful trouble figuring out how to set up these sections - just can't get my head around it at all.