How to move image 2px lower

Hello,

how can I move an image inside a cell 2px lower to get it centered ?

This is how the field is defined :
echo ’

';

Here comes the image:
echo ("<row id=’".$row[‘id’]."’>");
print("");
print("");

“/images/plus.png” should be lowered 2px.

Kind regards, Thomas

And another question I have:

How can I assign a click event to the Image inside the cell ?

Unfortunately it’s not available to change the position of the “img” excell cell.

Hi,

I used the code below for positioning an image in a cell:

Here comes the header:
echo ’

';

And the cell data:
print ("<![CDATA[]]>");

Kind regards, Thomas