Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-28-2012, 12:37 PM   PM User | #1
chiptus
New to the CF scene

 
Join Date: Apr 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
chiptus is an unknown quantity at this point
Question Newsletter and gmail help (mailchimp)

Hi all,

I just started a new project building a newsletter for someone and they decided on MailChimp
I'm not sure if it's really related to the mailchimp platform, or if it's gmail's problem.

just checked with hotmail, does the same problem.

i got this code:
original
Code:
<tr>
  <td style="text-align: center; background-color: #f88906; width: 70px; height: 44px;">
    <div style="font-family: arial; color: #fff; font-size: 18px; font-weight: bold;">
        יום א´
    </div>
   <div mc:edit="day1_date" style="font-family: arial; color: #fff; font-size: 
     11px; font-weight: normal;">
         27.11.2012
     </div>
  </td>
  <td style="background-color: #fff; padding-left: 15px;">
    <img src="http://netmailerpro.com/eCRM/UData/images/1284/a.jpg" 
      border="0" alt="" width="20" height="44" />
  </td>
  <td mc:edit="day1_events" style="text-align: right; background-color: #fff; 
    width: 610px; font-family: arial; height: 44px; color: #094123; font-size: 
    14px; font-weight: bold;">
    TEXT
  </td>
</tr>
gmail/hotmail code: (it's the same code)
Code:
<tr>
  <td style="text-align:center;background-color:#f88906;width:70px;min-
    height:44px">
     <div style="font-family:arial;color:#fff;font-size:18px;font-weight:bold">
        יום א´
     </div>
      <div style="font-family:arial;color:#fff;font-size:11px;font-   
        weight:normal">
           27.11.2012
      </div>
  </td>
  <td style="background-color:#fff;padding-left:15px">
      <img src="http://netmailerpro.com/eCRM/UData/images/1284/a.jpg" 
        border="0" alt="" width="20" height="44" style="border:none;font-
        size:14px;font-weight:bold;min-height:auto;line-
        height:100%;outline:none;text-decoration:none;text-   
        transform:capitalize">
    </td>
   <td style="text-align:right;background-color:#fff;width:610px;font-
    family:arial;min-height:44px;color:#094123;font-size:14px;font-
    weight:bold">
       Text
    </td>
</tr>
what happens is this:
this is what i should get:


but this is what i get:


as you see there's a white line added below the arrow. when i remove the arrow it's ok, so i guess the picture is what make's things wrong.

i think it's something wrong with the convertor of mailchimp, what do you think i should do?
checked it both on chrome and internet explorer.

Thanks alot in advance
Chaim

Last edited by chiptus; 04-28-2012 at 05:49 PM.. Reason: solved
chiptus is offline   Reply With Quote
Old 04-28-2012, 05:48 PM   PM User | #2
chiptus
New to the CF scene

 
Join Date: Apr 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
chiptus is an unknown quantity at this point
was solved by adding to the img tab the atrribute style="vertical-align:middle"
adding valign="middle" helped for gmail but not for hotmail

thanks again
chiptus is offline   Reply With Quote
Reply

Bookmarks

Tags
css, mail, mailchimp, newsletter

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:06 PM.


Advertisement
Log in to turn off these ads.