RH9: Unwanted bold formatting showing up in WebHelp

I have a WebHelp build with a topic that, when published, shows bold formatting where there should be none. Only a word within each bulleted sentence should be bold, not the entire sentence. The .xpj file does not assign bold formatting to this text. I looked at the source code for the .htm file and see no tags that would bold each sentence rather than the specified words. What should I investigate to fix this?

The XPJ does not apply formatting to anything.
You say you have looked at the HTML for the topic but have you examined the CSS used?
Have you tried using a different CSS to see if the problem remains?
Does it happen in more than one browser?
Does it happen if you create a new topic with default.css applied?
How do you publish to the server?
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • Screen shots not showing up in WebHelp (RH7)

    Hello:
    I'm having an issue where screenshots (all are .png) aren't showing up in WebHelp. I'm not sure what happened! I have added and edited tons of screenshots since I started my project, but I have no idea if that would affect WebHelp.
    Basically, when I try to view results, it just shows white space where the screenshots are supposed to be, and then at the bottom of Intertnet Explorer it says something like "(11 items remaining) Downloading picture file....." And it just sits there. It doesn't appear to actually "download" even though... it's right there on my computer! Any ideas?
    Thanks,
    Dan

    Hi all
    Just to balance it out.
    My experience with PNG images has been quite the opposite. I've used them nearly exclusively with RoboHelp since the Adobe version 6 and can't say I've ever seen a problem.
    However I do suppose it could boil down to the application used to create them. Peter alluded to that earlier.
    The tools I use for creating PNG are TechSmith SnagIt version 8 and good old Microsoft Paint. I know that Adobe FireWorks works with images in a similar manner to PhotoShop. By that I mean that you can work with layers (I think - I only have a passing familiarity with it and don't use it often enough to really know it). I believe FireWorks saves in .PNG format to store its layering information. You probably have to "flatten" it to make a PNG like SnagIt or Paint creates.
    For what it's worth (after factoring in exchange rates and the current economic climate, that may not be much!) Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • How to Print a text in bold format in a classic report ??

    How to Print a text in bold format in a classic report ??

    hi
    u can use
    <b>FORMAT  INTENSIFIED ON.</b>
    regards
    ravish
    reward if useful

  • Need Header in Bold format

    How to display 'Bold format' header in classical report?
    Is there any functional module for formatting normal text?
    Edited by: Amrita Mane on Jun 11, 2009 9:31 AM

    HI Amrita,
    There  are no formatting options in Classical reporting.
    You will have to make use of class CL_DD_DOCUMENT and the attributes STYLE/FONT within it so that you can get a BOLD Header.
    There is a ADD_TEXT method within it, which will help you achieve the result.

  • Losing Bold Format in Framemaker 10

    Hello,
    I have been having a problem with the format of my headings, footers and logos losing the bold appearance in Framemaker 10. When the document was created according to our EDD, template and paragraph designer, certain Headings were defined as BOLD along with the company logo and some content in the footer. For the past couple of days any BOLD formatting has disappeared from certain sections in my book and has become regular weight (although it still retains the BOLD status in the paragraph designer it is applying a regular weight font). Therefore I have to re-apply all heading elements etc in order for this BOLD format to take affect again. I do this save the document and sometimes it disappears yet again  then I need to apply the elements all over again.
    Can you please explan to me why this is happening and if there is a solution to fix this.
    Thanks
    Anne Macfarlane

    There could be several causes on this. The EDD rules are applied in an order, so it could be that you have a rule that says "use a para tag that is bold" and another rule somewhere that says "make it regular" and then you have a conflict. A few questions for you:
    1. Does this happen in a consistent way? That is, can you recreate the issue "at will" by building a specific combination of elements.
    2. Can you move the elements to another location in your structure and have the bold "come back" when you reposition this?
    If those are in fact things that happen, then review the EDD carefully to ID the right combinations. My guess is that you have a combination of rules (such as First or Last para rules, or some type of character level format) kicking in and messing with the files.
    Check to see what para tag is applied, but also check the element as well as its parent and other ancestors. ID if any of these are driving a change. This will mean digging in the EDD a bit though, so you need to be comfortable with that. Worst case, you may want to see if anyone who consults on EDD development can help out. It should be fixable, and my guess is that even someone who doesn't know your EDD specifically can find and ID the issue in about an hour or so. Note that this is a knee jerk estimate, but finding and fixing this shouldn't be the toughest thing to do.
    Hope this helps,
    Bernard

  • Unwanted Default Formatting with import XML

    I have a problem of unwanted default formatting with import XML. Under InDesign CS6, I  import XML with merge mode.
    One frame is difficult to apply with the placeholder, I should put the XML element A inside by hand. InDesign automatically applies the character style of the child element B to the following text in element A.
    I tried the steps of this article http://indesignsecrets.com/fixing-unwanted-default-formatting.php/comment-page-1#comment-5 62875
    But it doesn't work for me.
    Dose anyone have an idea? Thanks.

    Kasyan, I agree with you!
    So this is what i did in xslt.
    First I added the following namespace to the stylesheet.
    xmlns:file="http://www.jclark.com/xt/java/java.io.File"
    This is not supported by indesign, you have to do this with a parser. I used saxon to parse the xml.
    And this is the part for the existing file lookup.
    If the file exists the image is placed as a href, if it doesn't exist i put the name of the image between brackets. In this case we can see in which image doesn't exist.
    <xsl:choose>
         <xsl:when test="file:exists(file:new(string($imagefile)))">                                         
              <xsl:element name="Articleimage">
                   <xsl:attribute name="href">file://../images/<xsl:value-of select="Properties/Property[@field = 9]"/></xsl:attribute>
              </xsl:element>
          </xsl:when>
          <xsl:otherwise>
              <xsl:text>[</xsl:text><xsl:value-of select="Properties/Property[@field = 9]"/><xsl:text>]</xsl:text>
          </xsl:otherwise>
    </xsl:choose>
    I hope it helps for others.
    Good luck!
    Glen

  • I am building a website and viewing in Firefox no bold text showing OK in Explorer

    I am building a new PHP web site and when I view it in Firefox none of the bold text shows as bold, it works in Explorer. I have the latest version of Firefox and i am running windows 7. I have read several similar problems on the net but they are two or more years old.
    Please can you help.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Firefox offered me a program that killed unwanted cookies and showed me a pop-up as they were deleted and it's gone. How can I get it back? Thanks

    Firefox offered me a program that killed unwanted cookies and showed me a pop-up as they were deleted and it's gone. How can I get it back? Thanks

    Thanks, but that didn't do it.
    When it was working, there was a small Firefox icon in the lower right corner...it showed a pop-up when someone tried to load a cookie, described it and deleted it. Yahoo was trying to load cookies every 15 minutes or so, this feature alerted me and described the action as 'self-destructed'. Would like to get it back....
    Thanks, Tedzo

  • 5508 wlan gui psk format shows ascii is actually hex

    Version 7.0.116.0  wlan psk format shows as ascii in gui but is configured as hex.
    Appears to be cosmetic bug as clients still work ok when entering in correct hex key.
    Thanks
    Has anyone seen this on WLC controllers. My lab 2106 also has same trouble with 7.0.98 code ?

    Hello Scott - thanks for the reply.
    You misunderstand the problem.
    Try setting the PSK key for HEX format in the gui. After you setup the hex key it works ok for client but
    the gui screen still shows it to be ascii.

  • Generated WebHelp bold formatting issue

    Hi
    I have a problem with formatting that is breaking inconsistently when I generate my project.
    The formatting of my stylesheet:
    An example of a section of content: "Planning and preparation"and "Training" = Heading 6. the rest of the bulleted text is a multi-level list style based on Normal
    The HTML (I included a section of code above the problem section to show that it is not different):
    The generated output:
    I cannot see why the section below the <h6> Planning and preparation is in bold!! It is also not consistent. In another similar topic with the same layout, the text below the H6 is not bold.
    Can anyone help?

    Hi Jared
    I am generating WebHelp only. It isn't only this topic. It seems to only happen to Normal text after using Heading 6. But it doesn't happen everywhere where Normal text is followed by H6. I have various similar topics and it only happens to some of them.
    HTML code:
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta name="template" content="Pragma.htt" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="OriginalFile" content="6. Warehousing.docx" />
    <meta name="generator" content="Adobe RoboHelp 10" />
    <title>6.1.15 Train WHS resources</title>
    <link rel="stylesheet" href="..\default.css" type="text/css" />
    </head>
    <body>
    <h3>6.1.15 Train WHS resources</h3>
    <h5>Purpose</h5>
    <p>Ensure that the learners:</p>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">understand and comply
    with the principles of the WHS business process at the client before it
    goes live</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">are fully compliant
    with the client’s documented standards and procedures.</p><?rh-list_end ?>
    <h5>Responsible role</h5>
    <p>Project engineer</p>
    <h5>Target audience</h5>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">Client resources
    involved in the WHS process, eg data capturers, operators, artisans, technicians,
    foremen and supervisors (who may be contractors).</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">Client’s warehouse
    personnel staff</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">ACC staff for an
    ACC@Client or a Service Support Centre</p><?rh-list_end ?>
    <h5>Best practices</h5>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">Ensure that the training
    is interactive and that learners are fairly assessed.</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">The learners must
    be able to perform the tasks covered in the assessment.</p><?rh-list_end ?>
    <h5>Inputs</h5>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">WHS training material</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">WHS training assessment</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">Guidelines for trainers</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">Training Attendance
    Form (customised)</p><?rh-list_end ?>
    <h5>Tasks</h5>
    <h6>Planning and preparation</h6>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">Review the training
    guidelines.</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">Print the customised
    WHS training material as a handout for the learners.</p><?rh-list_end ?>
    <h6>Training</h6>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">The learners complete
    the Training Attendance Form.</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" style="list-style: rh-list; list-style: rh-list;" ?><p
      style="text-indent: -0.5cm; margin-left: 0.5cm;">Train the learners
    in:</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" level="2" mc="1" ic="1" style="list-style: rh-list;
         list-style: rh-list;" ?><p style="text-indent: -0.5cm;
                margin-left: 1cm;">5S principles</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" level="2" mc="1" ic="1" style="list-style: rh-list;
         list-style: rh-list;" ?><p style="text-indent: -0.5cm;
                margin-left: 1cm;">warehouse
    layout</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" level="2" mc="1" ic="1" style="list-style: rh-list;
         list-style: rh-list;" ?><p style="text-indent: -0.5cm;
                margin-left: 1cm;">coding
    and binning of MRO items</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" level="2" mc="1" ic="1" style="list-style: rh-list;
         list-style: rh-list;" ?><p style="text-indent: -0.5cm;
                margin-left: 1cm;">stocktaking</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" level="2" mc="1" ic="1" style="list-style: rh-list;
         list-style: rh-list;" ?><p style="text-indent: -0.5cm;
                margin-left: 1cm;">On Key
    functionality, if applicable</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" level="2" mc="1" ic="1" style="list-style: rh-list;
         list-style: rh-list;" ?><p style="text-indent: -0.5cm;
                margin-left: 1cm;">all WHS
    procedures documented in the Standards Manual.</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" mc="1" ic="1" style="list-style: rh-list;
         list-style: rh-list;" ?><p style="text-indent: -0.5cm;
                margin-left: 0.5cm;">Assess
    the learners to ensure that they understand the WHS processes and are
    competent in using the tools involved.</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" mc="1" ic="1" style="list-style: rh-list;
         list-style: rh-list;" ?><p style="text-indent: -0.5cm;
                margin-left: 0.5cm;">Present
    a certificate to each learner who passed the assessment.</p><?rh-list_end ?>
    <h5>Deliverables</h5>
    <?rh-list_start class="Bullet_Multilevel" mc="1" ic="1" style="list-style: rh-list;
         list-style: rh-list;" ?><p style="text-indent: -0.5cm;
                margin-left: 0.5cm;">Client
    and ACC resources are competent in the WHS standards and procedures.</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" mc="1" ic="1" style="list-style: rh-list;
         list-style: rh-list;" ?><p style="text-indent: -0.5cm;
                margin-left: 0.5cm;">Populated
    Training Attendance Form.</p><?rh-list_end ?>
    <?rh-list_start class="Bullet_Multilevel" mc="1" ic="1" style="list-style: rh-list;
         list-style: rh-list;" ?><p style="text-indent: -0.5cm;
                margin-left: 0.5cm;">Results
    from the learner assessment.</p><?rh-list_end ?>
    </body>
    </html>
    Stylesheet:
    /*Created with Adobe RoboHelp 10.*/
    body {
    font-family: Arial;
    background-color: #ffffff;
    font-size: 10.0pt;
    margin-top: 0pt;
    /* PHeading 1-4 */
    h1 {
    font-weight: bold;
    color: #35365b;
    margin-top: 22pt;
    margin-bottom: 0pt;
    page-break-after: avoid;
    font-size: 18pt;
    x-next-class: ;
    x-next-type: p;
    h2 {
    font-weight: bold;
    font-size: 14.0pt;
    margin-top: 22pt;
    margin-bottom: 0pt;
    page-break-after: avoid;
    color: #35365b;
    x-next-class: ;
    x-next-type: p;
    h3 {
    font-weight: bold;
    font-size: 12.0pt;
    margin-top: 20pt;
    margin-bottom: 0pt;
    page-break-after: avoid;
    color: #35365b;
    x-next-class: ;
    x-next-type: p;
    h4 {
    font-weight: bold;
    font-size: 11.0pt;
    color: #35365b;
    margin-top: 16pt;
    margin-bottom: 0pt;
    x-next-class: ;
    x-next-type: p;
    page-break-after: avoid;
    /* PLabel */
    h5 {
    margin-top: 14pt;
    margin-left: 0cm;
    font-weight: bold;
    font-size: 11.0pt;
    margin-top: 14pt;
    margin-bottom: 0pt;
    page-break-after: avoid;
    color: #a7a9ac;
    x-next-class: ;
    x-next-type: p;
    page-break-after: avoid;
    /* PText Bold */
    h6 {
    font-size: 10pt;
    margin-left: 0cm;
    margin-top: 12pt;
    margin-bottom: 0pt;
    margin-right: 0cm;
    font-weight: bold;
    x-next-class: ;
    x-next-type: p;
    page-break-after: avoid;
    /* PText */
    p {
    font-size: 10pt;
    margin-left: 0cm;
    margin-top: 6pt;
    margin-bottom: 0pt;
    margin-right: 0cm;
    p.TOC {
    margin-top: 2pt;
    margin-bottom: 2pt;
    margin-left: 0cm;
    p.Preamble {
    font-size: 10pt;
    margin-top: 6pt;
    margin-bottom: 0pt;
    margin-right: 0cm;
    margin-left: 0cm;
    color: #a7a9ac;
    font-style: italic;
    p.Image {
    font-size: 10pt;
    margin-top: 6pt;
    margin-bottom: 0pt;
    margin-right: 0cm;
    margin-left: 1cm;
    a {
    display: inline "text-decoration:" underline;
    a.popupspot {
    color: #733f49;
    A:link {
    color: #733f49;
    text-decoration: underline;
    A:visited {
    color: #733f49;
    text-decoration: underline;
    A:hover {
    color: #733f49;
    A:active {
    color: #733f49;
    text-decoration: underline;
    a.expandspot {
    color: #733f49;
    cursor: hand;
    font-style: italic;
    text-decoration: none;
    span.expandtext {
    font-style: italic;
    font-weight: normal;
    color: #733f49;
    a.dropspot {
    cursor: hand;
    color: #733f49;
    font-style: italic;
    text-decoration: none;
    a.glossterm {
    color: #733f49;
    cursor: hand;
    font-style: italic;
    text-decoration: none;
    span.glosstext {
    font-style: italic;
    font-weight: normal;
    color: #733f49;
    /* List styles */
    ol {
    margin-left: 0.5cm;
    margin-top: 0pt;
    margin-bottom: 0px;
    margin-right: 0cm;
    ul {
    margin-left: 0.5cm;
    margin-top: 0pt;
    margin-bottom: 0px;
    margin-right: 0cm;
    list-style: disc;
    li {
    margin-top: 6pt;
    a.breadcrumbs {
    color: #733f49;
    display: inline;
    font-size: 8pt;
    rh-list.Heading_Numbered {
    x-lvl-1-p-tag: h1;
    x-lvl-1-format: "<x>.";
    x-lvl-1-margin: 20px;
    x-lvl-1-text-indent: -20px;
    x-lvl-2-p-tag: h2;
    x-lvl-2-format: "<1>.<x>";
    x-lvl-2-type: decimal;
    x-lvl-2-margin: 30px;
    x-lvl-2-text-indent: -30px;
    x-lvl-3-p-tag: h3;
    x-lvl-3-format: "<1>.<2>.<x>";
    x-lvl-3-type: decimal;
    x-lvl-3-margin: 40px;
    x-lvl-3-text-indent: -40px;
    x-lvl-4-p-tag: h4;
    x-lvl-4-format: "<1>.<2>.<3>.<x>";
    x-lvl-4-type: decimal;
    x-lvl-4-margin: 50px;
    x-lvl-4-text-indent: -50px;
    x-lvl-5-p-tag: h5;
    x-lvl-5-format: "<1>.<2>.<3>.<4>.<x>";
    x-lvl-5-type: decimal;
    x-lvl-5-margin: 60px;
    x-lvl-5-text-indent: -60px;
    x-level-count: 5;
    rh-list.Bullet_Multilevel {
    x-lvl-1-type: disc;
    x-lvl-1-format: "<x>";
    x-lvl-1-margin: 0.5cm;
    x-lvl-1-text-indent: -0.5cm;
    x-lvl-1-p-tag: p;
    x-lvl-2-type: disc;
    x-lvl-2-format: "<x>";
    x-lvl-2-margin: 1cm;
    x-lvl-2-text-indent: -0.5cm;
    x-lvl-2-p-tag: p;
    x-lvl-3-type: disc;
    x-lvl-3-format: "<x>";
    x-lvl-3-margin: 1.5cm;
    x-lvl-3-text-indent: -0.5cm;
    x-lvl-3-p-tag: p;
    x-lvl-4-type: disc;
    x-lvl-4-format: "<x>";
    x-lvl-4-margin: 2cm;
    x-lvl-4-text-indent: -0.5cm;
    x-lvl-4-p-tag: p;
    x-level-count: 4;
    table.Table_Normal {
    padding: 0px;
    x-border-spacing: 0px;
    x-row-pat-1: 1;
    x-row-pat-1-name: t1Row;
    x-row-pat-count: 2;
    x-row-pat-2: 1;
    x-row-pat-2-name: t2Row;
    x-1st-row: 1;
    x-1st-row-name: t1st;
    x-last-col: 1;
    x-last-col-name: last;
    border-left-style: Solid;
    border-left-width: 1px;
    border-left-color: #a7a9ac;
    border-top-style: Solid;
    border-top-width: 1px;
    border-top-color: #a7a9ac;
    font-size: 10pt;
    vertical-align: top;
    margin-top: 6pt;
    margin-left: 1cm;
    margin-right: 0cm;
    margin-bottom: 12pt;
    table.Table_Normal td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 4px;
    vertical-align: top;
    p-class: p;
    table.Table_Normal tr.t1st td {
    font-weight: bold;
    padding-top: 10px;
    border-right-style: Solid;
    border-right-width: 1px;
    border-right-color: #a7a9ac;
    border-bottom-style: Solid;
    border-bottom-width: 1px;
    border-bottom-color: #a7a9ac;
    vertical-align: top;
    table.Table_Normal tr.t1Row td {
    border-right-style: Solid;
    border-right-width: 1px;
    border-right-color: #a7a9ac;
    border-bottom-style: Solid;
    border-bottom-width: 1px;
    border-bottom-color: #a7a9ac;
    table.Table_Normal tr.t2Row td {
    border-right-style: Solid;
    border-right-width: 1px;
    border-right-color: #a7a9ac;
    border-bottom-style: Solid;
    border-bottom-width: 1px;
    border-bottom-color: #a7a9ac;
    table.Table_Normal tr.t1st td.last {
    border-right-style: Solid;
    border-right-width: 1px;
    border-right-color: #a7a9ac;
    table.Table_Normal tr.t1st td:last-child {
    border-right-style: Solid;
    border-right-width: 1px;
    border-right-color: #a7a9ac;
    table.Table_Normal tr.t1Row td.last {
    border-right-style: Solid;
    border-right-width: 1px;
    border-right-color: #a7a9ac;
    table.Table_Normal tr.t2Row td.last {
    border-right-style: Solid;
    border-right-width: 1px;
    border-right-color: #a7a9ac;

  • Why isn't my CSS formatting showing up?

    Can someone pls review:
    www.emergesolutions-temp1.info/case_studies.html
    and tell me why my formatting isn't applying to the header
    titles as I laid
    out in the CSS?
    The title "Company A Case Study" is supposed to be a dark
    blue and the
    "Background" is supposed to be a light blue. I can see where
    the tags call
    the classes I created but they are not showing up in the
    browser.
    I'm sure I'm not doing something right with CSS but I just
    don't know what.
    Thanks!

    Joe --
    I think she's talking about the heading below that table. The
    text just
    above "Background". She's specified the class
    ".case_study_header" but it's
    not being applied.
    John
    "Joe Makowiec" <[email protected]> wrote in
    message
    news:[email protected]..
    > On 10 Jan 2007 in macromedia.dreamweaver, Beverly wrote:
    >
    >> Can someone pls review:
    >>
    >> www.emergesolutions-temp1.info/case_studies.html
    >>
    >> and tell me why my formatting isn't applying to the
    header titles as
    >> I laid out in the CSS?
    >>
    >> The title "Company A Case Study" is supposed to be a
    dark blue and
    >> the "Background" is supposed to be a light blue. I
    can see where
    >> the tags call the classes I created but they are not
    showing up in
    >> the browser.
    >>
    >> I'm sure I'm not doing something right with CSS but
    I just don't
    >> know what.
    >
    > It's showing how you told it to display:
    >
    > .grey_outline {
    > border: 1px solid #CCCCCC;
    > }
    > .dk_grey_bold {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 8.5pt;
    > font-weight: bold;
    > color: #666666;
    > }
    >
    >
    > <td width="148" align="center"
    class="grey_outline">
    > <p class="dk_grey_bold">Company A<br />
    > Case Study</p>
    > </td>
    >
    > What did you think you had done?
    >
    > --
    > Joe Makowiec
    >
    http://makowiec.net/
    > Email:
    http://makowiec.net/email.php

  • Character Formats showing up in TOC

    TOC entries for, say, "Heading4", are nominally controlled by the paragraph format of the generated "Heading4TOC" format.
    Sometimes the body narrative will have local mods to the Heading4 text. Depending on what you're doing, you may want those mods to show up in the TOC, or you may not. In my case, I did not, and was surprised to see a TOC entry show up in color.
    It turns out that if you apply a Character Format to text used for TOC (and perhaps IX, LOF etc) generation, that ChrFmt is retained when rendering the TOC.
    So if you want the local enhancement to appear in the TOC, use Chr Fmt. I verified this by setting a heading word to Character Format "Symbol" (which applies the Symbol font`, all else As-Is). The TOC entry had that word in Symbol glyphs.
    if you don't want the local enhancement to appear in the TOC, use local overrides. I verified this by just doing a Format > Font > Symbol on the same word of the heading. The TOC entry had that word in roman.
    In my case, I have a table imported (as EPS) from a spreadsheet. I want the table title to appear in TOC, but of course Frame can't "see" that text. So the anchor line is that title in Heading4, which does appear in TOC. This particularly H4 has a local color override that is set invisible via Color Views. I want the TOC entry to be visible, but the Heading4 text in the body to be invisible. This works if the Heading4 has the invisible color applied with the graphics tools. It doesn't work if I use an invisible text Character Format.
    Another way to hack this particular problem is to put the Heading4 title in a text frame behind the imported image. Then it requires no character formatting magic. But you can't see it during edit, and you need to hope that the table white fills really are, and aren't just transparent.

    The TOC will only reproduce the character format of the heading if it  has that character format in its catalogue.
    Thanks for contributing that. It stands to reason that if TOC gen is honoring and replicationg the ChFmt, the easiest way to implement that is just to drag the format in with the text being cloned.
    Building on this, you can control the  appearance of the TOC entry by defining the character format – if you  wish, differently from how it is defined in the main text. So your  Heading 4 override may be coloured white in the main text, but black in  the TOC.
    Thanks again. I'm going to use this starting now, since the present manual set has need of it.
    The key aspects of the implementation:
    The ChFmt name needs to be something very self-evident to future document stewards, like "Hide_Except_TOC".
    In all .fm files except TOC, its definition is
    all As-Is, except for Color,
    which is an existing author-use-only color "Invisible Text" already set Invisible by Color Views during render.
    In the TOC file, the definition of "Hide_Except_TOC" is
    100% As-Is.
    (first time I've ever defined a format like that)

  • Report in text format show break page !!

    when i generate a report in char mode, in a text file, it show a break page between the head section and the principal section. there is any way to delete this break page (a line command or properties ( i specify a desformat no_ff)).
    thanks.

    To get a output data to a text file that contains no form feeds ( page breaks ), or other control characters in the output), do followings:
    Modify the printer definition file to eliminate form feeds
    a. Invoke a text editor and open the file dflt.prt.
    b. Move to the following line:
    after pages control(L)
    Remove "control(L)" so the line appears as shown
    below:
    after pages
    Removing the control sequence from the printer definition file will keep the output from breaking between pages when the report is formatted.
    Thanks
    The Oracle Reports Team

  • Fdisk and format show different cylinders can't use whole disk for solaris?

    Solaris 10 5/09 s10x_u7wos_08 X86
    Format did not show enough cylinders, so we can't use whole raid5 (4x 146GB) volume.
    How can we fix it? We need the full raid5 volume for our solaris.
    formatAVAILABLE DISK SELECTIONS:
    0. c2t0d0 <DEFAULT cyl 17817 alt 2 hd 255 sec 63>
    /pci@0,0/pci10de,375@f/pci108e,286@0/disk@0,0
    Specify disk (enter its number):
    fdisk outputTotal disk size is 53502 cylinders
    Cylinder size is 16065 (512 byte) blocks
    Cylinders
    Partition Status Type Start End Length %
    ========= ====== ============ ===== === ====== ===
    1 Active Solaris2 1 17819 17819 33
    arcconf getconfigbash-3.00# ./arcconf getconfig 1
    Controllers found: 1
    Controller information
    Controller Status : Optimal
    Channel description : SAS/SATA
    Controller Model : Sun STK RAID INT
    Controller Serial Number : 00919AA0670
    Physical Slot : 0
    Temperature : 71 C/ 159 F (Normal)
    Installed memory : 256 MB
    Copyback : Disabled
    Background consistency check : Disabled
    Automatic Failover : Enabled
    Global task priority : High
    Defunct disk drive count : 0
    Logical devices/Failed/Degraded : 1/0/0
    Controller Version Information
    BIOS : 5.2-0 (16732)
    Firmware : 5.2-0 (16732)
    Driver : 2.2-2 (1)
    Boot Flash : 5.2-0 (16732)
    Controller Battery Information
    Status : Optimal
    Over temperature : No
    Capacity remaining : 99 percent
    Time remaining (at current draw) : 3 days, 1 hours, 11 minutes
    Logical device information
    Logical device number 0
    Logical device name : v
    RAID level : 5
    Status of logical device : Optimal
    Size : 419690 MB
    Stripe-unit size : 256 KB
    Read-cache mode : Enabled
    Write-cache mode : Enabled (write-back)
    Write-cache setting : Enabled (write-back)
    Partitioned : Yes
    Protected by Hot-Spare : No
    Bootable : Yes
    Failed stripes : No
    Logical device segment information
    Segment 0 : Present (0,0) 000849E5RY9A P4X5RY9A
    Segment 1 : Present (0,1) 000849E4TX4A P4X4TX4A
    Segment 2 : Present (0,2) 000849E56KAA P4X56KAA
    Segment 3 : Present (0,3) 000849E5S0GA P4X5S0GA
    Physical Device information
    Device #0 - 3
    Device is a Hard drive
    State : Online
    Supported : Yes
    Transfer Speed : SAS 3.0 Gb/s
    Reported Channel,Device : 0,0
    Reported Location : Enclosure 0, Slot 0
    Reported ESD : 2,0
    Vendor : HITACHI
    Model : H101414SCSUN146G
    Firmware : SA25
    Serial number : 000849E5RY9A P4X5RY9A
    World-wide name : 5000CCA0007B2BFF
    Size : 140009 MB
    Write Cache : Disabled (write-through)
    FRU : None
    S.M.A.R.T. : No
    Device #4
    Device is an Enclosure services device
    Reported Channel,Device : 2,0
    Enclosure ID : 0
    Type : SES2
    Vendor : ADAPTEC
    Model : Virtual SGPIO
    Firmware : 0001
    Status of Enclosure services device
    Temperature : Normal
    Device #5
    Device is an Enclosure services device
    Reported Channel,Device : 2,1
    Enclosure ID : 1
    Type : SES2
    Vendor : ADAPTEC
    Model : Virtual SGPIO
    Firmware : 0001
    Status of Enclosure services device
    Temperature : Normal

    astra666 wrote:
    Hi Smart71,
    I know it sounds complicated, but it really isn't.
    You need to select the option to manually edit the disk label
    when you install solaris.
    Your problem is that you have assigned 73 GB for your / (root)
    and 63 GB for your swap. That's not the problem that I see. The problem is that the Solaris partition (and therefore the Solaris VTOC label inside) is only for 136GB. But the actual underlying storage is 409GB. So the entire partition and the VTOC have to be rewritten.
    You only have 2 options. Either re-install Solaris, of re-partition the disk.
    If you don't have a spare disk to copy root to and you want to use
    the whole disk, with just one / root partition, you will need to shrink /swap
    create another slice to copy root to temporarily, and then re-partition your disk. Agreed reinstalling is easiest. But moving slices around will not let you change the VTOC size.
    eg:
    boot from CD into single user mode.
    partition the disk so that eg:
    swap is 3 GB. eg: ( from cylinder 1 to cylinder 400 )
    partition 3 is 7 GB ( from cylinder 401 to cylinder 1318 )
    ( if 7 GB is enough to hold all your / data )
    write the disk label out
    newfs partition 3
    mount / on /a
    mount partition 3 on /mnt
    Copy everything from /a to /mnt eg:
    rsync -vaxH /a /mnt
    or
    find /a -xdev -print | cpio -pdam /mnt
    umount /a and /mnt
    re partition the disk so that / takes all the free space.If that were your goal, you wouldn't have to move anything. Just repartition and use 'growfs' on the root filesystem directly (while booted from CD).
    eg ( starting at cylinder 1319 to cylinder 17816 )
    write disk label out
    newfs part 0 for /
    mount / on /a and part 3 on /mnt
    copy everything back from /mnt to /a
    Check /a to make sure everything is there.
    umount /a and /mnt
    re partition the disk to make /swap 10 GB
    ( starting at cylinder 1 to cylinder 1318 )
    write disk label out.
    And that's it.
    The disk you are working on is 17816 cylinders in size.
    yet down the bottom you say that :
    Total disk size is 53502 cylinders
    That tells me there are 4 disks in the raid 5 set, and that
    you have probably been presented with 3 x 136 GB disks.
    That means that you should have 2 x 136 GB disks free.
    Use one of these to copy your /root to. and then
    re-partition your first disk and copy data back.
    Or partition another disk correctly, write a boot block to it
    Copy your root data to it, and boot from it.The entire disk is presented to the machine (as seen in the fdisk output), but the Solaris partition is only using the smaller portion of it. You can't create a second Solaris partition and use it at the same time, either. Only one Solaris partition can be used at a time.
    Darren

  • RH9 Proj Mgr not showing the images

    I am importing topics from one RH9 project into another. The topics come in fine, with images intact. However the images are not going into the Proj Mgr "Images" folder. In fact they cannot be seen anywhere via the Project Manager (yes I have selected Show All file types and yes I have tried toggling the Proj Mgr view).
    RH does create subfolders within the Images node that are named after the topic folders into which I import the topics, however these show up as being empty. Why does RH9 create them and then not use them?
    Windows Explorer shows me that the physical image files are sitting in the <topic name>_files folder that gets created when I import the topic. However, these files are not visible via the project manager.
    If I cannot see the image files in the Project Manager, how can I move them into the Images folder? Is there an option I need to set to make the imported images visible in the Project Manager?

    In Windows Explorer I have:
    Folder containing the imported HTM files
    |-> Subfolder(s) named after the folder(s) from which the topics were imported, with "_files" added to the folder name(s), containing the images
    In Project Manager I see just the top level folder as above, containing imported HTM files. If I toggle to the view that shows an "Images" folder, I see a subfolder under "Images" with the same name as the topic folder but it appears empty.
    Hope I'm not being too dense here, but "rename" what folder to what name?

Maybe you are looking for

  • F-32 Due Date issue

    In SAP ECC6.0, we use F-28 to apply payments from customers.  We do not apply that payment to an invoie and leave the payment on account. The accounting clerk then clears customr open items (invoices and payments) using F-32.  For partial payments, t

  • Journal Posted in Summary but not drill downed

    In Journal ledger i have posted the journal from projects as Summary when goto drll down,it not reflecting the data. Navigation General Ledger-->Journals-->Ente-->Review General-->Tools-->Drilldown Drill Down is showing empty because it posted in Sum

  • I am NEW to Java

    I am reposting this question from another part of the forums. Apparently I started in the wrong place, cuz I was told not to come back until I knew better. I'm taking a Java class right now, and I get most of it, but for some reason, I don't know how

  • Deleting records from a file

    how do i delete records from a file on my presentation server after a successfull read operation

  • Spreadsheet and multiple table control

    Hello everyone, How can we write multiple table controls to a single spreadsheet? say i have 2 table controls. I need to write table control 2 1st and below that I have to write table control 1. How can it be done..? Thanking you, Sushmith