Here is the code I'm using:
<p><img src="Images/banner.jpg" alt="Banner" width="600" height="120"></p>
I need to use the paragraph syntax in order for this pass the W3C HTML validation test, however I want the image to snap up with what is below it (a table). Without the paragraph statement, it snaps up fine, however obviously because it is a paragraph, there is spacing after the banner image.
What other statement can I use (I'm using a CSS file too) that will comply with HTML 4.01 validation rules that will enable the banner to snap with the table?
Thanks.
<p><img src="Images/banner.jpg" alt="Banner" width="600" height="120"></p>
I need to use the paragraph syntax in order for this pass the W3C HTML validation test, however I want the image to snap up with what is below it (a table). Without the paragraph statement, it snaps up fine, however obviously because it is a paragraph, there is spacing after the banner image.
What other statement can I use (I'm using a CSS file too) that will comply with HTML 4.01 validation rules that will enable the banner to snap with the table?
Thanks.