Viewing 1 replies (of 1 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    Hi Jacob,

    Sorry for the late response. You need to set a class on the table data that is around the image, then specify a width for that column.

    To do this, instead of just having:
    <td> in front of your image, change it to:
    <td class=’linkimage’>

    Then, in the Link Library stylesheet, add an entry for this new class:

    .linkimage {
    width: 120px;
    }

    Let me know if this helps and mark the issue as resolved if it does.

Viewing 1 replies (of 1 total)

The topic ‘Links not lining up’ is closed to new replies.