CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • First Image Altered
Pages: [1]

Author Topic: First Image Altered  (Read 1935 times)

Denver Dave

  • Ask me questions
  • ****
  • Posts: 471
  • Karma: 9
First Image Altered
October 13, 2008, 02:23:55 pm
Drupal
CiviCRM 1.9

We have been doing HTML emails for quite a while, but we have never before used the <img> tag to pull in images.  Today we tried and the images are pulled in when we supply the full path, accept for the first image which seems to be modified by Civicrm.

The first image is <img src="<mysite>/spacer.gif>

The resulting image name in the CiviCRM email is:

<IMG
      src="<mysite>/drupal/sites/all/modules/civicrm/extern/url.php?u=7390&amp;qid=59810spacer.gif">

Anyone else experience this or have a solution.  For now we are putting the spacer.gif image first, but it will be a broken link.

= = = = =
Solution Found:
If we set the height and width of the spacer image, looks like it at least does not look like a broken link on the email. 
<IMG height=1
      src="<mysite>/drupal/sites/all/modules/civicrm/extern/url.php?u=7452&amp;qid=59819/spacer.gif"
      width=1>


« Last Edit: October 13, 2008, 03:15:33 pm by Denver Dave »

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: First Image Altered
October 14, 2008, 05:13:56 am
This is most probably CRM-3492 – can you try dropping the quotes around the link?
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • CiviMail installation and configuration (Moderator: Donald Lobo) »
  • First Image Altered

This forum was archived on 2017-11-26.