Hi,
Dooe someone knows how to add styles in here See picture) to use in dynamics 365 marketing-
For exampel Heading with the right fonts and color and size? Is that possible?
And if not
How can I best add corporate styles in Dynamics 365 marketing?
Hey Camilla,
Adding predefined styles to the content creation, and locking down styles to adhere to corporate identities is on the roadmap for D365 Marketing. For now, you can use components created as content blocks, and lock them down so that people are not able to change the content or style for them.
Thanks,
Shravan
Hi Camilla,
1. The first item: "Formatting Styles" means the selected text will be surrounded with different HTML tags.
Now we take "YOUR FIRST ORDER" text in my marketing email as sample for demonstration:
1.1 By default, it's surrounded within p tags, the tag defines a paragragh of text.
1.2 Apply it with Italic Title,
the tag became to h2 with font-style: italic.
1.3 Change it to Subtitle,
the tag became to h3 with font-style: italic.
h2 text is larger than h3 text, so h2 is used for title, h3 is used for subtitle.
1.4 Change it to Big
a nested tag <big> will be created within <p>
The <big> tag defines bigger text, but it's not supported in modern HTML5.
In a word, "Formatting Styles" will apply the selected text with different HTML tags.
It's used for styling text with HTML built-in tag, we should use the second item "Font" to change text font.
If you are interested in definition of these tags, you could find detailed introduction in w3schools.com.
2. The second item: "Font Name" is used to change font of text.
A nested tag span will be created inside p tag with inline property font-family to style text font.
2.1 Arial:
2.2 Comic Sans:
3. Then remaining the third(Size), the fourth(Text Color) and the fifth(Text Background Color) are obvious for us.
Regards,
Clofly
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156