Giter Club home page Giter Club logo

Comments (4)

ichintan avatar ichintan commented on August 17, 2024

I am getting that issue in Outlook 2007 and 2010 too.

screen shot 2013-11-08 at 12 37 21 pm

from antwort.

julie-ng avatar julie-ng commented on August 17, 2024

His Christian, Antwort is a base template for layouts, not a full on framework.

You can google for "bullet proof" email buttons and you should be able to find some. Try also the Litmus blog.

Cheers
Julie

On 08.11.2013, at 18:38, Chintan [email protected] wrote:

I am getting that issue in Outlook 2007 and 2010 too.

β€”
Reply to this email directly or view it on GitHub.

from antwort.

timelf123 avatar timelf123 commented on August 17, 2024

The below is a full width CTA example

<!--button-->
<a href="#" style="font-size: 18px; font-family: sans-serif; font-weight:bold;color: #ffffff;text-decoration:none;">
    <table cellspacing="0" border="0" cellpadding="0" width="100%">
        <tr>
            <td height="35" bgcolor="#ffc578" style="font-size: 18px;font-family: sans-serif;font-weight:bold;color:#000000;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;color:#000000;margin: 0;padding: 0;text-decoration:underline;text-align: center;background: #ffc578; /* Old browsers */background: -moz-linear-gradient(top,  #ffc578 0%, #fb9d23 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffc578 0%,#fb9d23 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */">Button Text</td>
        </tr>
    </table>
</a>

from antwort.

ichintan avatar ichintan commented on August 17, 2024

I try above code but wont work. Below code work

    
      <div> 
        <!--[if mso]>
                    <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="#" style="height:50px;v-text-anchor:middle;width:144px;" arcsize="14%" stroke="f" fillcolor="#cf7826">
                      <w:anchorlock/>
                      <center>
                    <![endif]--> 
      <a href="#" class="button" role="button" style="background-color:#cf7826; border-radius:5px; color:#ffffff; display:inline-block; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:normal; line-height:50px; text-align:center; text-decoration:none; vertical-align:baseline; width:144px; -webkit-text-size-adjust:none;">Call to action</a> 
      <!--[if mso]>
                      </center>
                      </v:roundrect>
                      <![endif]--> 
      </div>
    

from antwort.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.