Hello,
In the style of my newsletters, the links are underlined, and that’s what I want.
BUT I would like to insert a link that is not underlined.
Is it possible to apply a different style for a particular link?
Thanks a lot !
C.
Hello,
In the style of my newsletters, the links are underlined, and that’s what I want.
BUT I would like to insert a link that is not underlined.
Is it possible to apply a different style for a particular link?
Thanks a lot !
C.
Hey Sal,
To remove the underline from a link in Brevo, you’ll need to adjust the HTML or use inline CSS in the email editor. Here’s a simple way to do it:
<a href="your-link-here" style="text-decoration:none;">Your Link Text</a>
This will make sure the text is linked but without an underline.
4. Save the changes and preview your email to ensure the link appears as you want it.
Let me know if this works for you, or if you still have trouble, I can help walk you through it step by step!
Esther,
Sorry, I just find the « html editor » mode ; and it works perfectly !
Thanks a lot
You’re very much welcomed