Hello,
I am having issue with spacing for images. Has anyone having same issue? Can you please advise me how to fix it?
In the latest update to Dynamics, the spacing for images is broken. When setting the spacing in the Image Properties box, Dynamics is automatically adding "px" to the value (if it is set the spacing to "10" it changes it to "10px"). This is breaking the html code. Dynamics adds the spacing as vspace and hspace on the img tag. It looks like this:
<img src="https://mktdplp102wuda.azureedge.net/org-a955cf7bf8724339881d0bdb2fbf1044/08ef5e8c-1691-ed11-aad0-000d3a1fe8c5/xn3yujqYYzZsyHdTlkEv5Sw35VvqctlaX_FLqJMd8J4!" alt="Mentoring" width="200" height="auto" vspace="10px" hspace="10px" align="left" style="width: 200px; height: auto; float: left;">
However, the value for vspace and hspace needs to just be a number for it to work. When the px is added, it no longer adds the space.
In the previous version of Dynamics, it was not adding the "px". The code looked like this:
<img src="https://mktdplp102wuda.azureedge.net/org-a955cf7bf8724339881d0bdb2fbf1044/3585c74b-738c-ed11-81ad-000d3a57a969/EdhtsVzO0XZl2pwN-HIKqVLjNm1_2d4QsjLzIKQRhVU!" alt="Annual Registration" width="200" height="auto" vspace="10" hspace="10" align="left" style="width: 200px; height: auto; float: left;">
Without the "px" in the vspace and hspace, the spacing works.
Thank you!
Ipek