I am trying to place two images in the middle of my webpage using HTML, not frontpage.
How do I put two images one on the left and one on the right side and under the two images, I want to put some text.
Sample:
Image1GoesHere Image2GoesHere
text text
This is what I have sofar, am I offbase here?
<p align=left>
<img src = "../images/tools.bmp" ALT="Services">
</p>
<p align=left>
<a href=" Services</a>
</p>
<td align=right>
<p>
<img src = "../images/smallphone.gif" ALT="Support" align="right">
</p>
</td>
<p align=right>
<a href=" Support</a>
</p>
How do I put two images one on the left and one on the right side and under the two images, I want to put some text.
Sample:
Image1GoesHere Image2GoesHere
text text
This is what I have sofar, am I offbase here?
<p align=left>
<img src = "../images/tools.bmp" ALT="Services">
</p>
<p align=left>
<a href=" Services</a>
</p>
<td align=right>
<p>
<img src = "../images/smallphone.gif" ALT="Support" align="right">
</p>
</td>
<p align=right>
<a href=" Support</a>
</p>