HTML Email not rendering correctly

Hi,
  Since upgrading to Mountain Lion I've noticed that a number of my HTML based incoming emails are not translating correctly - the text is just showing as graphic characters.  None HTML emails are fine - anyone got any ideas?
Regards
Neil

Hi Scott.
In order to solve your problem with relative links to image and css files inside KM I suggest two variants:
1. Replace relative links as I mentioned in this message Re: JavaScript and CSS info in WPC.
2.The second solution is:
a. Create an blank html file inside KM folder where the base.html file is stored.
b. Download the newly created file for local editing.
c. Place an iframe that points to your base html file between <BODY></BODY> tags. Use a following code as an example:
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="base.html"></iframe>
d. Upload this file back to KM.
e. Point your KM Document  iView to the created html file.
Best regards,
Aliaksandr Zhukau
Edited by: Aliaksandr Zhukau on Dec 3, 2009 11:04 AM

Similar Messages

  • RequestCenter emails not rendering correctly in Outlook 2007

    RequestCenter emails not rendering correctly in Outlook 2007
    I'm having an problem where the RequestCenter automated emails are losing most of their HTML formatting when viewed in Outlook 2007.  When I look at the same email in Outlook 2003, the HTML formatting is fine.  Here's a picture of the same email displayed in Outlook 2003 and 2007:
    When I view the source HTML of the email, I noticed that there are duplicate HTML, HEAD, and BODY tags that have been automatically added by RequestCenter.  Apparently these extra tags are ignored by Outlook 2003, but cause problems with Outlook 2007.
    This picture shows the HTML source in RequestCenter's HTML editor compared to the HTML source from within Outlook with the extra tags.
    I tried removing the HTML, HEAD, and BODY tags in the HTML editor, but the editor puts the tags back in when you save it.
    Does anyone know how to fix this?
    Thanks,
    Scott

    We've actually had the same problem and had opened a ticket with customer care - it's the editor that's in the version we have (or had, since we are going through the upgrade).  What we've had to do is embed xml tags in the body of the email too, and then the team that processes the email has a little application that will process the data in the tags and strip the HTML that the editor applies.  Not much help, I know. 
    I've heard a rumor that the issue is fixed in 2007 with the new text editor - I'

  • HTML emails not rendering properly - letters bunched up

    Weirdest thing happening in the last few days.... Most of the HTML emails I receive have not been rendering properly within Mail - the letters appear all bunched up in strange little groups... This only started about a week and a half ago....
    Anyone else seen this phenomenon? If so, is there an easy way to fix it, as it is quite annoying?

    Upon further investigation i figured out what was wrong.
    This property :
    bulletText .fontWeight = "bold";
    was causing my text to not render because bold character weren't used within the symbol associated with the class. By removing that and cleaning up the code a bit ,
    var span : Object = new Object(); 
    span.fontSize = 12; 
    span.color = "#336699";
    css = new StyleSheet();
    css.setStyle( ".bulletText", span );
    sectionText.styleSheet = css;           
    sectionText.htmlText = contentText;
    it rendered semi correctly , except with erronious line breaks , the solution for that was to , remove any instances of "/n" from the contentText string before setting the sectionText , done like this :
    var pattern : RegExp = /\n/g;
    contentText = contentText.replace( pattern , "" );
    now it looks great !

  • KM, HTML file, Not rendering correctly

    Hi Everyone
    I have an html file that is stored in knowledge management.  The html file references few folders/images that are also stored in KM. When I create a KM Document iView, the HTML file shows; however, the various images/style sheet that is stored along with the html file KM do not appear.  Thus the html file is not rendering properly. 
    With this being said, I can create an URL iview and everything works as it should (the html file appears correctly with the necessary images).  The problem is that I am developing a solution for an external and internal facing portal, thus the URL iView option is not going to work for me.  I need to have a way for this KM html iView to display properly...perhaps with the KM Document iView template.
    Has anyone encountered an issue such as this and can offer assistance.  Again, the KM Document iView template will work, if the html file it is calling in KM can correctly reference other folders in KM that contain various images/style sheets that are a part of the html file.
    Any help is greatly appreciated.
    Best Regards,
    Scott

    Hi Scott.
    In order to solve your problem with relative links to image and css files inside KM I suggest two variants:
    1. Replace relative links as I mentioned in this message Re: JavaScript and CSS info in WPC.
    2.The second solution is:
    a. Create an blank html file inside KM folder where the base.html file is stored.
    b. Download the newly created file for local editing.
    c. Place an iframe that points to your base html file between <BODY></BODY> tags. Use a following code as an example:
    <iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="base.html"></iframe>
    d. Upload this file back to KM.
    e. Point your KM Document  iView to the created html file.
    Best regards,
    Aliaksandr Zhukau
    Edited by: Aliaksandr Zhukau on Dec 3, 2009 11:04 AM

  • PDF not rendering correctly

    Hi
    Can anyone help? I am using an iMac and have had a pdf emailed to me. When I login on to the site and select the PDF to view, it is not rendering correctly.
    I am not a technical person but to me it appears to open as a series of code, letters, numbers and symbols.
    Any ideas how to rectify this?
    Is it Adobe related or can I update the settings for the browser? I am using Safari.
    Thanks

    what OS & Safari version ?
    Often, removing any 'pdf' plugins in
    /Library/Internet Plug-Ins/
    and
    ~/Library/Internet Plug-Ins/
    then restarting the browser will solve pdf display issues, although in this case, it sounds as if the site is telling Safari that these are text type files & it's attempting to display them accordingly.
    Disabling plug-ins via Safari - Preferences - Security should also eliminate pdf plug-ins as a cause.

  • Adf application not rendered correctly with url ip and url localhost.

    Hi all.
    I have a strange problem. When I enter to my adf application deployed in a local stand alone weblogic server with the ip:
    http://localhost:7001/Application/faces/index
    it renders fine. But when I load it with the url:
    http://10.5.14.15:7001/Application/faces/index (private ip), it doesn´t render fine. Tables haven´t the same style, and some elements appear selected like if I have selected them with the mouse.
    This problem only happens with internet explorer, not with Chrome.
    Also when I see a table inside a region in a jspx, the with of the header of the columns is not rendered correctly, causing the width of the header row not be the same than the other rows.
    This problem also happens only with internet explorer.
    Any help please?
    Internet Explorer 8. JDeveloper 11g.2. Weblogic 10.3.5.0
    Also happens with Internet Explorer.
    Maybe encoding? doctype?
    Thanks

    What would the DOCTYPE have to do with the IP address?
    Have you looked at the HTML source in the different browsers and tried to debug what's wrong? Sounds like there may be some images/css files that aren't being downloaded in IE when you use that IP address. Are you sure IE isn't configured with a proxy?
    John

  • 'Sorry, Too Many Cards' message NOT rendering correctly

    I'm seeing the 'Sorry, Too Many Cards' message not render properly for me on Palm Pre 1.3.1. I rebooted the phone and was able to reproduce the problem by opening up many cards. I have uploded a screenshot: http://img188.imageshack.us/img188/6525/browser20091511171212.png
    As you can see, the 'OK' button is not rendered correctly. If I remember correctly it supposed to be a green button? Also, the right side box is supposed to have an icon or something. I've never seen this error message NOT rendered properly before 1.3.1.
    BTW, like others have posted - once I get to a memory threshold I can't even open up core apps - like 'Device Info' (in case I needed to reboot the phone). I would have expected some high availability on these apps w/r/t memory management.
    I would upload more debugging information if I knew how on the Pre. But like I said I was able to reproduce on 1.3.1 before and after a reboot.
    Thanks,
    Post relates to: Pre p100eww (Sprint)

    lblumen wrote:
    Am getting same message.  Since new update was downloaded.  Also, I am getting the too many cards open message daily, even when no other cards are open
    I'm having the same problem. Usually I will have Tweed open along with the Camera app. I try to send a photo by email and I get the "too many cards open message". Sometimes when I turn the screen off and turn it back on it fixes it. But today I only had the Photo app open and was trying to send a photo by email and i got the "too many cards open message". The same happens when I only have one program like the emailapp then click on a link. Right now I have NO apps open. I'm trying to open the camera app and it keeps giving me the warning. It's very annoying, especailly when you are trying to do some quick. Oh don't get me started on the the slowness of the system ...

  • Why is my .psd file not rendering correctly in ae

    Some layers of the .psd document are not rendered correctly. However they are imported.
    The strange thing is that when I first move from Photoshop to Illustrator, save it as an .ai file it is rendered properly (in Ae).
    I am kind of clueless as to what is causing this issue.
    Kind regards,
    Jelle

    Okay if more information is needed, i'll provide. However you may disregard my initial comment about illustrator. It flattens the photoshop layers so I do not have any flexibility in After Effects. In other words, my main question remains: why is my psd file not rendering correctly in ae?
    Further details:
    -photoshop cc and after effects cc.
    -macbook pro retina
    If still not clear enough, please tell me what details you are looking for furthermore

  • [SOLVED] KDE4.3 is not rendering correctly the images in the desktop

    I've posted a bug in KDE because the KDE images are not rendered correctly:
    https://bugs.kde.org/show_bug.cgi?id=202829
    You can see an image of my desktop at:
    https://bugs.kde.org/attachment.cgi?id=35921
    As someone suggests, and I also agree with him, it would be a driver problem. My graphic card is "ATI Radeon X1950 Pro" and I'm using the "xf86-video-ati 6.12.2-2" driver. I know that there are other possibilities according to this wiki:
    http://wiki.archlinux.org/index.php/ATI
    I already tested them with KDE4.2 and xf86-video-ati provided the best result for me.
    Someone with an ATI card has the same problem? Which driver would you suggest to me?
    Thank you
    Last edited by jjjaime (2009-08-06 19:04:12)

    Thank flamelab for your help.
    The xf86-video-ati-git:
    http://aur.archlinux.org/packages.php?ID=15374
    fixed all my problems. Probably you've heard about it Now, I don't have any rendering problem and I have enabled the Desktop effects. I tested it with and without the xorg.conf file. Both of them worked, but without the file I don't have my keyboard in Spanish.
    I read that it was possible the KMS support. I tested it by changing from graphical to text mode but it takes some time so I guess that it's not enabled. Is there any way to test KMS?
    Is it possible to upgrade the AUR driver to the official repository? Meanwhile, I will comment my problem in the KDE site.
    Best regards,
    Jaime

  • Basic Layout not rendering correctly.

    ''locking as a duplicate of https://support.mozilla.org/en-US/questions/1035123''
    Hello,
    I've been trying to debug a problem I was noticing on my production websites, so I dumbed it down to a quick codepen to show off the issue. http://codepen.io/anon/pen/GgoBNJ
    Basically, standard fonts (helvetica, arial, etc.) are not rendering correctly within a div. For some reason the text is pushing itself up ~2 pixels. Not to mention, fonts are looking very jagged within the browser for no apparent reason.
    I am setting up a basic div with hardly any styles and yet this produces two different renderings within FF and Chrome
    .box{
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 14px;
    border: 2px solid #FF5500;
    display: inline-block;
    width: 100px;
    This is causing me all sorts of headaches with designers who are trying to make layouts pixel perfect as I have zero control over something like this. Any help would be greatly appreciated!
    Thanks in advance.

    You may have zoomed the page(s) by accident.
    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl/Command+0 (zero))
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can right-click on a web page and select "Inspect Element" to open the Inspector (Firefox/Tools > Web Developer).
    You can check the font used for selected text in the Font tab in the right pane of the Inspector.
    *https://developer.mozilla.org/Tools/Page_Inspector
    You can do a font test to see if you can identify corrupted font(s).
    *http://browserspy.dk/fonts-flash.php?detail=1
    You can try different default fonts and temporarily disable website fonts to test the selected default font.
    *Tools > Options > Content : Fonts & Colors > Advanced
    *[ ] "Allow pages to choose their own fonts, instead of my selections above"

  • Rollover text not rendering correctly in Safari 7.x

    Safari 7.x and my blog (NotNecessarilyPretty.com) are not getting along.
    Specifically, the rollover text in the post titles (see attached or visit site) is not rendering correctly. The right edge of the text does not change to the correct color. Have been in contact with Apple as well as the theme's developer, but have yet to be offered of a fix. 
    This blog displays correctly when accessed via Chrome or Firefox, and prior to Mavericks, Safari evidenced no problem.
    Thoughts on how to correct this?
    Thanks!

    The original screenshot didn't show here, so for anyone else reading, who may well know much more about CSS & Safari than I :
    changes to this - note the right edge
    But with word-spacing un-checked in Inspector...

  • HTML mail preview not rendering correctly on EAS mobile clients

    I'm having trouble pinning down an issue I'm having with the previews of e-mails that contain HTML on ActiveSync clients specifically iOS Mail clients. Clients are seeing HTML code in the message body previews...
    Example 1: "[cid:google][cid:profilephoto] Hello..."
    Example 2: "[https://statici.icloud.com/emailimages/v4/common/[email protected]] Dear User..."
    When the user opens the message, everything is rendered fine (the previews remain the same though). I don't believe it's anything wrong on the client. The same messages delivered through Gmail on the client are previewed like this:
    Example 1: "Hello User. You have successfully reset your password..."
    Example 2: "Dear User. The following information for your Apple ID..."
    I've tested with exchange servers outside the organization and the previews are rendered correctly (like Gmail). I don't know what version of Exchange the servers were running, but it leads me to believe this is not an outstanding bug between iOS
    and Exchange; it's something specific to my server.
    The issue is present for all users. I'm running Exchange Server 2007 SP3 and the client I'm experiencing the issue on is iOS 8.1.2.
    Thanks!

    Hi 
    Outlook 2007 or newer use Microsoft Word for their HTML engine.
    You can refer this page http://www.campaignmonitor.com/css/ shows
    many things that do not work in different clients.I think Someone needs to re-code
    the HTML form to make it work in the current versions of Outlook. You can try formatting with text and HTML and see the results.
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish
    (MVP)

  • HTML Form Not Displaying Correctly in Outlook 2010 (Exchange 2013)

    Hello,
    I have recently migrated to Exchange 2013. Clients are still using Outlook 2010. There is an application that automatically sends an HTML form by email for the users to fill in. The form consists of radio buttons, text areas and drop down list. However,
    in Outlook 2010, the form is not rendered properly.
    When I clicked the "If there are problems with how this message is displayed, click here to view it in a web browser" link, the email is opened in
    IE and the form is displayed correctly.
    I also tried opening the same email in other clients, such as Thunderbird, Apple Mail Client and in mobile phones - the form is displayed correctly. I wonder
    why it fails to do so in Outlook 2010. The user mentioned that this does not happen in Outlook 2003 and prior to migration (I used Exchange 2010 previously). I have also tried using OWA, but the form does not display correctly
    Any help?
    Note: I can't attach any images or links as it is mentioned that my account is not verified yet. I will post some screenshots when it is possible to do so

    Hi 
    Outlook 2007 or newer use Microsoft Word for their HTML engine.
    You can refer this page http://www.campaignmonitor.com/css/ shows
    many things that do not work in different clients.I think Someone needs to re-code
    the HTML form to make it work in the current versions of Outlook. You can try formatting with text and HTML and see the results.
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish
    (MVP)

  • Some Email Not Displaying Correctly

    I have this problem where I get an email that has wonderful pictures (html, css, or somthing) on my iphone and ipad they display correctly.  On Mail in OSX on my iMac they are just a bunch of text and hyperlinks.  A good example of this is the promotional emails from Nik Software.  Why is this happening and how do I fix it?  Thanks all! 

    Hey Linc, thanks for the reply!  That seems to be checked by default.  Perhaps I need to add not every email has this problem.  It is only a few that end up rendering like this.  I end up looking at what should be a pretty email with something like below.   It appears to be a problem displaying multi-port MIME formated emails, though I have not isolated that for sure.  I have also considered emailing the company and see if they have heard complaints from their Apple users.  It isnt just Nik Software, a few other emails show up like this as well, not rendering properly.  Nik just happens to be the example I have. 
    Nik Software Focus Newsletter - May 2012 - Upgrade Your Software, Snapseed Mobile 1.4
    Having trouble viewing this email?
    http://click.mailus.niksoftware.com/?qs=4ec9f5719d3c516aec376b4be6cd71ea23767802 968d5617ce47da040849f5ac
    View it in your browser .
    Upgrade this month and save 20%
    http://click.mailus.niksoftware.com/?qs=7848040084ad01fa5265356797b0abd49ede5abb 64fdb88dd6e5b9de4a3980e9
    Complete your Nik Software toolkit: Save 20% on upgrades during the month of May!
    http://click.mailus.niksoftware.com/?qs=7848040084ad01fa5265356797b0abd49ede5abb 64fdb88dd6e5b9de4a3980e9
    Click here .
    http://click.mailus.niksoftware.com/?qs=4ec9f5719d3c516a63381137fb0beccbe26e3bbe 03940ee340727e43e5c0cf87
    Best Mobile App 2012
    Snapseed wins the prestigious
    http://click.mailus.niksoftware.com/?qs=4ec9f5719d3c516a63381137fb0beccbe26e3bbe 03940ee340727e43e5c0cf87
    Int'l Technical Image Press Association (TIPA) Award .
    http://click.mailus.niksoftware.com/?qs=4ec9f5719d3c516a6b83f1e545c7d682f5b82bde ae4e705b3eefcca9b8503cd5
    http://click.mailus.niksoftware.com/?qs=4ec9f5719d3c516a64a6bf70848d5158f9184cfe 63b8d6828c9c5735a88ecf21
    Snapseed Mobile 1.4 released
    http://click.mailus.niksoftware.com/?qs=4ec9f5719d3c516a6b83f1e545c7d682f5b82bde ae4e705b3eefcca9b8503cd5
    Buy or update today  for improved Black & White and Center Focus filters, plus Instagram support!
    http://click.mailus.niksoftware.com/?qs=7848040084ad01faeb3825d1d82e352e19582e64 78421cea1e20ddb3080e83f9
    http://click.mailus.niksoftware.com/?qs=4ec9f5719d3c516a8b66d90d47c8bba318792847 eaaf2422e2047bcdd0c673a7
    Post Processing Control
    http://click.mailus.niksoftware.com/?qs=7848040084ad01faeb3825d1d82e352e19582e64 78421cea1e20ddb3080e83f9
    Pick up a copy of Nik Software Captured  to quickly and easily master the full power of the Nik Software family of products. Written by Nik's own Josh Haftel and Tony Corbell.

  • Internal Links in HTML Document Not Working Correctly in PDF

    I have an HTML document that contains internal links (basically a Table of Contents). When the document is displayed in a browser, the internal links work correctly. However, when I use Acrobat 8 Professional to create a PDF version from the HTML source, the links don't go to the correct place when clicked. It almost appears that they are off by one, e.g., link 7 goes to anchor 8. I can send the source document for you to look at if you email me at eharris -at- synnovation.com. I am not expert in HTML and perhaps the links/anchors are not done correctly when I create the HTML document. Does anyone have any ideas on this?

    This one has the same problem. For instance, "Anchor1" as <a name="Anchor1"> appears 13 times. I am sure that your problem is that Acrobat is going to the last occurance that is just before the first one. As I scan through the file I find similar results for all of the anchors. When I used Tidy, it reduces about 1350 errors to about 474, but that is still not too good. The validator is flagging a lot of identical IDs as well as unrecognized attributes (like ONSELECTSTART). The attributes correctly accepted by body are
    Attribute Specifications
    * BACKGROUND=URI (background image for document)
    * BGCOLOR=Color (background color for document)
    * TEXT=Color (text color for document)
    * LINK=Color (link color for document)
    * VLINK=Color (visited link color for document)
    * ALINK=Color (active link color for document)
    * ONLOAD=Script (document has been loaded)
    * ONUNLOAD=Script (document has been exited)
    as listed on htmlhelp.com for HTML 4. There may be some new ones in HTML 5, but I did not check.
    I am not looking at all of your HTML in detail, but there appears to be a lot of unneeded things based on the error messages from the validator. Many browsers will let you display the stuff (even Acrobat), but there may be errors that crop in when you do not expect it or on some other browsers that the one you check. Thus again, you should use a validator. If you are only off a few tags that might be fine, but when it is in the 1000s, there is an issue. It would also be good to break your page up into parts. It is good practice on web pages for each page to be not much more than one screen. That is often exceeded, but 59 screens of info (on my screen) is a bit much. The TOC is definitely needed in that case, but just was well go to a sub page just as well and make the info easier to track. A PDF (as you are trying to get) could be made of the entire system for those that want it all in one bit. Bill

Maybe you are looking for

  • Time Machine - AppleXsoft - file preview and support

    Deleted an external drive while trying to install Time Machine. Ran AppleXsoft but downloaded several thousand Jpegs and movies to desktop.  Can't file preview like the software says because they say the file isn't suporte and my emails [email protec

  • Can't get images to Bridge. It's useless.

    I've 2 training book's images on hard drive which are supposed to show up in Bridge. They don't. "Folders" has no OPEN command to get them there, Favorites is therefore empty, and so is content. The Main page opens all. So, why Bridge? The work area

  • Connect / as sysdba

    Hi! Is it possible to connect to a database from a client pc with these credentials? set ORACLE_SID=TEST sqlplus /no log connect / as sysdbaWe tried, but received ORA-12560: TNS:protocol adapter error.

  • Macbook Pro - Applications wont start without External Display

    Hi all, Apologies if this question has already been answered, but I have spent a lot of time Googling to no avail... I have an early 2011 15" MBP with the following spec: Model Name:          MacBook Pro   Model Identifier:          MacBookPro8,2   P

  • My installation was not completed

    My OS is WINXP_32bit SP3 (latest update installed: May, 2014). I installed the trial version of CS 6 and I also went online and visited the official website. However, after the installation, I received an information saying that some items of this pr