Question in simple HTML?

anon1234>.<

New member
I just started HTML and I'm practicing right now. My question is how do you align the image in a specific position? Not just left, center, or right.

<html>
<head>

<title>DotA Guide Database</title>

</head>
<body>

<center>
<table style="width:960px;margin-top:0px;margin-bottom:0px;" border="0" cellpadding="0" cellspacing="0">
<tr><td align="center"><a name="top"></a>
<table width="960" border="0" cellpadding="0" cellspacing="0"
style="margin-top:5px;">
<tr>

<td align="center">
<a href="file:///C:/Documents%20and%20Settings/kvcmd/My%20Documents/DDD/ddd.html"><img src="MyBannerMaker_Banner.png" alt="D' Dota Database" style="margin-top:5px;" /></a>

</td>
</center>


</td>
</table>

<br />

<img src="SentScourNeut.jpg">
<a href="Sentinel.html"><img src="Sentinel.jpg" alt=Sentinel style="border-style: none" align="right"/></a>
<a href="Neutral.html"><img src="Neutral.jpg" alt=Neutral style="border-style: none" align="center"/></a>



</body>

</html>

So, I want to move the Neutral.jpg image a bit to the left but still in the center. Is it possible? And yeah, my HTML sucks.
 
Back
Top