• I need some help with sizing an image. I understand the code to inser the image but what do I need to add to it to size it how I want?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your image should already be the size you desire. The code should look something like this:


    <img src="/your relative-path-to-the-image/whatever.jpg" width="220" height="190" alt="Whatever Image" />

    You will find display problems if the size you enter does not match the size of the image itself. Resize and re-upload and then you won’t have to worry about setting wxh.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Size’ is closed to new replies.