Sonia
09-12-2003, 04:30 AM
The align attribute in the image tag is not used to align the image itself.
For e.g <img src = "image.gif" align = middle> If I write a text here.
The align attribute will align the text beside the image in the middle.
But what if I place another image besides the first one, i.e
<img src = "image.gif" align = middle> <img src = "image2.gif">
Why is the second image not found in the middle of the first one.
For e.g <img src = "image.gif" align = middle> If I write a text here.
The align attribute will align the text beside the image in the middle.
But what if I place another image besides the first one, i.e
<img src = "image.gif" align = middle> <img src = "image2.gif">
Why is the second image not found in the middle of the first one.