Normal Style not displaying

RH 11.0.4.
I have been using RH since 4.0 and am currently I have a RoboHelp HTML project where I am using two different style sheets. Each style sheet is associated with its own Master Page. I've done this because my client wants to eventually migrate to a new look. The 'Normal' style in both instances is mapped to a different font. I have ensured that the style sheet is attached and that all content is in the appropriate style. There is no issue with the first style sheet (and Master Page) I created. The 'new look' Master Page and Style Sheet have had random display issues with the Normal style; occasions where part of the topic displays or all content is not displaying.This is the case if I select View Selected Item from within the project and view the topic after compiling WebHelp.
I have created new Master Pages and re-assigned styles. One symptom that may help shed insight on to what is going on . . . is that when I edit a topic with the 'new look' stylesheet / Master Page and click Save All, the Headers and Footers message appears . . . This topic was created from a Master Page and the Header and Footer has been modified . . . The Master Pages have the same structure; just different font and heading styles. I have tried all I know to fix this issue. Any insight would be great. I can provide screen shots, if necessary. Thank you.
------------------------found issue-----------------------------------
Project has 2 different stylesheets (because customer wants to move to a standard template). Each stylesheet is associated with a different Master Page.
Style 'Normal' in Stylesheet #1 = Verdana; Style 'Normal' in Stylesheet #2 = Calibri.
When WebHelp is generated, any content using Stylesheet #2 and styled with 'Normal' does not appear. This issue is only in the body region of the document. I created a separate style for 'Normal' called "Normaltest.' No success.
To make the content appear, here is what I did:
1. Open the topic with issue.
2. Highlight a paragraph
3. Select Style: none
4. Change font to Calibri (font size was default to 12; which is what I needed so I didn't change)
It made no difference if I defined 'none,' in the Master Page file and changed the font to Calibri. I have confirmed that the issue does not affect Header/Footer or Number Lists (only numbers appear). Contact me if you need the subject files.
Message was edited by: Anet Gambina
Found Workaround for Issue; but it appears 2 Stylesheets using 'Normal' is a problem

I assume you see something like this? (Ugly font to make it obvious )
This sounds like you have in-line styles applied to paragraphs. Certainly your steps 1-4 define a single paragraph to have the Calibri font, which will prevent the style from your stylesheet being applied to that paragraph.
A quick way to check is to temporarily (please take a backup, just in case) set Normal in your working stylesheet to a crazy font. If I'm right, you will see the same behaviour as you get when you change to your second stylesheet. If this is the case, you will need to look at the html for a problem paragraph and do a find and replace across your whole project.
Take a backup of your project before you start, just in case something goes wrong!!
You will probably have to replace something like the following with nothing:
font-family: Verdana, sans-serif;
In my example, this is the code. I've highlighted the section that must be removed so that the stylesheet is correctly applied:
<p><span style="font-family: Arial, sans-serif;">MyCompany documentation
generally uses the gerund form (the &quot;ing&quot; form) of words for
titles and index keywords. Following is a list of the best gerunds to
use among many alternatives (e.g., use &quot;removing&quot; instead of
&quot;deleting&quot;).</span> </p>
If the font size is also a problem, you may also have to remove that code, for example: font-size: 10pt;
Hope that helps.

Similar Messages

  • Index style not displaying the chosen option after publishing

    Hi Folks,
    I have been adding new albums to one of my web pages and had chosen the Black ringbinder Index style for the albums. After a recent publishing upgrade and visiting my site I noticed that all the albums had framework boxes with ? marks all around and did not display the chosen index style.
    I went back to iWeb and chose a Brown sort of "Wedding Album" style and re-published. Everything was OK so once again back to iWeb and set them all to the Black ringbinder Index style and re-publushed.
    Same problem with ? marks all around each album.
    Any ideas for fixing?
    Thanks
    Douglas

    Hi there
    The simplest way to specify a relative path is to avoid any browsing you may do to find whatever file you are linking to and quite simply type the file name into the dialog. Once you have done this, you simply ensure that the file is present alongside the Captivate movie so that during playback it can find the file.
    I think where most folks make a mistake is when they use the dialog to browse to and choose the file they are linking to. When you do that, Captivate dutifully inserts the path leading to the file on your own hard drive. This means that the file would need to be stored the the exact location using the same drive letter on the end user's PC for things to work in the end.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • CSS Styles not displayed properly in design view - SOLVED (not 'Display Styles')

    For several weeks, I've been troubleshooting the issue of CSS
    and inline styles not being displayed properly when in Dreamweaver
    CS3 design view, and checking in to the forums occassionally to see
    if there was a solution other than making sure "Display Styles" was
    selected under View -> Style Rendering (it was, and still
    nothing would display properly!).
    After much frustration, I may have found the solution to
    those still experiencing the issue even after "Display Styles" is
    appropriately checked. I went in to my master template for the
    site, and found an erroneous <br> tag after the <link
    href> for the stylesheet, which I must have inadvertantly
    inserted when I added the code for the site's favicon. (You get so
    used to Shift-Enter in layout mode, it's almost automatic,
    regardless of what pane your in.) I can't believe I missed this
    before! Deleting the erroneous tag cleaned up the whole
    site.

    I had the same thing happen to me. After hours of trouble
    shooting I found a bit of inappropriate code left in the HTML.
    Cleaned that up and all is good. Seems like it is often something
    so simple. Guess that is why it is so maddening when i can't figure
    it out!

  • Need help for style not displaying correctly in chm

    I’m using RoboHelp HTML version 8.  RH8 is dropping a style from my stylesheet.  The style appears to be applied correctly when I view a topic (the HTML file) directly with either IE or Firefox browser, and it appears correctly when I view the topic with the “Item View” feature in RH8 (the eyeglasses icon).  However, in the compiled HTML help output from RH, the style is not correct.  The style in question is a class of style (“desc” for descriptions) for a subset of table data. The “desc” class should have the data in the cell left justified, and the cell width should be 50%.  The main parent style for table data (centered text, cell width varies) seems to be applied instead, and the child style for descriptions is not applied.  Below I've included a screen shot of a table page as it looks in Item Viewer, then the same page as it appears in the CHM, and finally the style sheet in its original state before being added to RH.
    Here are things I’ve checked for:
    ·         The project is large, with over 6300 topics and a compiled chm of 5560 KB.  RH crashes when I try to apply style sheets or master pages to multiple topics from the Topic List.  However, I created a much smaller test project with 122 topics and still get the dropped style.
    ·         The style sheets were created outside of RH, and are also used for presenting the same content over the web outside of RH.  The styles display fine in the other context through a browser.  I have not modified the style sheet in RH, but I have opened it in RH.  I’ve also tried deleting and re-copying the style sheet into the project.
    ·         There is another set of styles applying to the tables, for table rows.  There is a “tr” class for the heading and classes for rotating background colors.  These child styles appear correct with no problems.  Every row in a table belongs to a child class of row styles.  In the case of table data styles, most cells require the parent “td” style and only a subclass require the child “desc” style.  It’s the “desc” style that isn’t showing up in the chm.  Is this a clue?
    ·         Multiple style sheets per topic.  Apparently only one style sheet can be used per topic.  In my project, I have two types of topics, called schema pages and table pages, with a style sheet for each.  The same master page is used for both types.  The master page uses the tables style sheet.  Therefore, the tables topics (the ones with the dropped style) use only one style sheet, but it is specified in both the master page and the topic itself.   Is this a problem?
    ·         Reviewing the style sheet in RH.  When I inspect the style sheet through RH’s Project Manager, the table data and table row styles appear under “Other” and not under “Table.”  Is this a clue?
    The special formatting of the description cells in our table-heavy project is essential.  I’ve spend days trying to troubleshoot this problem and would appreciate any help anyone can offer.

    Hi jensei,
    Thanks for that. When I took that screenshot - bizarrely those cells all had exactly the same html. I can't easily prove that now as I have tinkered with that test page quite a lot since. I started thinking maybe I could do something "clever" with table styles to save me the joyless task of manually editing all tables in my project. In the end I gave up and decided to devote a couple of hours to going through and reformatting all tables with a font that was the same size and of a similar type face to the rest of the page. Obviously not an option in your monster project, but it worked for me.
    I've seen so many random results here that I can't get my head around what exactly is going wrong - for me the issue seems connected with style = none in a table.
    Anywhere else on the page, style = none yields text with font = Tahoma 10pt.
    But in the table cells that text sometimes rendered ok in CHM, but often it would randomly appear far larger.
    So for me the cure was to format all tables with font = arial 10pt (rendered result is similar, but somehow different enough to stop the erroneous size rendering).
    That's as far as I got - as usual with time being very precious, I've had to curb my geekiness and crack on.
    Cheers,
    Andy

  • CSS styles not displaying in Contribute CS3

    On some (but not all) of the computers at this organization, when you click "Edit" in Contribute, it doesn't show the CSS styles; in other words it displays in Times New Roman, and the top menus are spread accross the page; this means that users have to scroll way way down the page to see the content they need to edit; it also means that the page doesn't look at all like it looks in a browser.
    Any ideas? Is this something to do with Internet Explorer?
    Thanks for any suggestions.
    Jack
    Hendersonville, NC

    Make sure the address bar in Contribute is displaying your URL and not a file path.
    Your administrator can remedy this by going to the role settings and making sure the Home address is set to the URL.  If you can't get the admin to update the role settings, you can enter your URL into the address bar and then the site should be able to find linked style sheets.

  • Indesign nested style not displaying correctly

    Hello, having a little bug here. when i style something that has a nested style, the styling doesn't continue after multiple lines unless i open and close the document... here is a visual example.
    the first paragraph is displaying correctly, the second is displaying improperly.
    the body colored text (bold cyan) style stops at an "end nested style" character, and the normal paragraph copy style (black) continues after that to the next bullet. but as you can see it won't visually show the new styling until i reopen the document. very weird, correct?
    am i making sense? any ideas?
    mac 10.5.6
    2x3.2quad eight core
    id cs4

    Mike,
    I would edit the first nested style to apply through one bullet (copy n paste a bullet here); or better: set up the paragraph style to make bullets and you could instead charcter style the bullet from the Bullets and Numbering part of the dialog box, and leave it out of the nested style section.
    Question: Do you want the blue to cover a set number of lines? Then define a line style, just south of the nested styles part of the dialog box.
    If the trick relies on a End Nested Style character embedded, then you are probably doing that because you want random word count lengths for the blue character style to be applied in different paragraphs. Sounds like work, tho, to me, and I would look for a simpler rhythm, if there is one.
    Mike Witherell in Maryland

  • Graphic styles not displaying

    I have Graphic styles in the panel such as the Additive ones that have little red lines through the lower right corner, and when I apply them to images it make the artwork it was applied to disappear. What is going on with these?
    Thanks.

    1. I guess what I am confused by, is why are these even here (blank styles) if you can simply define your own style from scratch? Do these serve some other purpose?
    2. When you define a new style, which attributes from the selected artwork does it take on? It seems to take the color, what about stroke, texture, etc? Is there a way to choose which attributes to select for the style and which ones you do not want it to take on?
    Thanks.

  • CSS styles not displaying correctly in browser. CS4

    I've come across a strang problem. When testing my project in a browser the CSS isn't showing at all.  So, as a test, I published one of the DW preset templates (A two clm elastic jobbie) and that CSS doesn't show either.
    Everything is aligned left. Boarders, gutters etc are ignored.
    When I'm viewing it in design view everything looks fine.
    Any ideas?

    Makes no difference at all, Nancy.
    OK. Just to clarify. If the HTML document isn't saved first, you're apt to get a link like this which points to the local hard drive.
    <link href="file:///C|/Site-Name/Styles/Basic.css" rel="stylesheet" type="text/css" />
    Assuming a Local Site Folder has been properly defined, DW should resolve the link to the proper path when the page is saved.
    <link href="Styles/Basic.css"  rel="stylesheet" type="text/css" />
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Styles not displayed after uploading site [was: Dreamweaver CS4]

    First time using CS4 Dreamweaver, just upgraded to Windows 7.
    I have designed several sites and never had this problem. Uploaded
    everything - my web site views like it is missing the Style Sheets. Whats
    up with this? I keep reviewing and reviewing and cannot seem to find the problem.
    Web site is http://www.mid-lifecycle.com. Any suggestion would be very helpful.
    Thank you
    Barbara
    [Subject line edited for clarity by moderator]

    xxzzyyt wrote:
    First time using CS4 Dreamweaver, just upgraded to Windows 7.
    Together with John's reply, this gives a strong clue. It looks as though the site root is incorrectly defined. See http://forums.adobe.com/thread/478327.

  • IE6 not displaying css style

    Hi all,
    I have a weird problem. I have created a simple css style for
    a page header. On the top of the white area to the right of the
    page it the words "Health and Beauty" should have white text with a
    purple background. For some reason the background color is not
    showing up in IE 6. It shows up in every other browser on both the
    windows and mac platforms. Any ideas? The page is question is
    www.greenforlife.net/healthandbeauty.html. The css is as follows:
    body {
    background: #465e34;
    color: #FFFFFF;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    #topnav ol {
    display: inline;
    #signup a:hover {
    display: inline;
    margin: 0px;
    padding: 0px;
    #footer {
    position: relative;
    width: 850px;
    bottom: 0px;
    float: left;
    margin: 30px;
    text-align: center;
    #footer a {
    text-decoration: none;
    color: #FFFFFF;
    #wrapper {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    height: 930px;
    background: #608246 url(images/reuse.jpg) no-repeat left
    top;
    #masthead {
    width: 320px;
    position: relative;
    left: 0px;
    top: 0px;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-align: left;
    float: left;
    height: 91px;
    background: #465E34;
    padding-top: 5px;
    #mastheadtagline {
    font: 1em Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-align: right;
    float: left;
    width: 530px;
    position: relative;
    top: 0px;
    padding-top: 74px;
    background: #465e34;
    vertical-align: bottom;
    padding-bottom: 5px;
    #topnav li {
    list-style: none;
    display: inline;
    margin-right: 3px;
    border-right: thin solid #FFFFFF;
    padding-right: 6px;
    font-size: 13px;
    .topnavrightli {
    border-right: thin solid #8E66A9;
    #leftnav {
    float: left;
    width: 175px;
    position: relative;
    top: 100.px;
    color: #c2e2a9;
    left: 0px;
    line-height: 1.75em;
    background: #465E34;
    height: 550px;
    top: 100px;
    #newslettertext {
    font-style: italic;
    line-height: normal;
    color: #FFFFFF;
    #content {
    float: left;
    width: 650px;
    position: relative;
    top: 30px;
    left: 25px;
    background: #FFFFFF;
    border: thin solid #465E34;
    height: 650px;
    color: #465E34;
    font-size: 12px;
    #flashholder {
    position: relative;
    width: 650px;
    top: 0px;
    height: 153px;
    #abouttext {
    position: relative;
    width: 630px;
    top: 0px;
    padding-top: 5px;
    color: #465E34;
    margin-left: 5px;
    margin-right: 0px;
    font-size: 12px;
    padding-left: 5px;
    .sectionheader {
    font-size: 16px;
    font-style: italic;
    background: #B7EBA1;
    display: block;
    border: thin solid #406432;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    .highlight {
    font-size: 16px;
    font-style: italic;
    color: #3E0947;
    display: block;
    padding-top: 7px;
    #abouttext img {
    float: left;
    padding-right: 10px;
    padding-left: 20px;
    #abouttext li {
    list-style: url(images/bulletimage.gif);
    #abouttextheader {
    width: 550px;
    position: relative;
    top: 0px;
    padding-left: 10px;
    #signup {
    width: 175px;
    top: 0px;
    position: relative;
    display: inline;
    text-align: left;
    #gemoftheweek {
    float: right;
    width: 310px;
    position: relative;
    border: thin solid #465E34;
    margin: -55px 0px 0px -1px;
    padding: 0px;
    top: 0px;
    right: 0px;
    height: 175px;
    #promotestext {
    float: left;
    width: 300px;
    clear: right;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: left;
    #reuse {
    margin-left: 30px;
    margin-top: 20px;
    margin-right: 20px;
    #gemheader {
    font-size: 14px;
    font-style: italic;
    color: #FFFFFF;
    background: #465E34;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    display: block;
    margin: 0px;
    #contenttable {
    position: relative;
    width: 650px;
    top: 0px;
    .tableheader {
    background: #C3E2A9;
    border: medium solid #465E34;
    .tableimg {
    padding-left: 25px;
    #challengebox {
    border: thin solid #465E34;
    #gemoftheweekcontent {
    position: relative;
    width: 310px;
    top: 0px;
    height: 145px;
    #gemtext {
    font-size: 15px;
    font-style: italic;
    padding-top: 0px;
    text-align: center;
    display: block;
    float: right;
    margin-top: 40px;
    width: 130px;
    margin-left: 5px;
    #logo {
    background: #618247;
    text-align: center;
    float: left;
    width: 151px;
    height: 70px;
    margin-bottom: 10px;
    }#gemimage {
    float: none;
    width: 151px;
    position: relative;
    top: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    #logodivider {
    background: #465E34;
    width: 175px;
    height: 20px;
    #topnav a:link {
    color: #FFFFFF;
    text-decoration: none;
    #leftnav li {
    list-style: none;
    margin-left: -25px;
    #leftnav a:link {
    text-decoration: none;
    color: #C2E2A9;
    display: block;
    #leftnav a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #618247;
    display: block;
    #leftnav a:visited {
    color: #C2E2A9;
    text-decoration: none;
    #topnav a:visited {
    color: #FFFFFF;
    text-decoration: none;
    #topnav a:hover {
    color: c4eca5;
    text-decoration: none;
    #topnav {
    float: left;
    width: 800px;
    position: relative;
    top: 10px;
    background: url(images/purplenavbg.gif) no-repeat;
    left: 25px;
    text-align: center;
    font-size: 13px;
    height: 25px;
    padding-top: 4px;
    #test {
    position: relative;
    width: 200px;
    top: 0px;
    left: 50px;
    .pageheader {
    color: #FFFFFF;
    background: #8E66A9;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    border-top: 1px solid #41054A;
    border-bottom: 1px solid #41054A;
    display: block;
    h1 {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    .articleblock {
    border-right: 1px solid #465E34;
    border-left: 1px solid #465E34;
    padding-right: 1em;
    padding-left: 1em;
    vertical-align: top;
    .articleblockright {
    border-right: 1px solid #465E34;
    padding-right: 1em;
    padding-left: 1em;
    h2 {
    font-weight: bold;
    font-size: 12px;
    Thanks,
    John

    What happens if you remove the italic style from the font....
    it could be
    this:
    http://www.positioniseverything.net/explorer/italicbug-ie.html
    Nadia
    Adobe® Community Expert : Dreamweaver
    Skype: nadiaperre
    Tutorials |SEO |Templates
    http://www.DreamweaverResources.com
    http://www.csstemplates.com.au
    http://www.adobe.com/devnet/dreamweaver/css.html
    CSS Tutorials for Dreamweaver
    "John Ciccolini" <[email protected]> wrote
    in message
    news:ehp18m$21b$[email protected]..
    > Hi all,
    > I have a weird problem. I have created a simple css
    style for a page
    > header.
    > On the top of the white area to the right of the page it
    the words "Health
    > and
    > Beauty" should have white text with a purple background.
    For some reason
    > the
    > background color is not showing up in IE 6. It shows up
    in every other
    > browser
    > on both the windows and mac platforms. Any ideas? The
    page is question
    > is
    > www.greenforlife.net/healthandbeauty.html. The css is as
    follows:

  • Export Options not displaying in Object Style Options panel

    Hi,
    I'm trying to create an object style for decorative images as artefacts and set that style for export to PDF, but in the Object Style Options panel the Export Options settings (which I've seen before, bottom left of the panel) are not displayed. Can anyone tell me how I can make them visible? I'm on InDesign CS6.
    Thanks, Ally

    Hi changilainen2,
    Yes, we are following Adobe Forum!!!
    Thanks for your inputs. Actually while implementing this feature we were bit confused if it is of more importance to have these options in the Object Styles. That's why you are finding it missing from there.
    But feedback from you and some other folks, made us realize that we should have it in object styles too.
    Thanks we'll try incorporating this in the feature.
    ~Monica.

  • [Solved] nm-applet does not display in normal user's panel

    I installed Arch Linux yesterday. Today, I am trying to get some of the refinements working. I installed OpenBox as a standalone window manager. I got several things working exactly the way I wanted as root, such as networkmanager, nm-applet, and pypanel. When I startx as root, the nm-applet is properly displayed in the pypanel.
    Then I discovered that I could not run an X application as the normal user without first running "xhost +" as root. At this point, it dawned on me that I am not supposed to run startx as root, but as the normal user. Duh!
    So, I thought I set up everything the same way for the normal user. When I startx as the normal user, OpenBox runs, nm-applet runs, and pypanel runs, but pypanel does not display the nm-applet icon. I can now run my X application as the normal user, so that is good.
    My .config/openbox/autostart file is exactly the same for root and my normal user:
    (sleep 3 && pypanel) &
    (sleep 3 && /usr/bin/nm-applet --sm-disable) &
    nm-applet was started by this code, because ps -ef shows it running and owned by the normal user:
    [tim@(none) ~]$ ps -ef|grep nm-applet
    tim 2311 2306 0 15:27 tty1 00:00:00 /usr/bin/nm-applet --sm-disable
    tim 2332 2327 0 15:27 pts/0 00:00:00 grep nm-applet
    [tim@(none) ~]$ ps -ef|grep networkmanager
    root 497 476 0 14:14 ? 00:00:00 /sbin/dhcpcd -B -K -L -G -c /usr/lib/networkmanager/nm-dhcp-client.action eth0
    root 869 476 0 14:30 ? 00:00:00 /sbin/dhcpcd -B -K -L -G -c /usr/lib/networkmanager/nm-dhcp-client.action ra0
    tim 2345 2327 0 15:27 pts/0 00:00:00 grep networkmanager
    Why does pypanel display the nm-applet icon for root but not for the normal user?
    Tim (newbie to Arch but previously ran ArchBang for six months)
    Last edited by ratcheer (2012-05-02 22:34:30)

    I have now switched to tint2 from pypanel, anyway. It is much cleaner and easier to use. At least in my opinion.
    Tim
    Last edited by ratcheer (2012-05-03 02:31:59)

  • Css style sheet will not display images

    If i hardcode my style into the Login header.
    Change my body to reflect my html changes for div tags
    the login displays the way I want.
    If I remove my style and link to an uploaded style doing the following.
    <link rel="stylesheet" href="#WORKSPACE_IMAGES#SAMPLE2A.css" type="text/css">
    the images do not display. Everything else from the style sheet works
    just the images do not.
    I am doing the following to display the images
    #header {background: url("#WORKSPACE_IMAGES#testheader.png") no-repeat; width: 743px; height: 123px; position: relative;}
    is "#WORKSPACE_IMAGES#testheader.png" correct way to display images when doing css
    Howard

    #WORKSPACE_IMAGES# is not substituted in files, such as css at runtime, only in the page template (and other places in apex). The best way that I've found is to define the bulk of your classes in a .css, and only the image attributes in the page template header. Or, you can just store everything on the filesystem in Apache and use relative paths.
    Tyler

  • Comments are not displaying normally (Ref: TA-20964)

    Status: Investigating
    Affects: Some users
    Description: Users have been reporting that their comments are not displaying and have been replaced with a Tagged TOS image.
    We're currenly working to resolve this issue to get your comments back up as normal. Thank you all for your patience!
    Please feel free to Contact Us to report this issue or you can click 'Me Too' on this post to let us know.

    Win 7.
    I see the entire page here in IE9, IE8 (Compatibility View), Firefox and Chrome.

  • Email text not displaying normally / links within email not functionin​g

    All of a sudden, emails are not displaying normally; symbols and numbers are interspersed within words of emails, no graphics, no functioning links within emails on my BlackBerry Curve 8530.  Verizon Wireless suggested I upgrade to a different phone.  That's helpful.

    Have you sent HTML emails to GMAIL, HOTMAIL and YAHOO accounts successfully before? Are those services capable of handling HTML formatted email? Not all email clients can handle that type of email.
    OT

Maybe you are looking for

  • Tns problem with Oracle 11g ODAC 11.1.0.6.21 with Oracle Developer Tools

    I installed the full Oracle 11g ODAC 11.1.0.6.21 with Oracle Developer Tools for Visual Studio now I am at the good old "[ORA-12154: TNS:could not resolve the connect identifier specified]" error. I copied the same tnsnames.ora as used on the db serv

  • I am work on fluid grid web site in DW CC but my nav button link is not work

    html code <div id="div1" class="fluid" >            <ul id="ul">             <li id="li"><a href="who_we_are.html">who we are</a>                       <ul>                 <li id="li"><a href="team.html">team</a></li>                       <li id="l

  • ITunes won't recognize iTouch

    Each time I start computer, I must uninstall/re-install iTunes in order to have Touch recognized. I've tried all Apple support suggestions, and disabled antivirus/firewall aps. Suggestions? Thanks.

  • Need help with DECODE function

    Hello, I am trying to use default within the decode function and every time I get a missing expression. I have searched everywhere and cant figure out what I'm doing wrong. Thanks select decode (request_id,0,'No files found', DEFAULT)

  • Submitting Report to Apple

    I had my hard drive replaced last year on my 2.4 GHz Intel Core 2 Duo, 2 GB 667 MHz DDR2 SDRAM MAC running OSX V10.5.8.  Ever since, when I attept to submit a crash report to apple, It will not allow me to.  Says unable to submit report at this time.