• Resolved Nitrat

    (@nitrat)


    Hi
    This code in my template is not showing image in pdf (blank screen):
    <div style="padding-left: -10px;"><img src="https://swiss.head-wind.ru/wp-content/uploads/rosmed.png width="270" height="73"alt=""></div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jake Jackson

    (@blue-liquid-designs)

    Your image tag is malformed which is the likely cause of the problem. ??Try the following instead:

    <img src="https://swiss.head-wind.ru/wp-content/uploads/rosmed.png" width="270" height="73">

    ?If you still have issues, use an absolute path to the image:

    <img src="<?php echo ABSPATH; ?>/wp-content/uploads/rosmed.png" width="270" height="73">

    • This reply was modified 8 years, 1 month ago by Jake Jackson.
    Thread Starter Nitrat

    (@nitrat)

    Thanks!

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