How do you Add a Picture?

So far, my gadget is comming along well. I have red text and a red border. Now I am wishing to add two small pictures above and below the text. What is the code to add a picture

Answer this question

How do you Add a Picture?

  • Pr1nce

    That bicubic scaling is a god send for IE 7. Such a shame it doesn't work on transparent PNGs or GIFs *shakes fist*

    Andy


  • Bery

    <img src="myimage.png" style="..." />

    If you want to change the size of your image, add "-ms-interpolation-mode:bicubic;" to the style to scale it with bicubic scaling.

  • troy2000

    Thanks!
  • How do you Add a Picture?