Changing Font Color in HTML Email for AOL Mail











up vote
3
down vote

favorite












EDIT: I should mention that the layout was done with tables. I've even tried styling the parent <td> element to get the desired appearance. Still, no bananas.



How do you change the font color of text in an HTML email in AOL's client?



I've tried the following code:



<td>
<span style="color:#FFFFFF;">My Text</span>
</td>


After some suggestions from the community, I've also tried the following approach:



<td>
<font color="white">My Text</font>
</td>


Unfortunately, the text color doesn't change at all. In fact, when viewing the computed styles in Firebug, it doesn't show any color being applied to the element.



I'd expect this to work since all other inline styles work fine and the email is rendered beautifully in every other major client.



Thanks in advance for your help.










share|improve this question
























  • aol still exists? people still need training wheels to get onto the internet?
    – Marc B
    Sep 7 '12 at 20:12






  • 2




    @MarcB: Grandma and Grandpa still need to use the internet sometimes.
    – Wesley Murch
    Sep 7 '12 at 20:13










  • You're telling me, man. I'm designing a mass email for my client at the moment, and I've got to make sure that it is going to render correctly across all of the major email clients. AOL qualifies as "major" apparently.
    – elucid8
    Sep 7 '12 at 20:33






  • 1




    You might find this link helpful if you have to support all "major" clients: msdn.microsoft.com/en-us/library/office/… Microsoft totally destroyed a 1 time descent rendering capabilities in Outlook by replacing it with the rendering capabilities of Word which means MSFT hates web developers and we need to code like it's 1999
    – scrappedcola
    Sep 7 '12 at 20:43










  • Yeah, using the MS Word engine to render HTML in Outlook was a horrible idea. I've been cursing Microsoft for quite some time for that little snafu.
    – elucid8
    Sep 7 '12 at 21:04















up vote
3
down vote

favorite












EDIT: I should mention that the layout was done with tables. I've even tried styling the parent <td> element to get the desired appearance. Still, no bananas.



How do you change the font color of text in an HTML email in AOL's client?



I've tried the following code:



<td>
<span style="color:#FFFFFF;">My Text</span>
</td>


After some suggestions from the community, I've also tried the following approach:



<td>
<font color="white">My Text</font>
</td>


Unfortunately, the text color doesn't change at all. In fact, when viewing the computed styles in Firebug, it doesn't show any color being applied to the element.



I'd expect this to work since all other inline styles work fine and the email is rendered beautifully in every other major client.



Thanks in advance for your help.










share|improve this question
























  • aol still exists? people still need training wheels to get onto the internet?
    – Marc B
    Sep 7 '12 at 20:12






  • 2




    @MarcB: Grandma and Grandpa still need to use the internet sometimes.
    – Wesley Murch
    Sep 7 '12 at 20:13










  • You're telling me, man. I'm designing a mass email for my client at the moment, and I've got to make sure that it is going to render correctly across all of the major email clients. AOL qualifies as "major" apparently.
    – elucid8
    Sep 7 '12 at 20:33






  • 1




    You might find this link helpful if you have to support all "major" clients: msdn.microsoft.com/en-us/library/office/… Microsoft totally destroyed a 1 time descent rendering capabilities in Outlook by replacing it with the rendering capabilities of Word which means MSFT hates web developers and we need to code like it's 1999
    – scrappedcola
    Sep 7 '12 at 20:43










  • Yeah, using the MS Word engine to render HTML in Outlook was a horrible idea. I've been cursing Microsoft for quite some time for that little snafu.
    – elucid8
    Sep 7 '12 at 21:04













up vote
3
down vote

favorite









up vote
3
down vote

favorite











EDIT: I should mention that the layout was done with tables. I've even tried styling the parent <td> element to get the desired appearance. Still, no bananas.



How do you change the font color of text in an HTML email in AOL's client?



I've tried the following code:



<td>
<span style="color:#FFFFFF;">My Text</span>
</td>


After some suggestions from the community, I've also tried the following approach:



<td>
<font color="white">My Text</font>
</td>


Unfortunately, the text color doesn't change at all. In fact, when viewing the computed styles in Firebug, it doesn't show any color being applied to the element.



I'd expect this to work since all other inline styles work fine and the email is rendered beautifully in every other major client.



Thanks in advance for your help.










share|improve this question















EDIT: I should mention that the layout was done with tables. I've even tried styling the parent <td> element to get the desired appearance. Still, no bananas.



How do you change the font color of text in an HTML email in AOL's client?



I've tried the following code:



<td>
<span style="color:#FFFFFF;">My Text</span>
</td>


After some suggestions from the community, I've also tried the following approach:



<td>
<font color="white">My Text</font>
</td>


Unfortunately, the text color doesn't change at all. In fact, when viewing the computed styles in Firebug, it doesn't show any color being applied to the element.



I'd expect this to work since all other inline styles work fine and the email is rendered beautifully in every other major client.



Thanks in advance for your help.







html css html-email aol






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 7 '12 at 21:07

























asked Sep 7 '12 at 20:10









elucid8

78211234




78211234












  • aol still exists? people still need training wheels to get onto the internet?
    – Marc B
    Sep 7 '12 at 20:12






  • 2




    @MarcB: Grandma and Grandpa still need to use the internet sometimes.
    – Wesley Murch
    Sep 7 '12 at 20:13










  • You're telling me, man. I'm designing a mass email for my client at the moment, and I've got to make sure that it is going to render correctly across all of the major email clients. AOL qualifies as "major" apparently.
    – elucid8
    Sep 7 '12 at 20:33






  • 1




    You might find this link helpful if you have to support all "major" clients: msdn.microsoft.com/en-us/library/office/… Microsoft totally destroyed a 1 time descent rendering capabilities in Outlook by replacing it with the rendering capabilities of Word which means MSFT hates web developers and we need to code like it's 1999
    – scrappedcola
    Sep 7 '12 at 20:43










  • Yeah, using the MS Word engine to render HTML in Outlook was a horrible idea. I've been cursing Microsoft for quite some time for that little snafu.
    – elucid8
    Sep 7 '12 at 21:04


















  • aol still exists? people still need training wheels to get onto the internet?
    – Marc B
    Sep 7 '12 at 20:12






  • 2




    @MarcB: Grandma and Grandpa still need to use the internet sometimes.
    – Wesley Murch
    Sep 7 '12 at 20:13










  • You're telling me, man. I'm designing a mass email for my client at the moment, and I've got to make sure that it is going to render correctly across all of the major email clients. AOL qualifies as "major" apparently.
    – elucid8
    Sep 7 '12 at 20:33






  • 1




    You might find this link helpful if you have to support all "major" clients: msdn.microsoft.com/en-us/library/office/… Microsoft totally destroyed a 1 time descent rendering capabilities in Outlook by replacing it with the rendering capabilities of Word which means MSFT hates web developers and we need to code like it's 1999
    – scrappedcola
    Sep 7 '12 at 20:43










  • Yeah, using the MS Word engine to render HTML in Outlook was a horrible idea. I've been cursing Microsoft for quite some time for that little snafu.
    – elucid8
    Sep 7 '12 at 21:04
















aol still exists? people still need training wheels to get onto the internet?
– Marc B
Sep 7 '12 at 20:12




aol still exists? people still need training wheels to get onto the internet?
– Marc B
Sep 7 '12 at 20:12




2




2




@MarcB: Grandma and Grandpa still need to use the internet sometimes.
– Wesley Murch
Sep 7 '12 at 20:13




@MarcB: Grandma and Grandpa still need to use the internet sometimes.
– Wesley Murch
Sep 7 '12 at 20:13












You're telling me, man. I'm designing a mass email for my client at the moment, and I've got to make sure that it is going to render correctly across all of the major email clients. AOL qualifies as "major" apparently.
– elucid8
Sep 7 '12 at 20:33




You're telling me, man. I'm designing a mass email for my client at the moment, and I've got to make sure that it is going to render correctly across all of the major email clients. AOL qualifies as "major" apparently.
– elucid8
Sep 7 '12 at 20:33




1




1




You might find this link helpful if you have to support all "major" clients: msdn.microsoft.com/en-us/library/office/… Microsoft totally destroyed a 1 time descent rendering capabilities in Outlook by replacing it with the rendering capabilities of Word which means MSFT hates web developers and we need to code like it's 1999
– scrappedcola
Sep 7 '12 at 20:43




You might find this link helpful if you have to support all "major" clients: msdn.microsoft.com/en-us/library/office/… Microsoft totally destroyed a 1 time descent rendering capabilities in Outlook by replacing it with the rendering capabilities of Word which means MSFT hates web developers and we need to code like it's 1999
– scrappedcola
Sep 7 '12 at 20:43












Yeah, using the MS Word engine to render HTML in Outlook was a horrible idea. I've been cursing Microsoft for quite some time for that little snafu.
– elucid8
Sep 7 '12 at 21:04




Yeah, using the MS Word engine to render HTML in Outlook was a horrible idea. I've been cursing Microsoft for quite some time for that little snafu.
– elucid8
Sep 7 '12 at 21:04












5 Answers
5






active

oldest

votes

















up vote
3
down vote



accepted










Try using the <font> tag. This site doesn't list <span> as a supported tag.



<font color='#FFFFFF'>My Text</font>





share|improve this answer





















  • I was thinking something like this might be the trick, but forgot about the <font> tag. Might as well go all out with old school HTML: <FONT COLOR=WHITE> ;)
    – Wesley Murch
    Sep 7 '12 at 20:16












  • Sorry guys, that doesn't seem to work. I've tried using the <font> tag inside the <td> element and the <span> element. Any other suggestions?
    – elucid8
    Sep 7 '12 at 20:39












  • @elucid8 What do you mean you are using the font tag on the td and span? You should replace the span with the font tag representation. AOL probably is replacing any tags it doesn't like.
    – scrappedcola
    Sep 7 '12 at 20:41










  • @scrappedcola That's exactly what I mean, I replaced the <span> element with <font> to no avail. Essentially, I've tried this: <td><span><font color="#FFFFFF">My Text</font></span></td> and <td><font color="#FFFFFF">My Text</font></td>. Neither approach is achieving the desired results.
    – elucid8
    Sep 7 '12 at 20:42








  • 1




    I used emailonacid.com to render all of this up, and it turns out that my styles were being stripped because it didn't like the way I was setting some attributes. I resolved the warnings it showed and viola, using the <font> tag worked liked a charm. Thank you gentlemen!
    – elucid8
    Sep 10 '12 at 14:49


















up vote
1
down vote













font tag is one option, but if possible in your layout, you might want to break out the text into a td and call something like <td style="color:#FFFFFF;">My Text</td>






share|improve this answer





















  • I've got all of the elements wrapped in <td>, but I'm going to try the font tag. Thanks for the quick response.
    – elucid8
    Sep 7 '12 at 20:30










  • font will work off course, but keep in mind that font is a deprecated html tag.
    – defau1t
    Sep 7 '12 at 20:35


















up vote
1
down vote













AOL provides a format icon. Click on that and use the eyedropper on the Format Banner to select color for your text.






share|improve this answer




























    up vote
    0
    down vote













    try <td><span style="color:#990011;">Text</span></td> (eg. uses some shade of red to stand out)






    share|improve this answer






























      up vote
      0
      down vote













      <a style="text-decoration: none;" href="{$shareWithFriendsLink}">
      <span style="text-decoration: none; color: #ffffff;">
      htt<span></span>{$shareWithFriendsLink|substr:3} </span></a>



      Empty <span></span> prevent mail client for recognizing string as link.
      |substr:3 are in use for Smartys variables for cut off first 3 symbols (htt) added before manually.






      share|improve this answer





















        Your Answer






        StackExchange.ifUsing("editor", function () {
        StackExchange.using("externalEditor", function () {
        StackExchange.using("snippets", function () {
        StackExchange.snippets.init();
        });
        });
        }, "code-snippets");

        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "1"
        };
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function() {
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled) {
        StackExchange.using("snippets", function() {
        createEditor();
        });
        }
        else {
        createEditor();
        }
        });

        function createEditor() {
        StackExchange.prepareEditor({
        heartbeatType: 'answer',
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f12324734%2fchanging-font-color-in-html-email-for-aol-mail%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        5 Answers
        5






        active

        oldest

        votes








        5 Answers
        5






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes








        up vote
        3
        down vote



        accepted










        Try using the <font> tag. This site doesn't list <span> as a supported tag.



        <font color='#FFFFFF'>My Text</font>





        share|improve this answer





















        • I was thinking something like this might be the trick, but forgot about the <font> tag. Might as well go all out with old school HTML: <FONT COLOR=WHITE> ;)
          – Wesley Murch
          Sep 7 '12 at 20:16












        • Sorry guys, that doesn't seem to work. I've tried using the <font> tag inside the <td> element and the <span> element. Any other suggestions?
          – elucid8
          Sep 7 '12 at 20:39












        • @elucid8 What do you mean you are using the font tag on the td and span? You should replace the span with the font tag representation. AOL probably is replacing any tags it doesn't like.
          – scrappedcola
          Sep 7 '12 at 20:41










        • @scrappedcola That's exactly what I mean, I replaced the <span> element with <font> to no avail. Essentially, I've tried this: <td><span><font color="#FFFFFF">My Text</font></span></td> and <td><font color="#FFFFFF">My Text</font></td>. Neither approach is achieving the desired results.
          – elucid8
          Sep 7 '12 at 20:42








        • 1




          I used emailonacid.com to render all of this up, and it turns out that my styles were being stripped because it didn't like the way I was setting some attributes. I resolved the warnings it showed and viola, using the <font> tag worked liked a charm. Thank you gentlemen!
          – elucid8
          Sep 10 '12 at 14:49















        up vote
        3
        down vote



        accepted










        Try using the <font> tag. This site doesn't list <span> as a supported tag.



        <font color='#FFFFFF'>My Text</font>





        share|improve this answer





















        • I was thinking something like this might be the trick, but forgot about the <font> tag. Might as well go all out with old school HTML: <FONT COLOR=WHITE> ;)
          – Wesley Murch
          Sep 7 '12 at 20:16












        • Sorry guys, that doesn't seem to work. I've tried using the <font> tag inside the <td> element and the <span> element. Any other suggestions?
          – elucid8
          Sep 7 '12 at 20:39












        • @elucid8 What do you mean you are using the font tag on the td and span? You should replace the span with the font tag representation. AOL probably is replacing any tags it doesn't like.
          – scrappedcola
          Sep 7 '12 at 20:41










        • @scrappedcola That's exactly what I mean, I replaced the <span> element with <font> to no avail. Essentially, I've tried this: <td><span><font color="#FFFFFF">My Text</font></span></td> and <td><font color="#FFFFFF">My Text</font></td>. Neither approach is achieving the desired results.
          – elucid8
          Sep 7 '12 at 20:42








        • 1




          I used emailonacid.com to render all of this up, and it turns out that my styles were being stripped because it didn't like the way I was setting some attributes. I resolved the warnings it showed and viola, using the <font> tag worked liked a charm. Thank you gentlemen!
          – elucid8
          Sep 10 '12 at 14:49













        up vote
        3
        down vote



        accepted







        up vote
        3
        down vote



        accepted






        Try using the <font> tag. This site doesn't list <span> as a supported tag.



        <font color='#FFFFFF'>My Text</font>





        share|improve this answer












        Try using the <font> tag. This site doesn't list <span> as a supported tag.



        <font color='#FFFFFF'>My Text</font>






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Sep 7 '12 at 20:15









        scrappedcola

        9,33912239




        9,33912239












        • I was thinking something like this might be the trick, but forgot about the <font> tag. Might as well go all out with old school HTML: <FONT COLOR=WHITE> ;)
          – Wesley Murch
          Sep 7 '12 at 20:16












        • Sorry guys, that doesn't seem to work. I've tried using the <font> tag inside the <td> element and the <span> element. Any other suggestions?
          – elucid8
          Sep 7 '12 at 20:39












        • @elucid8 What do you mean you are using the font tag on the td and span? You should replace the span with the font tag representation. AOL probably is replacing any tags it doesn't like.
          – scrappedcola
          Sep 7 '12 at 20:41










        • @scrappedcola That's exactly what I mean, I replaced the <span> element with <font> to no avail. Essentially, I've tried this: <td><span><font color="#FFFFFF">My Text</font></span></td> and <td><font color="#FFFFFF">My Text</font></td>. Neither approach is achieving the desired results.
          – elucid8
          Sep 7 '12 at 20:42








        • 1




          I used emailonacid.com to render all of this up, and it turns out that my styles were being stripped because it didn't like the way I was setting some attributes. I resolved the warnings it showed and viola, using the <font> tag worked liked a charm. Thank you gentlemen!
          – elucid8
          Sep 10 '12 at 14:49


















        • I was thinking something like this might be the trick, but forgot about the <font> tag. Might as well go all out with old school HTML: <FONT COLOR=WHITE> ;)
          – Wesley Murch
          Sep 7 '12 at 20:16












        • Sorry guys, that doesn't seem to work. I've tried using the <font> tag inside the <td> element and the <span> element. Any other suggestions?
          – elucid8
          Sep 7 '12 at 20:39












        • @elucid8 What do you mean you are using the font tag on the td and span? You should replace the span with the font tag representation. AOL probably is replacing any tags it doesn't like.
          – scrappedcola
          Sep 7 '12 at 20:41










        • @scrappedcola That's exactly what I mean, I replaced the <span> element with <font> to no avail. Essentially, I've tried this: <td><span><font color="#FFFFFF">My Text</font></span></td> and <td><font color="#FFFFFF">My Text</font></td>. Neither approach is achieving the desired results.
          – elucid8
          Sep 7 '12 at 20:42








        • 1




          I used emailonacid.com to render all of this up, and it turns out that my styles were being stripped because it didn't like the way I was setting some attributes. I resolved the warnings it showed and viola, using the <font> tag worked liked a charm. Thank you gentlemen!
          – elucid8
          Sep 10 '12 at 14:49
















        I was thinking something like this might be the trick, but forgot about the <font> tag. Might as well go all out with old school HTML: <FONT COLOR=WHITE> ;)
        – Wesley Murch
        Sep 7 '12 at 20:16






        I was thinking something like this might be the trick, but forgot about the <font> tag. Might as well go all out with old school HTML: <FONT COLOR=WHITE> ;)
        – Wesley Murch
        Sep 7 '12 at 20:16














        Sorry guys, that doesn't seem to work. I've tried using the <font> tag inside the <td> element and the <span> element. Any other suggestions?
        – elucid8
        Sep 7 '12 at 20:39






        Sorry guys, that doesn't seem to work. I've tried using the <font> tag inside the <td> element and the <span> element. Any other suggestions?
        – elucid8
        Sep 7 '12 at 20:39














        @elucid8 What do you mean you are using the font tag on the td and span? You should replace the span with the font tag representation. AOL probably is replacing any tags it doesn't like.
        – scrappedcola
        Sep 7 '12 at 20:41




        @elucid8 What do you mean you are using the font tag on the td and span? You should replace the span with the font tag representation. AOL probably is replacing any tags it doesn't like.
        – scrappedcola
        Sep 7 '12 at 20:41












        @scrappedcola That's exactly what I mean, I replaced the <span> element with <font> to no avail. Essentially, I've tried this: <td><span><font color="#FFFFFF">My Text</font></span></td> and <td><font color="#FFFFFF">My Text</font></td>. Neither approach is achieving the desired results.
        – elucid8
        Sep 7 '12 at 20:42






        @scrappedcola That's exactly what I mean, I replaced the <span> element with <font> to no avail. Essentially, I've tried this: <td><span><font color="#FFFFFF">My Text</font></span></td> and <td><font color="#FFFFFF">My Text</font></td>. Neither approach is achieving the desired results.
        – elucid8
        Sep 7 '12 at 20:42






        1




        1




        I used emailonacid.com to render all of this up, and it turns out that my styles were being stripped because it didn't like the way I was setting some attributes. I resolved the warnings it showed and viola, using the <font> tag worked liked a charm. Thank you gentlemen!
        – elucid8
        Sep 10 '12 at 14:49




        I used emailonacid.com to render all of this up, and it turns out that my styles were being stripped because it didn't like the way I was setting some attributes. I resolved the warnings it showed and viola, using the <font> tag worked liked a charm. Thank you gentlemen!
        – elucid8
        Sep 10 '12 at 14:49












        up vote
        1
        down vote













        font tag is one option, but if possible in your layout, you might want to break out the text into a td and call something like <td style="color:#FFFFFF;">My Text</td>






        share|improve this answer





















        • I've got all of the elements wrapped in <td>, but I'm going to try the font tag. Thanks for the quick response.
          – elucid8
          Sep 7 '12 at 20:30










        • font will work off course, but keep in mind that font is a deprecated html tag.
          – defau1t
          Sep 7 '12 at 20:35















        up vote
        1
        down vote













        font tag is one option, but if possible in your layout, you might want to break out the text into a td and call something like <td style="color:#FFFFFF;">My Text</td>






        share|improve this answer





















        • I've got all of the elements wrapped in <td>, but I'm going to try the font tag. Thanks for the quick response.
          – elucid8
          Sep 7 '12 at 20:30










        • font will work off course, but keep in mind that font is a deprecated html tag.
          – defau1t
          Sep 7 '12 at 20:35













        up vote
        1
        down vote










        up vote
        1
        down vote









        font tag is one option, but if possible in your layout, you might want to break out the text into a td and call something like <td style="color:#FFFFFF;">My Text</td>






        share|improve this answer












        font tag is one option, but if possible in your layout, you might want to break out the text into a td and call something like <td style="color:#FFFFFF;">My Text</td>







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Sep 7 '12 at 20:18









        defau1t

        9,83922944




        9,83922944












        • I've got all of the elements wrapped in <td>, but I'm going to try the font tag. Thanks for the quick response.
          – elucid8
          Sep 7 '12 at 20:30










        • font will work off course, but keep in mind that font is a deprecated html tag.
          – defau1t
          Sep 7 '12 at 20:35


















        • I've got all of the elements wrapped in <td>, but I'm going to try the font tag. Thanks for the quick response.
          – elucid8
          Sep 7 '12 at 20:30










        • font will work off course, but keep in mind that font is a deprecated html tag.
          – defau1t
          Sep 7 '12 at 20:35
















        I've got all of the elements wrapped in <td>, but I'm going to try the font tag. Thanks for the quick response.
        – elucid8
        Sep 7 '12 at 20:30




        I've got all of the elements wrapped in <td>, but I'm going to try the font tag. Thanks for the quick response.
        – elucid8
        Sep 7 '12 at 20:30












        font will work off course, but keep in mind that font is a deprecated html tag.
        – defau1t
        Sep 7 '12 at 20:35




        font will work off course, but keep in mind that font is a deprecated html tag.
        – defau1t
        Sep 7 '12 at 20:35










        up vote
        1
        down vote













        AOL provides a format icon. Click on that and use the eyedropper on the Format Banner to select color for your text.






        share|improve this answer

























          up vote
          1
          down vote













          AOL provides a format icon. Click on that and use the eyedropper on the Format Banner to select color for your text.






          share|improve this answer























            up vote
            1
            down vote










            up vote
            1
            down vote









            AOL provides a format icon. Click on that and use the eyedropper on the Format Banner to select color for your text.






            share|improve this answer












            AOL provides a format icon. Click on that and use the eyedropper on the Format Banner to select color for your text.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Nov 12 at 3:39









            Michael Fargo

            111




            111






















                up vote
                0
                down vote













                try <td><span style="color:#990011;">Text</span></td> (eg. uses some shade of red to stand out)






                share|improve this answer



























                  up vote
                  0
                  down vote













                  try <td><span style="color:#990011;">Text</span></td> (eg. uses some shade of red to stand out)






                  share|improve this answer

























                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    try <td><span style="color:#990011;">Text</span></td> (eg. uses some shade of red to stand out)






                    share|improve this answer














                    try <td><span style="color:#990011;">Text</span></td> (eg. uses some shade of red to stand out)







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Mar 22 '16 at 21:04









                    josh1978

                    419416




                    419416










                    answered Sep 14 '12 at 14:04









                    Teena Thomas

                    5,0071817




                    5,0071817






















                        up vote
                        0
                        down vote













                        <a style="text-decoration: none;" href="{$shareWithFriendsLink}">
                        <span style="text-decoration: none; color: #ffffff;">
                        htt<span></span>{$shareWithFriendsLink|substr:3} </span></a>



                        Empty <span></span> prevent mail client for recognizing string as link.
                        |substr:3 are in use for Smartys variables for cut off first 3 symbols (htt) added before manually.






                        share|improve this answer

























                          up vote
                          0
                          down vote













                          <a style="text-decoration: none;" href="{$shareWithFriendsLink}">
                          <span style="text-decoration: none; color: #ffffff;">
                          htt<span></span>{$shareWithFriendsLink|substr:3} </span></a>



                          Empty <span></span> prevent mail client for recognizing string as link.
                          |substr:3 are in use for Smartys variables for cut off first 3 symbols (htt) added before manually.






                          share|improve this answer























                            up vote
                            0
                            down vote










                            up vote
                            0
                            down vote









                            <a style="text-decoration: none;" href="{$shareWithFriendsLink}">
                            <span style="text-decoration: none; color: #ffffff;">
                            htt<span></span>{$shareWithFriendsLink|substr:3} </span></a>



                            Empty <span></span> prevent mail client for recognizing string as link.
                            |substr:3 are in use for Smartys variables for cut off first 3 symbols (htt) added before manually.






                            share|improve this answer












                            <a style="text-decoration: none;" href="{$shareWithFriendsLink}">
                            <span style="text-decoration: none; color: #ffffff;">
                            htt<span></span>{$shareWithFriendsLink|substr:3} </span></a>



                            Empty <span></span> prevent mail client for recognizing string as link.
                            |substr:3 are in use for Smartys variables for cut off first 3 symbols (htt) added before manually.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Oct 19 '16 at 7:51









                            Allen

                            11




                            11






























                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to Stack Overflow!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.





                                Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                Please pay close attention to the following guidance:


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f12324734%2fchanging-font-color-in-html-email-for-aol-mail%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                鏡平學校

                                ꓛꓣだゔៀៅຸ໢ທຮ໕໒ ,ໂ'໥໓າ໼ឨឲ៵៭ៈゎゔit''䖳𥁄卿' ☨₤₨こゎもょの;ꜹꟚꞖꞵꟅꞛေၦေɯ,ɨɡ𛃵𛁹ޝ޳ޠ޾,ޤޒޯ޾𫝒𫠁သ𛅤チョ'サノބޘދ𛁐ᶿᶇᶀᶋᶠ㨑㽹⻮ꧬ꧹؍۩وَؠ㇕㇃㇪ ㇦㇋㇋ṜẰᵡᴠ 軌ᵕ搜۳ٰޗޮ޷ސޯ𫖾𫅀ल, ꙭ꙰ꚅꙁꚊꞻꝔ꟠Ꝭㄤﺟޱސꧨꧼ꧴ꧯꧽ꧲ꧯ'⽹⽭⾁⿞⼳⽋២៩ញណើꩯꩤ꩸ꩮᶻᶺᶧᶂ𫳲𫪭𬸄𫵰𬖩𬫣𬊉ၲ𛅬㕦䬺𫝌𫝼,,𫟖𫞽ហៅ஫㆔ాఆఅꙒꚞꙍ,Ꙟ꙱エ ,ポテ,フࢰࢯ𫟠𫞶 𫝤𫟠ﺕﹱﻜﻣ𪵕𪭸𪻆𪾩𫔷ġ,ŧآꞪ꟥,ꞔꝻ♚☹⛵𛀌ꬷꭞȄƁƪƬșƦǙǗdžƝǯǧⱦⱰꓕꓢႋ神 ဴ၀க௭எ௫ឫោ ' េㇷㇴㇼ神ㇸㇲㇽㇴㇼㇻㇸ'ㇸㇿㇸㇹㇰㆣꓚꓤ₡₧ ㄨㄟ㄂ㄖㄎ໗ツڒذ₶।ऩछएोञयूटक़कयँृी,冬'𛅢𛅥ㇱㇵㇶ𥄥𦒽𠣧𠊓𧢖𥞘𩔋цѰㄠſtʯʭɿʆʗʍʩɷɛ,əʏダヵㄐㄘR{gỚṖḺờṠṫảḙḭᴮᵏᴘᵀᵷᵕᴜᴏᵾq﮲ﲿﴽﭙ軌ﰬﶚﶧ﫲Ҝжюїкӈㇴffצּ﬘﭅﬈軌'ffistfflſtffतभफɳɰʊɲʎ𛁱𛁖𛁮𛀉 𛂯𛀞నఋŀŲ 𫟲𫠖𫞺ຆຆ ໹້໕໗ๆทԊꧢꧠ꧰ꓱ⿝⼑ŎḬẃẖỐẅ ,ờỰỈỗﮊDžȩꭏꭎꬻ꭮ꬿꭖꭥꭅ㇭神 ⾈ꓵꓑ⺄㄄ㄪㄙㄅㄇstA۵䞽ॶ𫞑𫝄㇉㇇゜軌𩜛𩳠Jﻺ‚Üမ႕ႌႊၐၸဓၞၞၡ៸wyvtᶎᶪᶹစဎ꣡꣰꣢꣤ٗ؋لㇳㇾㇻㇱ㆐㆔,,㆟Ⱶヤマފ޼ޝަݿݞݠݷݐ',ݘ,ݪݙݵ𬝉𬜁𫝨𫞘くせぉて¼óû×ó£…𛅑הㄙくԗԀ5606神45,神796'𪤻𫞧ꓐ㄁ㄘɥɺꓵꓲ3''7034׉ⱦⱠˆ“𫝋ȍ,ꩲ軌꩷ꩶꩧꩫఞ۔فڱێظペサ神ナᴦᵑ47 9238їﻂ䐊䔉㠸﬎ffiﬣ,לּᴷᴦᵛᵽ,ᴨᵤ ᵸᵥᴗᵈꚏꚉꚟ⻆rtǟƴ𬎎

                                Why https connections are so slow when debugging (stepping over) in Java?