Mobile app version of vmapp.org
Login or Join
Megan533

: How do I keep Apple Mail from resizing images in my HTML signature? I created an HTML email signature for my company, and have everything working. It contains both text and an image containing

@Megan533

Posted in: #EMail #Html #Osx

I created an HTML email signature for my company, and have everything working. It contains both text and an image containing HTML links to our website, and all looks well until I add it in the signature section of Apple's Mail. The text part stays as it should, but no matter what size I set the image to, Mail resizes it to be gigantic.

How do I change the size of the image to what I want without losing the link to our website?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan533

1 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh909

HTML signatures in Apple Mail are a nightmare, Mail adds all sorts of strange markup to your HTML and its not easy to get at the actual HTML it outputs.

You can find more info on editing the HTML for you signature directly in this article:


How to Make an HTML Signature in Apple Mail


As a rule with HTML emails you should code like it's 1999. Use tables for your layout and only use inline styles. It's horrible, and nigh on blasphemous in regular web development but email clients are decades behind modern browsers.

In short: Use tables for your layout and use a single table cell for your image (with the width set on the table and/or cell itself).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme