Hello
Been at this for an hour now but can't seem to get an image to align properly inside a table cell:

As you can see, I'm getting a large margin above/below the cell where I've entered the image, if I remove the image the cell is perfect (like the cells below)
HTML I'm using:
<td class="gridflag"> <img width="15" height="10" align="left" valign="middle" src="img/flags/euro.gif" /> <p style="color:#FFFFFF; text-align:left">9</p></td>CSS:
.gridflag {
background: #0E0E0E;
border: solid 1px #1D1D1D;
padding: 1px;
margin: 0px;
font-size: x-small;
font-family: Tahoma;
vertical-align: middle;
letter-spacing: normal;
text-align: center;
line-height: 9px;
text-indent: 1px;}Please help
