How do I place a image to the left of a center image HTML?

dan p

New member
I have the logo image in the center of the home page, but I want to add another picture directly to the left of it without moving the original image from center. How do I do this? This is my current html code:

<body> <div id="container">

<div id="toppanel"> <div align="center"><a href="index.html"><img src="images/logo.jpg" width="897" height="113" border="0" /> <div class="maincenter"> <div id="main_top"></div>
 
Back
Top