I have this image that includes a map to a website. This is the last thing to complete the site. PLEASE help me
figure out why the image will not center. Ive tried to left align and then tab it to the center. I've tried using the
center align on the toolbar tab. Theres gotta be something in my script that is cause th glitch. Her is the script
<div style="text-align:center; width:649px; margin-left:auto; margin-right:auto;">
<p style="text-align: left">
<img id="Image-Maps_2201206240011053" src="http://www.image-maps.com/uploaded_files/2201206240011053_Backwoods%20Wanted%20Poster.jpg" usemap="#Image-Maps_2201206240011053" border="0" width="649" height="840" alt="" />
<map id="_Image-Maps_2201206240011053" name="Image-Maps_2201206240011053">
<area shape="rect" coords="176, 698, 476, 748" href="http://www.backwoodsband.net/index.html" alt="" />
<area shape="rect" coords="645, 836, 647, 838" href="http://www.image-maps.com/index.php?aff=mapped_users_2201206240011053" alt="Image Map" title="Image Map" />
</map>
</div>
</body>
</html>