Your Ad Here

Posted By

indianocean on 08/29/07


Tagged

css html align


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

monapdx


Adjust image buttons in forms


 / Published in: CSS
 

adjust position of image using margins

  1. <FORM action=stuff.jsp method=post>
  2. <span style="position:absolute;margin-left:-15px;">
  3. <INPUT type=image src="pic.png">
  4. </span>
  5. some text
  6. </FORM>

Report this snippet  

You need to login to post a comment.