CSS for links in email notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2015 09:01 AM
Hi All,
How to set the color for ${URI_REF} in email notifications. By default it is coming in blue color. I kept text color as red by using Rich HTML editor but it is coming as blue only in emails.
Any idea on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2015 09:08 AM
Hi Sannavulla,
I'm assuming your HTML is something like this: <a href="${URI_REF}">Some Text Here</a>
if so, you can apply the color by using inline css style, for example:
<a href="${URI_REF}" style="color:red;">Some Text Here</a>
Hope this help!
-Manjul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2015 09:15 AM
I have directly given like ${URI_REF} and given color as red by using Rich HTML editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2015 09:23 AM
Can you share screenshot of your Rich HTML editor content and also the HTML source of it? I can try to reproduce it on OOB instance.
-Manjul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2015 09:50 AM