Rank: Newbie
Joined: 9/18/2008 Posts: 2 Location: Sweden
|
My image links breaks when pressing Save and publish more than once. Anyone else experiencing this behaviour?
1. Insert/edit image in richtext editor code: <img src="/umbraco/../media/123/temp.jpg" alt="Test" width="411" height="184" rel="," />
2. Save and publish code: <img src="/umbraco/../media/123/temp.jpg" alt="Test" width="411" height="184" />
3. Save and publish code: <img src="/media/123/temp." alt="" width="411" height="184" rel="," />
|