Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to send an email that has html and css in php
    primarykey
    data
    text
    <p>when I am sending an email via PHP mail functon (I put this html code in one line and add it to the message), lets say this what I want to send:</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;&lt;/title&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8"&gt; &lt;style type="text/css"&gt; .box h3{ text-align:right; position:relative; direction: rtl; } .box { width:70%; top:80px; height:200px; background: whitesmoke; margin:40px auto; text-align:right; direction: rtl; } /*================================================== * Effect 2 * ===============================================*/ .effect2 { position: relative; } .effect2:before, .effect2:after { z-index: -1; position: absolute; content: ""; bottom: 15px; left: 10px; width: 50%; top: 80%; max-width:300px; background: #777; -webkit-box-shadow: 0 15px 10px #777; -moz-box-shadow: 0 15px 10px #777; box-shadow: 0 15px 10px #777; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -o-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg); } .effect2:after { -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -o-transform: rotate(3deg); -ms-transform: rotate(3deg); transform: rotate(3deg); right: 10px; left: auto; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="box effect2"&gt; &lt;b&gt;שלום,&lt;/b&gt; &lt;p&gt; אנא לחץ על הקישור המצורף ע"מ לאשר את התחברותך לאתרץ &lt;/p&gt; &lt;p&gt; הלינק הוא: &lt;/p&gt; &lt;b&gt; תודה מראש, &lt;/b&gt; &lt;p&gt;&lt;b&gt; צוות האתר &lt;/b&gt;&lt;/p&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>I want to send it via php. When I send this email I am getting the email with it tags and not styled as I wanted.</p> <p>Thanks</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload