I'm attempting to place to videos side by side in a marketing email, but the designer in the marketing email won't let me do that.
I have written an HTML code that allows both videos to be side by side, but when I paste it into Dynamics, it won’t change anything.
The code is:
<div style="float:left;">
<iframe frameborder="0" id="youtube" src="https://www.youtube.com/embed/LhGu1Nde7os" title="YouTube video player" width="430" height="241" class="graphic"></iframe>
</div>
<div style="float:left;">
<iframe frameborder="0" id="youtube" src="https://www.youtube.com/embed/HVgj6vstxe8" title="YouTube video player" width="430" height="241" class="graphic"></iframe>
</div>