Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by HandlerOfCode

  1. HandlerOfCode

    Outlook HTML Signature, Background Images Not Displaying

    Hmm, can you go more old-school than that? In addition to inter-operability, the only problem now is that in my ourlook, the signature does not appear correctly before I have sent the message. However, when I receive the message with outlook, it looks perfect. Why can't everybody use some...
  2. HandlerOfCode

    Outlook HTML Signature, Background Images Not Displaying

    I finally managed to get the image to appear in Outlook signature. I guess it was the "display:block" that did the trick. So, if anyone has difficulties with outlook signature, namely, the image does not appear in a signature within a HTML table, just try this: <table border="0"...
  3. HandlerOfCode

    Outlook HTML Signature, Background Images Not Displaying

    Hi, here is an example signature with an image inside a table: <table border="1"> <tr> <td style="background-image:url('http://upload.wikimedia.org/wikipedia/mediawiki/a/a9/Example.jpg');height:267px; width:400px;"> </td> </tr> </table> When I create a new mail in outlook, the image...
  4. HandlerOfCode

    Outlook HTML Signature, Background Images Not Displaying

    Dear friends, I have difficulties in creating a functioning HTML signature with an image for Outlook Express. First, I tried the simple <div> sections in order to package the whole signature as relative, and all its elements as absolute. Everything appeared correctly in web browsers, but in...

Part and Inventory Search

Back
Top