I have no idea how to do this code in HTML!?

Bob S

New member
Ok so I am trying to align two images next to each other. The home, contact, buttons on the left side and an image next to them in the middle. Here is the code:

<html>
<title>
Raleigh Advantage | Home
</title>
<p align="middle"
<img src="paragraphaboutus.jpg">
</p>
<a href="http://www.raleighadvantage.com/payonline.html">
<img src="payonlinelink.png">
</a>
</br>
</br>
<a href="http://www.raleighadvantage.com/index.html">
<img src="homelink.png">
</a>
</br>
</br>
<a href="http://www.raleighadvantage.com/inspirationalstories.html">
<img src="inspirationallink.png">
</a>
</br>
</br>
<a href="http://www.raleighadvantage.com/advertisers.html">
<img src="advertiserslink.png">
</a>
</br>
</br>
<a href="#" onclick="window.open('http://raleighadvantage.wufoo.com/forms/z7x4z5/', null, 'height=555, width=680, toolbar=0, location=0, status=1, scrollbars=1,resizable=1'); return true" title="Contact">
<img src="contactlink.png">
</a>
</br>
</br>
<a href="http://www.raleighadvantage.com/whatourcustomerssay.html">
<img src="whatourcustomerslink.png">
</a>
</br>
</br>
</html>

Please tell me how to do that, whenever I try to the "paragraphaboutus.jpg" always is on top and you can't see the other images.
 
Back
Top