Images can be aligned with text using the align attribute in the img src tag. But tables will allow you to more precisely align images within and in relation to text.
Whereas you did not have any real control as to where the text would break, or what word would end up at each side of an embedded picture when you used left or right align in the img src tag, since different browsers may wrap text at different points. |
With tables you can determine exactly what text goes where in relation to the picture. |
 |
This is done by dividing the text up and figuring out which 'box' to put what text in, and which one gets the picture. |
Colspan lets you have uninterrupted text above and below the row with divided text and picture. This is a bit more complex, but it also gives the person creating the web page control of exactly how the page will look, no matter what browser will be looking at it. |
Whereas you did not have any real control as to where the text would break, or what word would end up at each side of an embedded picture when you used left or right align in the img src tag, since different browsers may wrap text at different points. |
With tables you can determine exactly what text goes where in relation to the picture. |
 |
This is done by dividing the text up and figuring out which 'box' to put what text in, and which one gets the picture. |
Colspan lets you have uninterrupted text above and below the row with divided text and picture. This is a bit more complex, but it also gives the person creating the web page control of exactly how the page will look, no matter what browser will be looking at it. |