OK, it seems that by default all text has a margin, which I can't take off

the latest version of the code is:
<html>
 <body>
  <div style="width:200px;background-color:yellow">
 <img src="arrow.gif" style="float:right"><p>s</p>
  </div>
 </body>
</html>

notice that you can totaly remove the image and the height of the div won't
change, for some reason the text is never as flush with the border as the
image is, the only way i can see around it is to set a margin or a padding
for the image (top) which i don't like becasue this would probobly change
for different font sizes if i need the image to be verticaly aligned..

SO VERTICAL alignment, is that poissble yet,, hope it is it would be mighty
cool.



Reply via email to