After further observation I do believe the problem lies in CB and not JCE.
If I set the JCE parameter for "relative" in the JCE profile under editor parameters.
JCE returns the URL correctly in the document.as follows:
<p><img src="[avatar]" /></p>
<p><img src="images/images/barnardcastle.jpg" width="606" height="640" alt="barnardcastle" /></p>
However, when the email arrives, those source lines look like:
<p><img src="
PickwickClub.org/https://PickwickClub.org/images/comprofiler/919_58337c199203c.png
" />
<p><img src="
PickwickClub.org/images/images/barnardcastle.jpg
" width="606" height="640" alt="barnardcastle" />
It would apprear that CB adds the Domain in each case. This would be appropriate for the 'Barnard Castle " image in an
email and not a
browser based web page. It would appear that the final URL is set after the substitution for [avatar].
Can you see if you get the same by trying to use [avatar] inside an <img/> ?
Regards,
Rob
Can you see if you get the same by trying to use [avatar] inside an <img/> ?