FULL Custom Image Error
-
Hello,
we’ve created a custom template.php. Inside, they are some pictures.
When we try to export, pictures doesn’t displayed. “Image not found or type unknown”. How can we displayed images on the export file?
Exemple integration:
<img style="display: block; margin-left: auto; margin-right: auto;" src="logo.png" alt="" width="293" height="88" />
When we use your doc with this snippet:
<img src="<?php echo $this->get_template_path(); ?>/logo.png" alt="" width="293" height="88" />
But critical error.
Thank’s for your help
Best regards
- This topic was modified 4 years, 7 months ago by .
- This topic was modified 4 years, 7 months ago by .
- This topic was modified 4 years, 7 months ago by .
- This topic was modified 4 years, 7 months ago by .
- This topic was modified 4 years, 7 months ago by .
- This topic was modified 4 years, 7 months ago by .
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘FULL Custom Image Error’ is closed to new replies.