Closed (works as designed)
Project:
Mime Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 May 2009 at 06:59 UTC
Updated:
27 Jun 2011 at 09:09 UTC
It would be very much appreciated if links in emails could be underlined then the mouse is over them!
Comments
Comment #1
sgdev commentedPer the module instructions:
There is no need to add functionality to the module... just add the theme_mimemail_messsage function into your template.php file. Use this function to point to any CSS file you like (I use something like mail.css), then create the CSS file with whatever styling you want.
Comment #2
Carl242 commentedAny chance of getting an example of how to add that PHP code? It would be great to have that in the readme file too for those who aren't fluent in PHP to set a custom css file
Comment #3
tanjerine commentedIn case anyone stumbles on this, the mimemail checks for the mail.css in the mimemail module folder. If it doesn't find one, it will include all the default css files.
I made the mistake of adding the mail.css file in the theme folder, so I'm just documenting this.
Comment #4
sgdev commentedtanjerine, you have to add the theme_mimemail_message function into your template.php file, then edit the function to point to a mail.css file located in your theme directory. You need to do the following: