• Resolved vabrown89

    (@vabrown89)


    Ok this is ridiculous but it has me stumped. I’ve just made the simplest table of all time and put an image in one cell and text in the other. And the image just REFUSES to appear.

    On the page you can see the image which I have inserted, using the exact same image code, under the table. It should also appear in the table in the cell to the left of the text.

    If I put it in the cell WITH the text, it appears.

    I tried this with columns as well and had similar problems.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try changing this
    <img src="https://www.reneegiarrusso.com/wp-content/uploads/2017/12/ecm1.jpg" width="200px">

    to this
    <img src="https://www.reneegiarrusso.com/wp-content/uploads/2017/12/ecm1.jpg">
    remove the width= 200px

    Thread Starter vabrown89

    (@vabrown89)

    This worked – thank you so much!

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