• I have an image I have inserted and below the image there is an extra white space above my table. I’ve played around with the top image inside my table and that white space still shows up. Does anyone know how to fix this?

    http://www.astonishworld.com/beauty/

    Does anyone know how to get rid of this space?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you contact the people who created that site?

    Thread Starter natachagj

    (@natachagj)

    No unfortunatley I have inherited the site to manage.

    That’s because the other table cell in that row (on the right) has a height of 406px:

    <tr>
    <td width="736"></td>
    <td>
    <img width="119" height="406" src="http://iolitela.com/wp-content/uploads/index_03.gif" alt="" style="margin: 0px; vertical-align: top;">
    </td>
    </tr>

    Tables really are not good coding these days – you might want to consider getting rid of them if you can.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘White space in post’ is closed to new replies.