URLs in client-created content automatically use relative path
We have a client using Umbraco to create HTML templates for newsletter emails. The issue is that everytime they include an image, the src= attribute value is automatically resolved to a relative path (which obviously doesn't work when displayed in email).
Using the HTML content editor in Umbraco, I've made sure to set these attributes using absolute paths, but as soon as I return to the WYSIWYG editor, all paths have been automatically resolved back to being relative (and appear as though my changes were ignored in the HTML editor).
src="www.mywebsite.com/media/image.jpg"
becomes...
src="/media/image.jpg"
Does anyone know if this is just some 'feature' in Umbraco that can be disabled in configuration? We're running 4.7.0 and the actual Umbraco deployment is used for nearly nothing beyond storing markup fragments and issuing newsletters.
URLs in client-created content automatically use relative path
We have a client using Umbraco to create HTML templates for newsletter emails. The issue is that everytime they include an image, the src= attribute value is automatically resolved to a relative path (which obviously doesn't work when displayed in email).
Using the HTML content editor in Umbraco, I've made sure to set these attributes using absolute paths, but as soon as I return to the WYSIWYG editor, all paths have been automatically resolved back to being relative (and appear as though my changes were ignored in the HTML editor).
becomes...
Does anyone know if this is just some 'feature' in Umbraco that can be disabled in configuration? We're running 4.7.0 and the actual Umbraco deployment is used for nearly nothing beyond storing markup fragments and issuing newsletters.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.