• Resolved Gregg Franklin

    (@greggfranklin)


    I have a client who creates a table containing a link to a PDF in a cell and would like to have an image prior to the link showing a PDF icon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aki Hamano

    (@wildworks)

    Hi.
    Either of the following would be a solution.

    Use inline image

    Insert a PDF icon as an inline image before the link from the Rich Text toolbar.

    Customize with CSS

    For example, suppose you set a class .link-pdf on a cell where you want to display a link with a PDF icon:

    .wp-block-flexible-table-block-table .link-pdf a {
      padding-left: 30px;
      background: url(path/to/pdf_icon.png) no-repeat left;
    }
    Thread Starter Gregg Franklin

    (@greggfranklin)

    Thank you.

    Plugin Author Aki Hamano

    (@wildworks)

    Marked as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I add an image before some test in a cell’ is closed to new replies.