Heading Styles

WebHelp Pro
RH7
I am re-working a style sheet nightmare, like so many of us.
To do so, I am selecting all in each topic and applying Normal to
all the text. I have then applied Heading 1 to the topic title, and
all I've done to that is raise the font size to 25pt in the style
sheet. No matter what I do, though, the correct Heading 1 style
does not show up when I compile and preview.
I don't know what style it is, but it isn't Heading 1. I have
even deleted the old topic title, retyped it, and applied Heading
1. What am I doing wrong?

Hi all
Apologies if someone else has offered this and I overlooked
it.
Harooki, if you examine the HTML code of your topic and look
near the top, you should see a Head section. Inside that section
may be lurking an embedded style. It might look like this:
<style type="text/css"><!--
H1 {
font-size: 24pt;
color: #800000;
LI.H1 {
font-size: 24pt;
color: #800000;
-->
</style>
Note that I just tossed one together to see what it might
look like. Your code (I'm guessing this is the issue) would look
different, yet still start and end with <style> and
</style>.
See if you can find that and blow it away. Always remember
that embedded styles will override style sheets.
Again, apologies if this has already been covered. I did scan
the longish thread but don't recall seeing it.
Cheers... Rick

Similar Messages

  • RH 9, MS Word, Heading styles messing up my mini TOC

    I must be doing something wrong. :-)
    I have done many Word to RH projects. All the same look and feel. I include a mini TOC at the top of my topics, (which are actually book chapters). Now, however, my mini TOCs have no contents in them, and the reason is that my headings are not called "Heading 1, Heading 2" etc, which is what RH requires for mini TOCs. My heading styles came in as "WD_Heading1, WD_Heading2" etc.
    I do not know why they came in like that. I imported the Word files as I always do. I tried renaming the headings styles, but no go.
    What up wit this? Please advise. Thanks!

    Yes, I was doing something wrong.
    During import of the MSWord doc, I forgot to make sure each Word Document paragraph style was mapped to a RoboHelp Style in the drop-down list. A simple step.
    You know, I don't remember having to do this before. I believe the Robohelp style (Heading 1, Heading 2, etc.) was selected by default. Perhaps because I was using a previous proejct as a template.
    Well I am happy to answer my own question for anyone else who runs into this problem. It is not too gratifying, however, as it feels like scoring a goal on your own goalie.

  • Heading style is suddenly no longer applied in RH8

    My colleague has been using a custom header style with no problems.  The other day, the style is suddenly no longer applied in preview.
    The project and styled text appear as they should on my computer, but not his.
    Coincidentally, an upgrade to Explorer 7 was made prior to the new issue, but not sure why that impacts the preview, and the upgrade doesn't impact the project appearance on my computer.
    Does he need to reinstall Robohelp to fix this issue? 
    Just in case, the style is:
    P.01ProcessHeading {
    font-weight: bold;
    font-style: normal;
    margin-bottom: 12pt;
    margin-left: 0in;
    border-bottom-style: Ridge;
    font-size: 18pt;
    color: #000000;
    border-bottom-width: 2px;
    border-bottom-color: #db281c;
    font-family: Arial;
    The HTML of the styled text is:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="generator" content="Adobe RoboHelp 8" />
    <title>01 Adding Allergens</title>
    <link rel="StyleSheet" href="..\..\default.css" type="text/css" />
    </head>
    <body>
    <?rh-script_start ?><script src="../../ehlpdhtm.js" type="text/javascript"
            language="JavaScript1.2"></script><?rh-script_end ?>
    <p class="01ProcessHeading">Topic Title&#160;&#160;&#160;&#160;&#160;<a
      href="02_Topic_title.htm"><img src="..\..\notepage.png" alt=""
               style="border: none;" width="16"
               height="18" border="0" /></a></p>
    I wondered if charset=utf-8 might be a problem - mentioned on another forum topic, http://forums.adobe.com/message/1937722#1937722

    Hi,
    The name of the style starts with numbers. This is invalid CSS and is causing the problems. The best solution is to rename the style (don't use numbers if you can avoid it) and use a find and replace operation to correct the style in your project. (Make a backup first).
    Search for all class="01ProcessHeading" and replace it with class="MyNewName".
    You can validate your css by using the free W3C CSS validator: http://jigsaw.w3.org/css-validator/
    Greet,
    Willam
    This e-mail is personal. For our full disclaimer, please visit www.centric.eu/disclaimer.

  • Heading style customizations not reflected in HTML Help file

    I wanted to share a solution I found for a problem with heading styles. I am using RoboHelp 9 for Word with Office 2010 and generating an HTMLHelp .chm file. When I migrated from Office 2003 to 2010 and RoboHelp 8 to 9, I customized the RoboHelp.docm template file to change the heading styles to have an orange border line over the header. (I had made the customizations in RH 8 for Word, but couldn't transfer the customization to the new template, so I did it by hand). The border line came out black in the header file in most of my topics in the .chm help file. I found one Word doc had topics with the orange line displayed correctly in the help and discovered that that heading style had Style Type = Linked, so I went to each of my Word docs and changed my Heading 1 style to use that style type and it fixed it for all my heading styles.
    In Word 2010, you can change this from the Home tab, Styles ribbon. Rt-click on the Heading 1 style and choose Modify. In the Modify Style dialog set Style type to Linked (paragraph and character).

    Thanks for sharing!
    Greet,
    Willam

  • Different data_table header styles

    I am trying to use different styles for the column headings in a data_table. Specifically, I want some of the headings to be leftt aligned, some right aligned and some to be centred.
    I can do this for the data in the columns by using a list of styles in the "columnClasses" attribute, but the "headerClass" attribute applies to all headers.
    The header facets for the column contain a <h:panel_group> as the header is composed of some static text and a couple of buttons.
    I have tried using a "styleClass" attribute on the panel_group. This results in a <span> HTML element being generated with the required style class but it does not seem to effect the text alignment.
    Any suggestions would be appreciated.
    Code is included below.
    <%-- GroupList.jsp --%>
    <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
    <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
    <f:view>
    <html>
    <head>
    <title>Archive</title>
    <link rel="stylesheet" type="text/css" href="stylesheet.css">
    </head>
    <h:form id="groupList">
    <h:commandButton id="first"
    action="#{GroupListBean.first}"
    immediate="false"
    value="<<"
    type="SUBMIT"/>
    <h:commandButton id="previous"
    action="#{GroupListBean.previous}"
    immediate="false"
    value=" < "
    type="SUBMIT"/>
    <h:commandButton id="next"
    action="#{GroupListBean.next}"
    immediate="false"
    value=" > "
    type="SUBMIT"/>
    <h:commandButton id="last"
    action="#{GroupListBean.last}"
    immediate="false"
    value=">>"
    type="SUBMIT"/>
    <h:dataTable id="table"
    binding="#{GroupListBean.data}"
         rows="10"
    value="#{GroupListBean.fullList}"
    var="group"
    columnClasses="group-list-column-1, group-list-column-2,
    group-list-column-3, group-list-column-4"
    footerClass="group-list-footer"
    headerClass="group-list-header"
    rowClasses="group-list-row-even, group-list-row-odd"
    styleClass="group-list-background">
    <f:facet name="header">
    <h:outputText value="Backup Groups"/>
    </f:facet>
    <h:column>
    <f:facet name="header">
    <h:panelGroup>
    <h:outputText value="Group Id"/>
    <h:commandButton id="sortGroupIdA"
    action="#{GroupListBean.sortGroupIdA}"
    immediate="false"
    image="images/Up16.gif"
    />
    <h:commandButton id="sortGroupIdD"
    action="#{GroupListBean.sortGroupIdD}"
    immediate="false"
    image="images/Down16.gif"
    />
    </h:panelGroup>
    </f:facet>
    <h:outputText value="#{group.groupId}"/>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:panelGroup styleClass="group-list-header-2">
    <h:outputText value="Group Name"/>
    <h:commandButton id="sortNameA"
    action="#{GroupListBean.sortNameA}"
    immediate="false"
    image="images/Up16.gif"
    />
    <h:commandButton id="sortNameD"
    action="#{GroupListBean.sortNameD}"
    immediate="false"
    image="images/Down16.gif"
    />
    </h:panelGroup>
    </f:facet>
    <h:outputText value="#{group.name}"/>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:panelGroup styleClass="group-list-header-3">
    <h:outputText value="Creation Date"/>
    <h:commandButton id="sortTimestampA"
    action="#{GroupListBean.sortTimestampA}"
    immediate="false"
    image="images/Up16.gif"
    />
    <h:commandButton id="sortTimestampD"
    action="#{GroupListBean.sortTimestampD}"
    immediate="false"
    image="images/Down16.gif"
    />
    </h:panelGroup>
    </f:facet>
    <h:outputText value="#{group.timestamp}">
    <f:convertDateTime dateStyle="long"/>
    </h:outputText>
    </h:column>
    <h:column>
    <f:facet name="header">
    <h:panelGroup>
    <h:outputText value="Restore"/>
    <h:commandButton id="sortSelectedA"
    action="#{GroupListBean.sortSelectedA}"
    immediate="false"
    image="images/Up16.gif"
    />
    <h:commandButton id="sortSelectedD"
    action="#{GroupListBean.sortSelectedD}"
    immediate="false"
    image="images/Down16.gif"
    />
    </h:panelGroup>
    </f:facet>
    <h:selectBooleanCheckbox value="#{group.selected}"/>
    </h:column>
    <%--
    --%>
    </h:dataTable>
    </h:form>
    </body>
    </html>
    </f:view>
    .group-list-background {
    background-color: #ffffff;
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 12pt;
    padding: 10px;
    width: 90%;
    .group-list-column-1
    text-align: center;
    width: 15%;
    .group-list-column-2
    text-align: left;
    width: 50%;
    .group-list-column-3
    text-align: right;
    width: 20%;
    .group-list-column-4
    text-align: center;
    width: 15%;
    .group-list-footer {
    background-color: #A5A5A5;
    color: #000000;
    font-weight: bold;
    text-align: center;
    .group-list-header {
    background-color: #ffffff;
    color: #000000;
    text-align: centre;
    .group-list-header-2
    text-align: left;
    .group-list-header-3
    text-align: right;
    .group-list-row-even {
    .group-list-row-odd {
    background-color: #dddddd;

    I am trying to use different styles for the column
    headings in a data_table. Specifically, I want some of
    the headings to be leftt aligned, some right aligned
    and some to be centred.
    I can do this for the data in the columns by using a
    list of styles in the "columnClasses" attribute, but
    the "headerClass" attribute applies to all headers.I'm having the same problem, but it gets much worse than what you described.
    I'm have an arbitrarily deep tree structure I've retrieved from my backing bean, and I want to display it in a data table. Each node has a label and maybe a description, for example.
    1. The first problem is how to give the node's label a different style than the other node information. Semantically the <th> element is ideal. The problem, however, is that I can't generate a header for a node's label, because the list of nodes itself is being generated. That is, if I use:
    <html:dataTable value="#{tree.nodeList}" var="node">
         <html:column>
         <jsf:facet name="header">
              <html:outputText value="#{node.label}" />
         </jsf:facet>Nothing gets put inside the header, as the node is being iterated. This means I have to resort to a crummy hack of nesting a table inside a table for the children:
    <html:dataTable value="#{tree.nodeList}" var="node">
         <html:column>
              <html:dataTable value="#{node.nodeList}" var="childNode">
                   <html:column>
                        <jsf:facet name="header">
                             <html:outputText value="#{node.label}" />
                        </jsf:facet>
                        <html:dataTable>
                             <html:column>
                                  <jsf:facet name="header">
                                       <html:outputText value="#{childNode.label}" />
                                  </jsf:facet>
                             </html:column>
                        </html:dataTable>
                   </html:column>
              </html:dataTable>
         </html:column>
    </html:dataTable>The hack gets uglier (than the useless outermost table), because if you'll notice, to show a label of a child node as a header, I have to put another nested dummy table in my page.
    2. Now that I've managed to generate <th> (with a hack), where do I put other information about the node? If I put it in the enclosing table, it shows up before the node's label (in the <th> of the enclosed table). If I put it in the enclosed table, it will be repeated for each child node enumerated! Therefore, I'm forced to put it in the header facet of the enclosed table.
    3. Now that I'm stuck with putting all the parent node information in a child table's headers, how do I show different header styles? (This is the limitation you mentioned.) I may, for instance, want to show the node's label, the node's description, and other important information about the node.
    4. I can skip this whole <th> mess (reluctantly, because I want to specify <th> semantics by actually using <th>) by just putting everything in normal <td> elements. But this doesn't result in multiple rows like a <th> would.
    5. What if each of my nodes wants to specify its own style? I can put a styleClass attribute on an <html:outputText>, but as was already mentioned, this results in a <span> style---not a style of the entire row!
    6. If, miraculously, after hours I'm able to randomly get the right combination that will give me a styled header for each node and a sub-table of child-nodes, how do I do recursion? (Remember, my tree is arbitrarily deep.)
    7. I could use the JSTL iteration elements and generate my own table, but I've heard rumors that JSTL and JSF don't play will together. What do I do when I want to generate some JSF action within this JSTL-generated table? Can I really just drop a JSF component inside a JSTL iteration?
    JSF's dataTable seems nice in a book example, with a single-depth list of something from a database, with static headers, with alternating color styles. But trying to do something in the real world (few things are more fundamental in computer science than a tree structure) quickly seems to throw up all sorts of walls. Maybe I'm missing something really easy, here---any tricks are appreciated.
    Garret

  • DOC should be a normal Word document and we should be able to define the header style

    Hi Team,
    We are facing a issue with the pre assigned headers assigned by Adobe acrobat Pro Xl.
    Our actual requirement is as follows:
    1. As we convert a PDF to DOC there shouldn't be any pre assigned headers (header levels defined).
    2. DOC should be a normal Word document and we should be able to define the header style.
    We have tried working out on the same but nothing is going our way.
    We tried couple of step which are as follows:
    1. Deleting pre assigned TAG's.
    2. Clearing headers with the help of Touch Up Reading Order Tool (TURO).
    Request you to kindly revert on the same.

    1. As we convert a PDF to DOC there shouldn't be any pre assigned headers (header levels defined).
    You cannot control how Acrobat creates the word file.
    2. DOC should be a normal Word document and we should be able to define the header style.
    The word file is a normal Word document file. You may wish it was designed for it to be easiest to edit. Acrobat is making a Word file to most reliably resemble the original pdf file. I have no trouble creating any header style I want. The text in the header frequently consists of text boxes. Acrobat does this to insure accurate representation of the pdf file.

  • ToC won't "see" a modified heading style

    I am in the template "white paper" and created a unique heading style. "Heading 4" shows up in my paragraph styles, and my headings are duly made in "Heading 4." "Heading 4" shows up in the TOC inspector. It is checked on the left and right (it is not dimmed). But when I update the ToC, nothing shows up there. It only works if I use the original heading style.

    Well, nothing like asking a Q to get an insight. Here's a crappy yet functional run-around. I deleted the original "heading" and then took "heading 4" and renamed it "heading". Now the ToC looks weird (every other word is a different color) but I can fix that manually when I am done with the doc't.
    Unless someone has a better answer....

  • Control Breaks in Interactive Report Throw off HTML Header Style

    I created an APEX 4.0.0.11.23 page with an interactive report. Several columns are character strings with embedded spaces. At first, when the columns displayed they were wrapped around to as many lines as there were spaces. so I formatted it with this HTML header style:
    $('td[headers="ADDRESS"]').attr("style","white-space:nowrap");
    This corrected the problem but then the user requested two breaks on Column_A and Column_B. This threw the formatting off so I corrected it with this HTML header style:
    $('td[headers="ADDRESS BREAK_COLUMN_A_COLUMN_B_2"]').attr("style","white-space:nowrap");
    Now the lines wrap for some but not for all rows and there does not seem to be any pattern. So for instance the address for one particular row will look display in the desired format as:
    530 EAST 144TH STREET
    And another almost identical row will display as:
    525 EAST 143RD
    STREET
    I thought there may be binary data in the column so I embedded the following code in the main SELECT query that drives the page”
    Regexp_Replace(ADDRESS, '[^[:print:]]')
    This did not help. How do I implement HTML header styles for interactive reports with multiple control breaks so that the address is formatted properly for every line? Is there a related report or page attribute that needs to be set?
    BTW, the way I discovered the HTML header style for interactive reports with multiple control breaks by following this link which was provided in a related thread:
    Re: Interactive Report Control Break disregards HTML Header style.
    Edited by: Comet on Sep 27, 2012 11:00 AM
    Edited by: Comet on Sep 27, 2012 2:32 PM
    Edited by: Comet on Sep 27, 2012 2:33 PM
    Edited by: Comet on Sep 27, 2012 2:34 PM
    Edited by: Comet on Sep 27, 2012 2:35 PM
    Edited by: Comet on Sep 27, 2012 2:36 PM

    Suggest you reproduce this on apex.oracle.com using the same theme, IR configuration and equivalent data.
    What browser/version are you using?

  • Custom heading-styles using h1 , h2 , etc. tags

    Hi!
    I tried to create custom styles for headings which should then be readable by a screenreader.
    My custom headings could not be read by a screenreader, word however displayed them correctly.
    After I converted one document with custome headings and one with the predefined heading styles to html, I found an explanation. Custom headings are just a new CSS-class with the name of the style. In my example:
    <p class=customhead1>Test1</p>
    <p class=customhead1>Test2</p>
    Using predefined heading styles resulted in:
    <h1>Test1</h1>
    <h1>Test2</h1>
    Is there any way to force word to use the <h1>, <h2>, etc. tags on custome styles?
    Thank you very much and all the best,
    Boris

    I'm afraid yes you will need to apply all the settings again, I can't think of an other way.
    Note that Find and Replace (Ctrl+H) can be used to replace a style with another style (or direct formatting with a style).
    Stefan Blom, Microsoft Word MVP

  • Create a heading style that does not affect the whole paragraph?

    Hi, I would like to make a style for headings that only affects the first sentence. I want to have a style that is a certain bold type to be the heading for a section, but then I want body-text to continue without a new paragraph. Like this:
    "*Writing as a category.* Writing, more particularly, refers to two things: writing as a noun, the thing that is written; and writing as a verb, which designates the activity of writing..."
    Right now I am just using a character style for the first words but then I cant make adjustments to the spacing before this paragraph and it wont appear in the TOC.
    I don't know if I have made myself clear but I hope you get the point. Is there any way to do this in Pages?

    As far as I know, headers are available in the area entitled "Paragraph Styles" not "parts of Paragraphs Styles".
    Here is a quick and dirty workaround.
    I created my own custom character style "none 2" which I may apply to the end of a styled paragraph.
    Given that, I may have a paragraph whose beginning is 'styled' and end isn't.
    The drawback is that the entire paragraph appears in the TOC.
    In France we say "On ne peut avoir le beurre et l'argent du beurre"
    Yvan KOENIG (from FRANCE dimanche 15 février 2009 17:51:36)

  • How to achive table column header style (vertical text)?

    Hi,
    Can we show adf table column headers with vertical text, and with rotation. For eg. "Dept Id" lable should show up as similar to what the below HTML does:
    <html>
    <div style="float: left;
    position: relative;
    -moz-transform: rotate(1000deg); /* FF3.5+ */
    -o-transform: rotate(290deg); /* Opera 10.5 */
    -webkit-transform: rotate(290deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE8 */">Dept Id</div></html>
    Edited by: pramod gujjeti on Sep 18, 2011 8:51 PM
    Edited by: pramod gujjeti on Sep 18, 2011 8:51 PM

    Hi,
    I've used the below style classes in CSS, but still not getting the accurate Column Header Vertical Text. Also, in IE browser column header text is shrinked vertically when headerClass styles are applied!
    Any help appreciated!
    .sch af|column::column-header-cell {
    vertical-align: bottom;
    padding-bottom: 10px;
    height: 80px;
    .schc af|column::column-header-cell-content {
    -moz-transform: rotate(270deg);
    /* FF3.5+ */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    /*IE6,IE7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    /*IE8*/
    -o-transform: rotate(270deg);
    /*Opera 10.5*/
    -webkit-transform: rotate(270deg);
    /*Saf3.1+, Chrome*/
    position: relative;
    vertical-align: bottom;
    Edited by: pramod gujjeti on Sep 27, 2011 9:09 AM

  • HOW CHANGE SHOWDETAILITEM HEADER STYLE

    Hi guys,
    sorry for my english. I'm working with jdeveloper 11.1.1.5.0 and using jspx page to create an ADF application. The question is: I have a af:panelTabbed and can I change the style of the af:showDetailItem header (when it is disclosed and not)? For example I wont that all the headers have squared corner and have red background when are discolsed and black background when not.
    Thanks!!!

    No reason to shout!
    This can be done by skinning the panelTab and showDetailItem. Best you get yourself the skin editor (http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html) and read hte doc http://www.oracle.com/technetwork/developer-tools/adf/learnmore/august2011-otn-harvest-457288.pdf and http://docs.oracle.com/cd/E28280_01/web.1111/b31973/af_skin.htm#ADFUI11807
    and http://docs.oracle.com/cd/E38186_01/user.111240/e17456/toc.htm. Some more info http://www.oracle.com/technetwork/issue-archive/2011/11-nov/o61adf-512006.html
    Timo

  • Portlet header styles

    Is there any way to have two portlet regions on the same page have 2 different styles?
    The only thing I've found indicated that you could change the background. I'd also like to change the header and font colors as well.
    Is this even possible?

    the style is always on page level, not on region
    level. so they are using the same style.
    one workaround i can think of is to create a page
    portlet of another page where you use the style that
    you want to have and then add this page portlet to
    the region. you need to make sure that you do no use
    the style of the page where the portlet is rendered
    in the page portlet options. this allows you to
    enforce to display the style of the source page of
    the page portlet.
    I have already tried that and it doesn't work. Since portlet style is controlled at the page level the header and border colors for all portlets on the page are the same.

  • Different accordion header styles

    Does anyone know how to have each header of an accordion have
    different styles?
    In all reality, I just need different colors, but different
    icons would be great too.
    I've seen how to customize the header based on it's
    selection, or how to customer all of the headers, but I want each
    header to have a different style.
    Thanks.

    Does anyone know how to have each header of an accordion have
    different styles?
    In all reality, I just need different colors, but different
    icons would be great too.
    I've seen how to customize the header based on it's
    selection, or how to customer all of the headers, but I want each
    header to have a different style.
    Thanks.

  • Heading style different than expected

    When compiling my source documents to HTML help instead of
    Winhelp 2000, my Heading 2 text is right justified instead of left
    justified. In Winhelp 2000 help it is correctly left justified.
    From the Single Source HTML parameters, in my "HTML HELP
    formatting - Microsoft HTML Help" window I selected "External style
    sheet based on existing style sheet". I picked a file name
    AfdAdmin.css. I thought this might be controlling the Heading 2
    format so I examined its contents. For what I presume is the
    Heading 2 definition, I saw the following text:
    H2 { margin-right:18.00pt; margin-top:6.00pt;
    margin-bottom:6.00pt; text-align:left; font-family:Arial;
    font-size:12pt; font-weight:bold; margin-top:12.00pt;
    margin-bottom:7.20pt; text-align:left; font-family:Verdana;
    font-size:15pt; color:black; font-weight:bold; margin-top:0.00pt;
    margin-bottom:6.00pt; text-align:right; font-family:Arial;
    font-size:12pt; }
    To me it appears that there are three fonts associated with
    Heading 2. (Why would that be?) The third font in the list
    indicates "text-align:right". I presume that is the problem. I can
    manually change that and save the css file, but after a recompile,
    the css file is apparently regenerated and the "text-align:right"
    is there again.
    How can I ensure that the Heading 2 is left justified in the
    HTML output?
    Den DiMarco

    Now that I've spent some time in the forum, I think that this
    probably should have been posted under Robohelp for Word.
    Anyway, to get at the style sheet to fix the problem, the
    answer was to import the help project into Robohelp for HTML and
    then modify the problem style via the menu Format > Styles >
    Heading 2 > Modify > Format > Paragraph > Indentation
    > Special. Then change Hanging to (none).
    When using Robohelp for Word, the format paragraph dialog box
    did not show a "special" value of hanging. It had shown "(none)".
    I suspect this is because the style sheet contains multiple
    definitions for this style. Next I would like to be able to safely
    remove the additional definitions. I'll look for a discussion about
    that.

Maybe you are looking for

  • Wireless PC connecting to airport express

    Hello I have a PC (Stands for piece of crap after getting a mac ) with a wireless network adapter (Linksys WMP54G). I want to use my airport express as my access point/router so I can get files off one of my pc hard drives from the macbook pro and al

  • How to remove gap in sequence?

    Hi, SELECT MENU_ITEMID.NEXTVAL INTO :MENU_ITEM.M_ITEM_ID FROM SYS.DUAL; EXCEPTION WHEN OTHERS THEN MESSAGE ('FAILED'); RAISE FORM_TRIGGER_FAILURE; I have applied the above PRE-INSERT trigger on my MENU_ITEM FORM. I was inserting values but when I was

  • Conditional Filters using case statements

    Hello, I have a table view which displays Total Quota and Theatre Quota. Against the Total Quota, there are 2 values - Rollover Revenue and Theatre Revenue. Against the Theatre Quota, there is only Theatre Revenue. What I want to accomplish is to dis

  • Graphics card installed in Pavilion p7-1210 and I can' t find it in device manager and no display.

    I installed a Sapphire Radeon HD 6670 in HP p7-1210 (AMD A6-3620) and it did not show up in device manager and I get no video out of the card.  I am new at installing devices in computers so I don't know if  I did something wrong or not.  It seemed s

  • Environment Failover

    Dear Forte-users, here is a tricky question. I'm checking the Forte' functionality that allows you to put multiple addresses in FORTE_NS_ADDRESS, so that a client can connect to an alternative environment in case of failover. I have deployed my appli