How to mention color and font two attributes in single style section in HTML

Hi All,

I am trying to include signature in Email Body.My requirement is to populate some text (ex:gold stone) in my email signature.i would like to mention two different colors and i would like to mention specific size for this text.I tried below but size naot reflecting.Can some one correct the below query please?

“<B style=“color:Tomato;” “font-size:200%;”>Gold<B style=“color:Gold;” “font-size:200%;”>Stone

i see above my HTML tags are not visible to attaching screenshot

@kannappa.k - pls create a html email body with css class for gold and stone separately and apply it html tags

<span style="color:gold; font-size:200%; font-weight: bold">Gold</span>

3 Likes

Thanks it resolved my problem

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.