Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Weirdnes in Graphics for Outlook Signatures  (Read 3923 times)

0 Members and 1 Guest are viewing this topic.

shmokes

  • Just think of all the suffering in this world that could have been avoided had I just been a little better informed. :)
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10397
  • Last login:September 24, 2016, 06:50:42 pm
  • Don't tread on me.
    • Jake Moses
Weirdnes in Graphics for Outlook Signatures
« on: February 15, 2008, 06:41:38 pm »
Does anyone here know what's going on here?  I'm trying to make an image-based signature that automatically appears at the bottom of emails sent from Outlook.  It worked fine in 2003, but 2007 is broken.  Whether I use HTML code to pull an image from the web, or go through the menus and select an image from my hard drive, it does strange things.  Often the images get distorted.  Sometimes the signature is super small.  Sometimes it's super big.  I cannot figure out what's going on.  Anyone?
Check out my website for in-depth reviews of children's books, games, and educational apps for the iPad:

Best Kid iPad Apps

Zero_Hour

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 760
  • Last login:August 07, 2024, 11:40:33 am
  • Enjoying the irony of taking games seriously
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #1 on: February 15, 2008, 06:56:40 pm »
Pure conjecture on my part, but I would guess it is related to Outlook 2007 using XML for more things, and MS mucking up the implementation. Also, it's my understanding that Outlook used to use IE to render HTML e-mails, and now it uses Word to render HTML. That may have some impact if the rendering engines are significantly different (which they probably are).  :dunno
"Paradise, is exactly like where you are right now - only much, MUCH better." -Laurie Anderson

RayB

  • I'm not wearing pants! HA!
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11279
  • Last login:July 10, 2025, 01:33:58 am
  • There's my post
    • RayB.com
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #2 on: February 15, 2008, 09:23:00 pm »
post examples of how you're embedding it. It's just html. Maybe you're using non standard code...
NO MORE!!

shmokes

  • Just think of all the suffering in this world that could have been avoided had I just been a little better informed. :)
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10397
  • Last login:September 24, 2016, 06:50:42 pm
  • Don't tread on me.
    • Jake Moses
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #3 on: February 21, 2008, 10:51:05 am »
post examples of how you're embedding it. It's just html. Maybe you're using non standard code...

Could be.  My wife doesn't know HTML.  Neither do I.  I suggested that she probably needs to set up tables, but she said she tried and couldn't figure it out.  One thing to keep in mind is that since Office 2007 ditched the Internet Explorer engine to render HTML in favor of having the Word engine render both text and HTML, the HTML capabilities of Outlook have been substantially crippled.  For example, it can't handle CSS at all.  Anyway, here's her code and an example of what it needs to look like.  She's has managed through trial and error to get somewhat close, but she needs it to look virtually exactly like it does in the JPEG.

Quote

<html>   
  <p>&nbsp;</p>
  <p><img height="94" width="73" src="http://theretailoutsource.com/images/TRO_web1.gif" style="float: left; padding: 0px 23px 0px 0;"></p>
  <p><strong style="font-family: Geneva, Arial, Helvetica, sans-serif; color: #666666; font-size: 12px;">Brett Beveridge</strong><br>
    <tro style="font-family: Geneva, Arial, Helvetica, sans-serif; color: #666666; font-size: 11px;">President and CEO<br>
      <a href="mailto:bbeveridge@theretailoutsource.com" style="font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 11px; color: #666666; text-decoration: none;">bbeveridge@theretailoutsource.com</a><br>
      5201 Blue Lagoon Drive Suite 620 Miami, Florida 33126<br>
      O 305.539.3810 Ext. 8001 F 305.266.0071 (private)<br>
      <a href="http://theretailoutsource.com" title="visit theretailoutsource.com" style="color: #666666; text-decoration:none ">theretailoutsource.com</a></tro>
  <br>
  <br>

    <img height="37" width="193" src="http://theretailoutsource.com/images/TRO_web2.gif" style="float: left; padding: 6px 0px 0px 0;"></p>
</html>

Check out my website for in-depth reviews of children's books, games, and educational apps for the iPad:

Best Kid iPad Apps

ChadTower

  • Chief Kicker - Nobody's perfect, including me. Fantastic body.
  • Trade Count: (+12)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 38212
  • Last login:June 22, 2025, 04:57:38 pm
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #4 on: February 21, 2008, 10:57:20 am »
That's going to get chopped up oddly on a lot of recipient mailboxes anyway.  Not everyone uses Outlook to read their mail.  Not everyone has the same display settings in their client.  Not everyone is using the same version of Outlook.  What you "fix" here could break for people using 2003.  Elaborate email signatures are just asking for weirdness on the other end at least as often as they look pretty.

EDIT:  why would you want a mailto link in an email signature?  They're already in the email.  They can hit reply.

saint

  • turned to the Dark Side
  • Supreme Chancellor
  • Trade Count: (+6)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 6149
  • Last login:July 26, 2025, 06:47:53 pm
  • I only work in cyberspace...
    • Build Your Own Arcade Controls
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #5 on: February 21, 2008, 11:17:51 am »
Here's my suggestion as a network manager.

DON'T DO THAT!

*rant* *rave* *fume*

(extra bandwidth, incompatibility with some non-Outlook email clients, various Outlook security concerns, etc)
--- John St.Clair
     Build Your Own Arcade Controls FAQ
     http://www.arcadecontrols.com/
     Project Arcade 2!
     http://www.projectarcade2.com/
     saint@arcadecontrols.com

ChadTower

  • Chief Kicker - Nobody's perfect, including me. Fantastic body.
  • Trade Count: (+12)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 38212
  • Last login:June 22, 2025, 04:57:38 pm
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #6 on: February 21, 2008, 11:39:04 am »

I agree.  My suggestion, if you absolutely have to have that layout for a sig, is to use the jpg you just posted.  Don't lay it all out in code.


Hoopz

  • Don't brand me a troublemaker!
  • Trade Count: (+8)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5285
  • Last login:June 13, 2025, 09:18:32 pm
  • Intellivision Rocks!
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #7 on: February 21, 2008, 12:01:12 pm »
Text only.  No f'd up graphics, backgrounds or any of that crap.

RayB

  • I'm not wearing pants! HA!
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11279
  • Last login:July 10, 2025, 01:33:58 am
  • There's my post
    • RayB.com
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #8 on: February 21, 2008, 03:35:17 pm »
I've never heard of the <TRO> tag. Maybe that's at fault here. I'm also not sure you need the <HTML> tags.

try this:

<table width="400" border="0" cellspacing="0" cellpadding="4">
  <tr>
    <td><p><img height="94" width="73" src="http://theretailoutsource.com/images/TRO_web1.gif" style="float: left; padding: 0px 23px 0px 0;"><strong style="font-family: Geneva, Arial, Helvetica, sans-serif; color: #666666; font-size: 12px;">Brett
        Beveridge</strong><br>
        <tro style="font-family: Geneva, Arial, Helvetica, sans-serif; color: #666666; font-size: 11px;">President
        and CEO<br>
        <a href="mailto:bbeveridge@theretailoutsource.com" style="font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 11px; color: #666666; text-decoration: none;">bbeveridge@theretailoutsource.com</a><br>
        5201 Blue Lagoon Drive Suite 620 Miami, Florida 33126<br>
        O 305.539.3810 Ext. 8001 F 305.266.0071 (private)<br>
        <a href="http://theretailoutsource.com" title="visit theretailoutsource.com" style="color: #666666; text-decoration:none ">theretailoutsource.com</a></tro>
      </p>
      </td>
  </tr>
  <tr>
    <td><img height="37" width="193" src="http://theretailoutsource.com/images/TRO_web2.gif" style="float: left; padding: 6px 0px 0px 0;"></td>
  </tr>
</table>
NO MORE!!

ChadTower

  • Chief Kicker - Nobody's perfect, including me. Fantastic body.
  • Trade Count: (+12)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 38212
  • Last login:June 22, 2025, 04:57:38 pm
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #9 on: February 21, 2008, 03:36:10 pm »
I've never heard of the <TRO> tag.

She is sending him a subtle hint.

shmokes

  • Just think of all the suffering in this world that could have been avoided had I just been a little better informed. :)
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10397
  • Last login:September 24, 2016, 06:50:42 pm
  • Don't tread on me.
    • Jake Moses
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #10 on: February 21, 2008, 04:33:35 pm »
She would love to not do that.  She's told the person that he shouldn't do that for all of those reasons.  Unfortunately he insists, and he pays the bills.

And for some odd reason Outlook 2007 screws with the image proportions if you just use a JPEG.  And there seems to be little rhyme or reason to how it decides to butcher a given image: shrink it, enlarge it, squish it horizontally or vertically, etc.
Check out my website for in-depth reviews of children's books, games, and educational apps for the iPad:

Best Kid iPad Apps

ChadTower

  • Chief Kicker - Nobody's perfect, including me. Fantastic body.
  • Trade Count: (+12)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 38212
  • Last login:June 22, 2025, 04:57:38 pm
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #11 on: February 21, 2008, 04:36:05 pm »
And for some odd reason Outlook 2007 screws with the image proportions if you just use a JPEG.  And there seems to be little rhyme or reason to how it decides to butcher a given image: shrink it, enlarge it, squish it horizontally or vertically, etc.

That butchering is probably still more consistent than the recipient displays of a coded signature.  You have no way of controlling at all how it gets shown on the other end.  It will be even worse if a person has html turned off - and there are a lot of people who do that.

shmokes

  • Just think of all the suffering in this world that could have been avoided had I just been a little better informed. :)
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 10397
  • Last login:September 24, 2016, 06:50:42 pm
  • Don't tread on me.
    • Jake Moses
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #12 on: February 21, 2008, 04:44:31 pm »
I don't know how all clients work, but I know that if you have HTML turned off in Novell GroupWise the signatures simply don't show up.  Hopefully that's how most email clients work, as it seems silly to show somebody a bunch of gobbledeegook simply because they don't want to see HTML emails.
Check out my website for in-depth reviews of children's books, games, and educational apps for the iPad:

Best Kid iPad Apps

ChadTower

  • Chief Kicker - Nobody's perfect, including me. Fantastic body.
  • Trade Count: (+12)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 38212
  • Last login:June 22, 2025, 04:57:38 pm
Re: Weirdnes in Graphics for Outlook Signatures
« Reply #13 on: February 21, 2008, 04:47:40 pm »

IIRC most have settings that determine what you'll see of an HTML email.  Some will see a text version with the html stripped.  Others will see the raw HTML.