Embed logo and border in email

Friend wants help with sending an email. Wants to put her logo and a border (bounding box) around text. I think she will be sending via pc. Must be Mac and pc readable, without folks having to open an attachment to see logo. What's the best way to do this?

Creating HTML for email is a subject unto itself. Every major email client has different limitations. Before you try just copying an HTML page into an email, you should do some research into creating HTML emails. SitePoint has some articles:
http://www.sitepoint.com/article/code-html-email-newsletters/
http://www.sitepoint.com/article/designers-guide-html-email/
http://www.sitepoint.com/article/principles-beautiful-html-email/
One of the SitePoint articles links to two services: CampaignMonitor and MailChimp. CampaignMonitor does not recommend the use of image maps becasue of poor support by Gmail:
http://www.campaignmonitor.com/blog/post/2432/do-image-maps-work-in-html-ema/
MailChip recommends being careful with image placement simply because many clients will automatically block images when the mail is first loaded:
http://www.mailchimp.com/articles/stupid-html-email-design-mistakes/
Both sites have free templates you can download to use.
Good luck!

Similar Messages

  • Adding logo or image to email signature

    I have added my logo (a jpeg image) to my email signature. When I send an email to someone else who is using an Apple mail program it opens up fine. However, when I send an email to someone who is using, for example, a yahoo mail account, the logo does not show up on the actual email, it shows as an attachment that must be clicked on to open.
    Does anyone know how to embed an actual logo/image onto an email signature so that it will be seen in an email regardless of what type of email program they are using without having to click on it? thanks

    Jessie,
    I would love to help you (and anyone else in your situation), but it seems I can't duplicate your problem. I read your post before going to work this morning, and I sent myself an email (from Mail at home to Lotus Notes at work) with a signature containing a JPEG. Notes, arguable the worst email client out there, showed the JPEG in-line.
    I don't have Outlook or Outlook Express, so I cannot test those, but I'd be happy to receive an email from you so I can see what comes across. You need to send it to my work email because that's the only place I have an email client other than Mail running. The address is dkiechle followed by an @-sign followed by amadeus.com.
    We can do the opposite as well: I can try to send a test email to one of the addresses that you used to see if my signature shows up with the graphics element in-line. Would be pretty instructive, I think. I can do this if you provide an address; however, I can only do it in a few hours from home as I don't have Mail here at the office.
    One interesting thing to check: in Mail, there's an option to "Always send Windows-friendly attachments". Can you check if it is enabled or disabled in your configuration of Mail?
    Daniel

  • Can I embed a picture in an email so that it does not show up as an attachment?

    Can I embed a picture in an email so that it does not show up as an attachment?

    If you copy and paste the photo into the body of the email that should work for you.
    Select the photo, tap and hold down it and then select - Copy - go to the mail app - create a new message - tap and hold down on the body of the email where you enter the text for the message - and select Paste.

  • Webpart Title and Border Does not Work

    The Chrome type "title and border" does not display the title or border on webparts. The problem is trivially reproduced:
    1. Create a new blank site.
    2. Add a webpart to it. Not important which one.
    3. Change the chrome to title and border.
    4. Apply the changes and save.
    5. Note the absence of title or border.
    Try changing the chrome type to either title or border and they work individually but together they do nothing. I have seen others report this issue of various forums but never a resolution. This worked in 2010 and does not work in 2013. I am using IE 11
    but it also didn't work with older versions of IE.

    Hi Colin,
    Could you describe how it displays when you set Chrome Type as Title and Border ? For clearly, you could compare different Chrome Types in one page and post it here, it will help to understand the issue.
    I reproduced the issue by adding five webparts of the same library named doclib into one page, and set the Chrome Type as Default, None, Title and Border, Title Only, Border Only, respectively.
    As you could see from above, Default displays as Title Only.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • When i restored my iphone 5 it shows 4013 and 4005 error and my phone was stuck with apple logo and above some letters where also there in black and white colour .

    when i restored my iphone 5 it shows 4013 and 4005 error and my phone was stuck with apple logo and above some letters where also there in black and white colour . pls say me how to fix this plssss . my email = **********
    <E-mail Edited by Host>

    Wrong Forum

  • Logo and bold character in message

    Hi,
    I am generating a popup on click of a button. 
    I am inserting a message by concatenating two variables as shown below.
        CONCATENATE 'Material' wa_register-vbak-vbeln
                    'is created on'        lv_date into lv_info.
    1.When this is message is displayed in popup, I want the  value in the field (wa_register-vbak-vbeln) to be bold.
    How to proceed?
    2. I  also must display a logo below the message in popup.
    Please provide a solution.
    Thanks in advance

    Hi,
    One way is that,
    u can design a view with logo and formatted text to be displayed and make it dispalyed as pop up window.
    To insert logo in the view,u have to import the image to MIME repository by right clicking on the web dynpro component ans select create->MIME object->import.
    Now in the view ,place the Image UI element and bind the source property to the attribute of type string containing value as ,say,image1.JPG (ur image name in MIME rep.)
    To get the text as bold,use Text View UI element an set the dseign property as emphasized.
    To make the view as pop up,
    create a window for the pop up and embed the view within it
    add the code as,
    *Pop up window declaration
      DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component  TYPE REF TO if_wd_component.
      DATA lo_window         TYPE REF TO if_wd_window.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      lo_window  = lo_window_manager->create_window(
          window_name            = '<window name>'
          title                  = lv_title
          button_kind  = if_wd_window=>co_buttons_ok
          message_display_mode   =
                    if_wd_window=>co_msg_display_mode_selected
          message_type           =
                    if_wd_window=>co_msg_type_none ).
      lo_window->open( ).
    Thanks,
    Divya.S

  • Combined logo and navigation bar

    Is it considered to be poor layout to combine the company
    logo and navigation bar in the same image? I have created this
    image in Fireworks 8 as a jpeg to keep the gradients looking good
    for both the logo and navbar, but am not sure if it makes the page
    load any slower by having them in the same image? I do have
    rollover buttons on the navbar so I do have to export it as
    ‘HTML and images’ w/slices. I do find it easier to
    setup in Dreamweaver if they are together but could separate them
    with some extra work. Any suggestions? Thanks for your help.

    Navigation in an image? What - are you using hotspots?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Alex Mariño" <[email protected]> wrote in
    message
    news:erv068$hon$[email protected]..
    > The bottom line is - how big are your images. If adding
    the logo does not
    > increase the file size significantly then all is well.
    >
    > alex
    >
    > P-C-Surgeonz wrote:
    >> Is it considered to be poor layout to combine the
    company logo and
    >> navigation bar in the same image? I have created
    this image in Fireworks
    >> 8 as a jpeg to keep the gradients looking good for
    both the logo and
    >> navbar, but am not sure if it makes the page load
    any slower by having
    >> them in the same image? I do have rollover buttons
    on the navbar so I do
    >> have to export it as ?HTML and images? w/slices. I
    do find it easier to
    >> setup in Dreamweaver if they are together but could
    separate them with
    >> some extra work. Any suggestions? Thanks for your
    help.

  • How to hide windows heading and border on WEB?

    How to hide windows heading and border on WEB? forms 6i.
    null

    Abdetu wrote:
    Thanks JeanYves
    i found that parameter but didn't know what to set to it i even has no forms in my pc thanks again
    Regards,
    Abdetu...Hi Abdetu,
    There is 3 parameters in the <DevSuiteHome>\forms\server.formsweb.cfg having the same behavior.
    Logo
    Background
    SplashScreen
    By default (if you don't have specified them in you [section] they values are inherited from the [default] section) the values are
    Logo=
    Background=
    SplashScreen=
    This means you will have the oracle logo, the Forms Services background image in your applet and the oracle splash screen at startup.
    *To have nothing shown then just put the value no in front of these 3 parameters*
    Logo=no
    Background=no
    SplashScreen=noYou can also customize that with you own gif files.
    For this you have to put your images in a icons.jar file
    place it in your <DevSuiteHome>\forms\java where frmall.jar and others are located.
    then in your formsweb.cfg :
    Archive=frmall.jar, icons.jar
    ImageBase=CodeBase
    Logo=yourlogo.gif
    Background=yourbackground.gif
    SplashScreen=yourbeautifullsplachscreen.gifAnd at least if you have a small gif in your icons.jar for the window you can also defining the Icon Filename property in Forms builder. This wile replace the default forms runtime icon.
    Hope this helps
    JeanYves

  • Invisible logos and photos in presenter area

    Has anybody had trouble previewing logos and / or photos placed in the presenter's area of Presenter 8. I've checked that the files are rgb, but I still can't see them. Any ideas?

    Hi
    Can you please send me your presentation to [email protected]
    We will try to see what the issue is.
    Also as Jorma has said, the file type should be either JPG or PNG

  • HT4623 I received a message on my iPad re update to iO7 and I said yes, install. Now it's stuck on the agree/disagree page; nothing moves when I press Agree and Send by Email. Can anyone help?

    I received a message on my iPad re update to iO7 and I said yes, install. Now it's stuck on the agree/disagree page; nothing moves when I press Agree and Send by Email. Can anyone help?

    Reset iPad and continue with update.
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • When I try to fill out forms on line my I cannot send as it says my email isn't valid. I ve tried with my gmail and my work email and no luck. It will recognise my partners email with no problem. Please advise

    When I try to fill out forms on line my I cannot send as it says my email isn't valid. I ve tried with my gmail and my work email and no luck. It will recognise my partners email with no problem. Please advise

    Assuming that you can send email on the iPad, Maybe something is corrupt in Safari that is causing this. Try clearing Safari and see if the sites will accept your email address.
    Go to Settings>Safari>Clear History, Cookies and Data. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Sending pics and videos through email

    help whenever I try to send pics or video through email I'm getting the message " Cannot send mail. the server rejected one of the recipient's addresses." I've tried sending this from my mac(mobileme) account and my yahoo account. All the smtp servers are set to "on". I'm new to using the iphone and I was hoping that i'd at least be able to send pictures and my videos through email like i was able to on verizon.... all my accounts(yahoo,mac,and gmail) are denied doing this though. yahoo completely shuts off and closes mail when i attempt to do it and mac gives me the above mentioned message. I'm running 3.1. Please help me if you can I'm not sure how to change things and I don't want to risk losing everything I have by a hard reset or changing things and screwing up the phone....

    The error message provided usually indicates the SMTP server being used is being blocked by the internet service provider being used at the time, but all the email accounts you are accessing have an authenticated SMTP server, and an authenticated SMTP server is usually not blocked by an internet server provider including when connected to AT&T's cellular network.
    I don't know what you are calling a hard reset, but an iPhone reset does not affect any data or settings. An iPhone reset is done by pressing and holding the home button and the sleep/wake or on/off button simultaneously until you see the Apple logo and then release - ignoring the slide to turn off prompt when doing so.
    If powering your iPhone off and on doesn't make any difference, try an iPhone reset.

  • I just installed ios 8 update and now my email won't open and I can't receive calls.  All of my apps have been updated.  How can I fix this?

    I have an iphone 5 and I just installed the latest ios update and now I can't open my email app and I can't receive calls.  All of my apps have been updated.  How can I fix this?

    Try a reset on the phone. Hold the sleep/wake and home buttons together until you see the Apple logo and then release. The phone will reboot. If it still isn't working, then restore the phone.

  • Logo and boarders from sap to msword using ole

    Does anyone have example code on this?
    i need to put logo and boarders in certifcate that i did for each attendee for training class.

    Hi sudhir,
    Try to create a  Table object with one row and one cell.  Put the borders for table.  By this, I think you should be able to get this.  Look at the sample code below.  Let me know if you have any questions.  Good luck.
    Please close the issue with appropriate points if helpful.
    Good luck
    *--Getting entity handles for the entities on the way
    GET PROPERTY OF gs_actdoc 'Tables' = gs_tables .
    GET PROPERTY OF gs_selection 'Range' = gs_range .
    *--Adding a table with 3 rows and 2 columns
    CALL METHOD OF gs_tables 'Add' = gs_table
    EXPORTING
    #1 = gs_range " Handle for range entity
    #2 = '3' "Number of rows
    #3 = '2'. "Number of columns
    *--Setting border attribute for the table
    GET PROPERTY OF gs_table 'Borders' = gs_table_border .
    SET PROPERTY OF gs_table_border 'Enable' = '1' . "With border
    *--Filling the table with dummy data
    *--Reseting font attributes for table content
    SET PROPERTY OF gs_font 'Name' = 'Garamond' .
    SET PROPERTY OF gs_font 'Size' = '11' .
    SET PROPERTY OF gs_font 'Bold' = '0' . "Not bold
    SET PROPERTY OF gs_font 'Italic' = '0' . "Not Italic
    SET PROPERTY OF gs_font 'Underline' = '0' . "Not underlined
    *--Getting cell coordinates
    CALL METHOD OF gs_table 'Cell' = gs_cell
    EXPORTING
    #1 = '1' "first row
    #2 = '1'. "first column

  • How to add logo to Business Catalyst email signature

    How does one and his logo or other graphic to the email signature in the Business Catalyst email environment? This is a basic function of the most basic and even FREE email sources out there. I can't seem to do it in Business Catalyst. I and my 1 BC customer are getting pissed-off right now. I have looked and looked and can't find the solution. It may be right in front of me. Please help.
    When we sign into the BC email accounts, it allows us to add a text signature under Settings/Mail - but text ONLY!!! Help! This can't be. It should not be. This is a basic, basic thing! Yes, I realize someone using Outlook or another manager can add a signature, but one should be able to add the graphic to the signature in BC.  Agreed? How do I proceed and, if I can't (unimagineable), how fast can BC add this feature?
    Thanks in advance for your help
    Signed,
    Frustrated & Disappointed

    Hi Bob,
    No need to fret over coding here's a quick and simple way to obtain the HTML code of the signature required. 
    In this example I'm using FireFox as my browser and simply highlighted your signature content.  Then I right-clicked and select "view selected source" to grab the HTML. 
    Quick video: http://screencast.com/t/p9V94NlBz
    The code you are after.
    <p><span style="color: rgb(128, 0, 128);"><strong>Bob Doris</strong><br></span><em style="color: rgb(128, 0, 128);">Marketing/Graphics</em></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><a href="http://forums.adobe.com/servlet/JiveServlet/showImage/2-4414473-193549/Logo.jpg"><img alt="Logo.jpg" class="jive-image" src="http://forums.adobe.com/servlet/JiveServlet/downloadImage/2-4414473-193549/150-111/Logo.jp g" height="111" width="150"></a><a href="https://www.facebook.com/goodkarmacafeandcatering" rel="nofollow"><img alt="Facebook-Vector-Icon.png" class="jive-image-thumbnail jive-image" onclick="" src="http://forums.adobe.com/servlet/JiveServlet/downloadImage/2-4414473-193559/38-38/Facebook- Vector-Icon.png" height="38" width="38">
    Just a FYI you might want to create this signature within your site then pull the HTML. Since my example above is pulling the images you've uploaded in this forum thread.  Just in case the forum topic was ever deleted you may lose the images.
    Hope this helps!
    -Sidney

Maybe you are looking for

  • How can I  make my own design for a web page instead of using a template?

    Need to ask the question again. I tried using the blank template, but could not get it to work. I could not insert images and copy where I wanted and in size I wanted.

  • Created jar-file doesn't find other jars

    Hi, I built an application using jars (among others the ojdbc14.jar) - working "perfectly" in eclipse. But when I create a jar - I receive an "Class-not-found-Exception", when the Class.forName("oracle.jdbc.driver.OracleDriver"); is invoked. I tried

  • .mov files will not open in quick time when double clicked in iPhoto

    when i'm in iPhoto and try to double click a video file, Quick Time will not open to play the movie.

  • ITunes Match song counts in Playlists

    I have created Genius playlists on my Mac with 100 tracks.  I also have iTunes Match enabled on my iPhone 5, with the setting to show all tracks.  I then downloaded the saved Genius playlist.  On the iPhone, when I scroll to the very bottom of the pl

  • Gaming with Bootcamp

    I have recently purchased a Logitech gaming wheel (Formula Force EX) for Colin Macrae Rally as it was seemingly the only wheel which claimed to be OSX compatible. The wheel works to a degree which is kind of what what was expecting although nothing l