question regarding image tag

C

charles cashion

When I examine the image tag before and after sending,
they are different.
before
<img height=533 width=800
src="cid:image1">
after
<img heights3="" width€0=""
src="cid:p[email protected]">

I gave my image the name "image1". From past experience,
I note that the CID can be anything I assign. I am not as
puzzled by the change of CID as I am by the strange height
and width.
Thanks,
Charles
 
B

Blinky the Shark

charles said:
When I examine the image tag before and after sending,
they are different.
before
<img height=533 width=800
src="cid:image1">
after
<img heights3="" width€0=""
src="cid:p[email protected]">

I gave my image the name "image1". From past experience,
I note that the CID can be anything I assign. I am not as
puzzled by the change of CID as I am by the strange height
and width.

What happens if you put the height and width values between doublequotes?

<img height="533" width="800" ...
 
C

charles cashion

Blinky said:
What happens if you put the height and width values between doublequotes?

<img height="533" width="800" ...

YES!
Double quotes fixed it.
I tried it once before and it did not help.
I suppose I tried it on code that must have had
another problem, so I did not think it worked.
Charles
 
M

Marty Fremen

charles cashion said:
When I examine the image tag before and after sending,
they are different.
before
<img height=533 width=800
src="cid:image1">
after
<img heights3="" width€0=""
src="cid:p[email protected]">

In email, an equals sign starts a MIME code.
The MIME code =53 (hex 53) is the letter S, so "height=533" becomes
"heightS3", meanwhile hex 80 is a large cedilla which becomes € in
HTML, hence width€0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top