• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

HTML signature

New Here ,
Feb 17, 2018 Feb 17, 2018

Copy link to clipboard

Copied

Hi

I have created an html signature which shows fine on email but separates picture and text below each other on mobile mail.

Any hint why that would be the case?

Thanks so much.

Views

695

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 17, 2018 Feb 17, 2018

Change the line that reads

<div style="float: right; padding-left: 30px; border-left: 1px solid #ccc; width: 100%; max-width: 360px;  margin-bottom: 5px; height: 100px; ">

to

<div style="float: left; padding-left: 30px; border-left: 1px solid #ccc; width: 150px;  margin-bottom: 5px; height: 100px; ">

Votes

Translate

Translate
Community Expert ,
Feb 17, 2018 Feb 17, 2018

Copy link to clipboard

Copied

The answer lies in your code, and seeing that we are not privy to it, it is hard to help you.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 17, 2018 Feb 17, 2018

Copy link to clipboard

Copied

Hi Ben

Thank you for your message

This is the code.

<div style="width: 100%; max-width: 580px; font-family: 'Helvetica Neue', Helvetica, Arial, Calibri; padding: 10px; line-height: ">

<div style="float: left; width: 165px;">

<a href="http://www.providenceitf.com"><img style="width: 150px;" src="http://www.providenceitf.com/signature/email-logo.png" alt="Providence"></a>

</div>

<div style="float: right; padding-left: 30px; border-left: 1px solid #ccc; width: 100%; max-width: 360px;  margin-bottom: 5px; height: 100px; ">

<p style="font-size: 12px; color: #2f4c82; margin-top: 0; margin-bottom: 5px;"><strong>DARREN CASH</strong><br />

<em>Chief Instructor </em></p>

<p style="font-size: 10px; color: #2f4c82; margin-top: 0; line-height: 20px; margin-bottom: 5px; margin-top: 15px;">office       <span style="color: #9c9c9c">+44 (0)1989 730 740</span><br />

mobile     <span style="color: #9c9c9c">+44 (0)7540 484 460</span><br />

web         <a style="text-decoration: none; color: #9c9c9c;" href="http://www.providenceitf.com">www.providenceitf.com</a>

</p>

</div>

<div style="clear: both;"></div>

</div>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 17, 2018 Feb 17, 2018

Copy link to clipboard

Copied

Change the line that reads

<div style="float: right; padding-left: 30px; border-left: 1px solid #ccc; width: 100%; max-width: 360px;  margin-bottom: 5px; height: 100px; ">

to

<div style="float: left; padding-left: 30px; border-left: 1px solid #ccc; width: 150px;  margin-bottom: 5px; height: 100px; ">

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 17, 2018 Feb 17, 2018

Copy link to clipboard

Copied

LATEST

Thank you very much, Ben. You are the best. This works.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines