I have an image in a menu:
<img src="foldImg.src" id="menuId0" width=12 height=12 alt= border=0>
<a href="#" onclick="foldmenu(); return false" class="clFoldLinks" > Menu0 </a><br>
I want this image to be placed about 4 mm (I don't know how many inches) up 'cause it's an arrow and I want the arrow to point at the middle of the text. Like:
-> Menu0
The arrow is pointed at the text row at the moment.
If I change the height it's better but the arrow is larger and I don't want that.
<img src="foldImg.src" id="menuId0" width=12 height=12 alt= border=0>
<a href="#" onclick="foldmenu(); return false" class="clFoldLinks" > Menu0 </a><br>
I want this image to be placed about 4 mm (I don't know how many inches) up 'cause it's an arrow and I want the arrow to point at the middle of the text. Like:
-> Menu0
The arrow is pointed at the text row at the moment.
If I change the height it's better but the arrow is larger and I don't want that.