Hi
When i paste the below text into the HTML view of the editor, then switch to normal and back to html view the background url is being changed. I am getting a full url of the editing website being added with %22 and an extra set of double quotes appears at the end of the url. If you do it a second time then the background url is removed. I have tested this on the current demo in IE9. Any chance of a fix to stop this happening?
thanks
- <div class="oneColumn columnCentre">
- <ul class="grid">
- <li>
- <h3>
- <a href="/AttendEvent.aspx">Attend an event</a></h3>
- <a style="background-position: 50% 50%; border: 1px solid rgb(217, 217, 217); width: 100%; height: 57px; display: block;background-image: url(previewfile.ashx?id=285);" href="/AttendEvent.aspx"></a>
- <p>
- Find out more about Armed Forces Day events</p>
- </li>
- <li style="margin-right: 0px;">
- <h3>
- <a href="/HoldAParty.aspx">Hold a party</a></h3>
- <a style="background-position: 50% 50%; border: 1px solid rgb(217, 217, 217); width: 100%; height: 57px; display: block;background-image: url(previewfile.ashx?id=288);" href="/HoldAParty.aspx"></a>
- <p>
- From picnics to parties, there is no better way to celebrate the Armed Forces than a get together with family and friends.</p>
- </li>
- <li class="clear">
- <h3>
- <a href="/Party-packs.aspx">Buy your AFD goodies</a></h3>
- <a style="background-position: 50% 50%; border: 1px solid rgb(217, 217, 217); width: 100%; height: 57px; display: block;background-image: url(previewfile.ashx?id=286);" href="/Party-packs.aspx"></a>
- <p>
- Turn your world red, white and blue with Armed Forces Day flags, bunting, banners and handwavers.</p>
- </li>
- <li style="margin-right: 0px;">
- <h3>
- <a href="/Facebook.aspx">Support us online</a></h3>
- <a style="background-position: 100% 50%; border: 1px solid rgb(217, 217, 217); width: 100%; height: 57px; display: block;background-image: url(previewfile.ashx?id=289);" href="/Facebook.aspx"></a>
- <p>
- Become a member of our <a href="/Facebook.aspx">vibrant online community</a>.</p>
- </li>
- <li class="clear">
- <h3>
- <a href="/MessagesSupport.aspx">Leave a message</a></h3>
- <a style="background-position: 100% 50%; border: 1px solid rgb(217, 217, 217); width: 100%; height: 57px; display: block;background-image: url(previewfile.ashx?id=290);" href="/MessagesSupport.aspx"></a>
- <p>
- Who are you supporting on Armed Forces Day? Leave a message, then share it with friends and family.</p>
- </li>
- <li style="margin-right: 0px;">
- <h3>
- <a id="ctl00_columnCentre_A13" href="/KeepInTouch.aspx">Sign up and stay in touch</a></h3>
- <a style="background-position: 50% 50%; border: 1px solid rgb(217, 217, 217); width: 100%; height: 57px; display: block;background-image: url(previewfile.ashx?id=287);" href="/KeepInTouch.aspx"></a>
- <p>
- Sign-up to be the first to receive updates about Armed Forces Day</p>
- </li>
- </ul>
- </div>