html - width for <td> in GMail has no effect -


After

I have a design for HTML email which should be displayed


| Image'a'here & lt; & Lt; & Lt; & Lt; & Lt; & Lt; & Lt; & Lt; & Lt; & Lt; & Lt; space >>>>>>>>>>>>>> Image 'B' here |


  & lt; Table class = "wrapper" & gt; & Lt; TR & gt; & Lt; Td square = "header" style = "padding: 15px 15px 0;" & Gt; & Lt; Table class = "max-width" cytoplast = "0" cellpadding = "0" style = "width: 100%;" & Gt; & Lt; TR & gt; & Lt ;! - RB logo - & gt; ** & lt; TD style = "width: 93% important; vertical-align: top;" & Gt; ** & lt; Table cellpadding = "0" cellspacing = "0" & ​​gt; & Lt; TR & gt; & Lt; TD & gt; & Lt; A class = "link-style" href = "https://www.reportbee.com/" target = "_ blank" & gt; & Lt; Img src = "https://gallery.mailchimp.com/0135a40176b33deb024da1fea/images/d86f927a-3eef-4e8f-9dae-99753e62b0b5.png" alt = "Report bee" title = "Report B" & gt; & Lt; / A & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt; & Lt; / TD & gt; & Lt ;! - RB flag - & gt; & Lt; TD & gt; & Lt; Table class = "block" selection = "0" cellpadding = "0" & ​​gt; & Lt; TR & gt; & Lt; TD & gt; & Lt; Img src = "https://gallery.mailchimp.com/0135a40176b33deb024da1fea/images/2cddc1b3-1e85-4759-8cb1-7e07e9a2d89c.png" alt = "" & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt; & Lt; / TD & gt; & Lt; / TR & gt;  

I tried to specify the width in my first image but does not accept the Gmail width and it displays my email as


When I want to sit two images on the opposite end of the e-mail, I use:

  & lt; td width = "40" align = "left">   gt; & lt; Td width = "100%" & gt; & lt; img & gt; & lt; / td & gt; TD width = "40" align = "true" & gt; Both images have fixed width in the form of lt; img & gt; & lt; / td & gt;  

; spacer in the center which pushes 100% of images out to the outside.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -