Is there a way to force links in Email Builder to retain the color and
styling of plain text without having to configure it each time? We have
several newsletter templates built that have placeholder text (e.g.
Title) in the template. When we get content, we update 'Title' to
whatever the article title is and add the link. Email Builder, by
default, changes the link to blue (0000ee) and underlines it. Instead of
manually changing the link styling every time, I tried adding a {color:
inherit;text-decoration:none;} in the head tag of ou...