Placeholder for topic heading in master page?

RH9
If I create a new topic with no master page selected, then the topic title that I type into the New Topic dialog becomes the topic heading in the new topic. Is good.
If I create a new topic using a master page, how do I get the same result? What do I have to put into the master page as a variable or placeholder so that the new topic title becomes the topic heading?
Thank you.

Hi there
Edit your Master Page and focus the Body placeholder. Then at the top of it, click Insert > Fields and Variables... then choose Title and click OK. That should insert a Title variable into the topic. The last step would be to press Ctrl+Alt+1 to apply Heading 1 to the field.
After you do that your topic Title will always be reflected on the page.
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7, 8 or 9 within the day!
Adobe Certified RoboHelp HTML Training
SorcerStone Blog
RoboHelp eBooks

Similar Messages

  • Apply footer to topics without using master page

    Does anyone here know of a way to apply a footer to multiple topics without using a master page? I'm using TC3 with a linked Frame book.
    Thanks in advance for any help!

    There is probably a better way to do this, but I found a work around.  I set the fields on the master page to "Use Global Data" in the Binding tab.  This means that the value for that field will be the same for any field with the same name.  Then, on my main page, I have a hidden field with the same name that I can populate with ColdFusion and the value will also show in the master page.
    If anyone has a more elegant way to do this, please respond.  I am new to LiveCycle and I'm sure there are a lot of features that I am not aware of that could help me.

  • Adding Custom Breadcrumb for SharePoint 2013 Custom Master-Page With A Custom Separator.

    Hi All,
    I have successfully converted an HTML file to a SharePoint 2013 Custom Master-Page with relevant style sheets. But when I used within the SharePoint site I could not find the breadcrumb. So I want to know how to do that? For that breadcrumb I need a custom
    separator like an arrow like in the below.
    As you can see the separator is a custom built one. To have this custom separator in my HTML I have used the following code snippet.
    <div class="breadcrumb-desktop">
    <span class="breadcrumb-links"><a href="#">SharePoint Site Home</a></span>
    <span class="breadcrumb-links"><a href="#">Sub Link 01</a></span> Active Page
    </div>
    The styles are as like in the below.
    .breadcrumb-desktop {
    width: 100%;
    font-family: Arial;
    padding: 23px 0 40px;
    float: left;
    font-size: 0.75em;
    line-height: 1.25;
    .breadcrumb-desktop > span.breadcrumb-links:after {
    content: " \203A ";
    white-space: pre;
    I have tried the following code snippet within the SharePoint site as
    <!--MS:<asp:sitemappath runat="server" sitemapproviders="SPSiteMapProvider,SPXmlContentMapProvider" rendercurrentnodeaslink="false" hideinteriorrootnodes="true">-->
    <!--ME:</asp:sitemappath>-->
    But it did not display as I wanted.
    So how am I supposed to insert these to my Custom Master-Page's breadcrumb and style them? Please could someone help me to solve this?
    Thanks and regards,
    Chiranthaka

    Hi Chiranthaka,
    Please use the following code snippet in your html master page.
    <div class="CustomBreadcrumbs">
    You are here:
    <!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderPageTitleInTitleArea" runat="server">-->
    <!--SPM:<asp:ContentPlaceHolder id="PlaceHolderTitleBreadcrumb" runat="server">-->
    <!--MS:<asp:sitemappath runat="server" sitemapproviders="SPSiteMapProvider,SPXmlContentMapProvider" rendercurrentnodeaslink="false" hideinteriorrootnodes="true">-->
    <!--ME:</asp:sitemappath>-->
    <!--SPM:</asp:ContentPlaceHolder>-->
    <!--SPM:</SharePoint:AjaxDelta>-->
    </div>
    Here is a thread for your reference:
    https://social.msdn.microsoft.com/Forums/office/en-US/daabd903-df98-41da-80d8-6a942d06980e/add-breadcrumb-to-custom-master-page-html-file?forum=sharepointcustomization
    We can also customize a breadcrumb control, then add it in master page.
    http://msreddysharepoint.blogspot.com/2013/01/custom-breadcrumb-navigation-in.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • New to Muse - Help with Text sitting above my master page content header

    Hi there, I am needing to know how to make the text box that I have created on my "Home" page scroll underneath the main content in the header section of my master page please.

    Hiya Aish, thanks for your response. I have copied the header from master page and pasted it on my home page (assuming this is a layer??) They are the same width i.e. touch the edge of the visible page/background and pinned it. However, it's not filling the entire browser window. It's like it's only the page width and pinning it to the left side of the browser. My text however is going behind this now so thank you.   Any chance you could help extend the graphics so they fill the browser width as per the master page please??

  • Why is the master page default for 2 pages?

    New to ID; Why are the master pages paired? I made several Master pages that consist of one page and they worked fine, so I'm wondering what I'm missing; no doubt there is a reason that the default is for a pair of master pages. So, what;s the reason?
    vasi

    Master pages are paired into spreads when you have "facing pages" checked off in your document setup dialog. This allows for having different information, like mirrored positioning for page numbers, or different running headers, on opposite sides of the spread.
    If you only make single page documents or docs that are printed on only one side you might want to uncheck that box.
    Peter

  • Master Pages: how to achieve more advanced layouts?

    I've wrapped my head around Master Pages in the past few weeks, but now that I'm trying to get more advanced with layout options, my goals seem to beyond any resources I can find to give me guidance. What I want to achieve is pretty simple. I'm trying to benchmark some of the design that I like from Adobe Help. Here are four things I want to achieve, with the following link as a visual reference:
    http://help.adobe.com/en_US/robohelp/robohtml/WS0165E923-AD7A-4695-85C8-C6E7AB841171.html# WS2D5E01D8-46F3-4993-937C-2F1D2910E43D
    1. How can I place the topic title at the top of the page, as it appears in the link above (e.g. "Master Pages" that appears below breadcrumbs). Is there anything in RH like the variables or building blocks in FM (e.g.  <$chapnum>) that would allow me to insert it in HTML view or use some similar method?
    2. I would like to adjust the indentation of my Topic TOC, but without bullets or numbering. If you choose "No List Style" in the "Format Placeholder" dialogue box, the options to adjust Indent and Spacing parameters disappear. Is there any workaround that you know of?
    3. Is there a way to create pop-up links or interactive functionality like the "Was this helpful button.?" in the link example above? Can I just tinker around in the code view using HTML, CSS, and js to achieve results similar to this example? I would like to create some type of feedback mechanism for our users.
    4.  I've managed to emulate some of the borders or lines on my master page by inserting HTML in HTML view. But I wonder if there is a compelling reason to instead manage this in CSS? Any thoughts?
    Thanks in advance,
    Douglas

    The topic title is normally at the top of the page. If you mean you want the breadcrumbs above it, then add a placeholder for the breadcrumbs in the header of the master page associated with the topic, then the title will drop down below that.
    Put the Topic TOC in a table with a narrow first column?
    Probably with some scripting. Pass on that one.
    If you update a master page linked to a topic, only header and footer updates show. Test that. If it fails, then you have your reason for using CSS.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • RH 10: not use Master Page in Printed Docs

    I have a Master Page set up with a company logo and horizontal rules, which works great with the help topics. The problem occurs when I generate printed docs from the source files.
    Everything else works well enough to get by (I have some tweaking to do), BUT every single topic shows up with the rules and the company logo. I don't see anywhere to NOT apply the Master Page to the printed output. Is there a secret to not using the online help layout in the printed docs?
    thanks,
    Alia

    Master page headers and footers 100% guaranteed do not survive the trip to printed documentation. My guess is that in the master page your "headers" and "footers" have been created in the body section of the master page.
    Create a new topic attaching that master page in the process. Then unlink the master page from that topic. Do you still see the header and footer? If you do, my theory is proved. If you do not, post back.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Strange tags in master pages - any idea how they got there?

    NOTE: This issue is related to my posting (1/2 way down) in http://forums.adobe.com/message/4539747#4539747
    but I wanted to start a new thread to separate it as its own problem.
    I just noticed that when I create a new topic, I see this unusual local formatting <p class="TABELBODY"> tag in HTML view (see below, 4rth line from bottom). This is where the mysterious "TABLEBODY" formatting is originating that I've been plagued throughout my current project.
    If I delete the default text in this new topic (in Design mode), this <p class="TABELBODY"> still winds up in the topic when viewing in HTML view (see below, 3rd line from bottom).
    When you start adding new text in the topic in Design mode, it attaches itself to your first line of text as local formatting (see below, 9th line from bottom):
    When you view the topic in Design mode and place your cursor on the first line of text, you'll see this local formatting TABELBODY display in the syle dropdown (see below).
    I decided to open up a new topic using my other master page, and also noticed strange tags in it  (<?rh-region_start type="body" ?> ). See below, 3rd and 12th lines from bottom.
    Consequently, I finally figured out that both my master pages had junk HTML tags in them, which carried over to all of my topics. I have now fixed the master pages by editing out the junk in the HTML mode.
    I did some further investigation and found out that the originating project that was the basis for my current project also had master pages with the same tag issues. So now I'm wondering, how did this start? Maybe someone imported a RH html output file into a project by mistake a long time ago, and it corrupted the master pages right up until this time? Or, could it have been from upgrading from RH 7 to 9?

    Boy, this is really getting stranger by the moment...every time I think I have solved a problem in RH, another layer of problems emerges...
    I made the minor edits on my two master pages to get rid of the junk tags shown above and did a Save All. Here is the result (see screens below):
    Master Page 1 After Edits
    Master Page 2 After Edits
    That's ALL I touched. However, now when I view any topic using these master pages with either the Preview mode (eyeglass icon) or as a final output file, the default text from those master pages displays on top of the topic. Interestingly enough, the master page text does NOT display in these topics in Design mode.
    Preview Mode of Topic Using Master Page 1, Displaying Default Text from Master Page 1 on Top
    Preview Mode of Topic Using Master Page 2, Displaying Default Text from Master Page 2 on Top
    HTML View of Topic Using Master Page 1
    HTML View of Topic Using Master Page 2
    I'm crying "uncle" now - help!!

  • How to position chapter number on the master page according to the chapter number?

    I'm working with a catalog for a customer with about 250 pages divided into apx 30 chapters. The person who made this document in the first place have a separate master page for each Chapter.
    If I use the the Running Header (Paragraph style) text variable I can use the same master page on all chapters - this will be much easier I think.
    BUT I have a problem because the chapter number is going to be displayed in different position according to the number (along on the edge of the page with white text in a black rectangle, with the first chapter number on top, the next one beneath and so on - so the reader of the book can see the chapters just by looking at the edge of the book without opening it)
    Is there any possibility to have the Chapter Number text variable to be displayed in different location on the page based on the number it self? Or do you have any other ways to solve this in a easy way?

    Well, you can not create dependencies like this, but you could use nested master pages. You would still need 30 master pages for 30 chapters, in order to place the chapter number in different positions, but you
    would only need one or two main master pages for the rest of master page content. That would make it at least easier to change something on all master pages at once.

  • How to define scriptmanager timeout property in custom master page

    I have a custom master page. When you create a custom master page then another page with similar name is automatically created by SharePoint.
    For e.g. my master page name is mymaster.html so sharepoint created mymaster.master file with it. I want to increase the AsyncPostBackTimeout property of ScriptManager. I opened mymaster.html in SPD but didn't find any code there. Then I opened mymaster.master
    in SPD and I can see the ScriptManager code written as below.
    <asp:ScriptManager id="ScriptManager" runat="server" --more code here-- />
    Problem is, SPD doesn't allow you to edit .master page and I can't add this code in my .html master page file. How to edit this code in SPD?

    Hi Frank,
    How did you mean that you could not edit master page with SharePoint 2010 Designer?
    You can edit master page by the followings:
    Open the site with SharePoint 2010 Designer
    Click on Master Pages on the left launch, then click on mymaster.master
    Edit the file, then you can add the code. If you cannot edit the file, please click on
    Advanced Mode in Editing section at the top
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Dw, css, and a template, what is the best way to create a 20 page website with a different header in each page?

    dw, css, and a template, what is the best way to create a 20
    page website with different header content on each page? i am
    trying to insert a specific image and background color for each
    header on every page. what is the easiest or best way to do this?
    thanks, bryan

    "mediastream13" <[email protected]> wrote in
    message
    news:f47bes$9om$[email protected]..
    > ok, murray, here is the site.
    http://www.helphotline.org
    > in I.E. 6 i can't see the background color behind the
    header images,
    I'm seeing a hot pink background (which is my browser default
    - so that I do
    remember to declare a background color). You need to add:
    body { background-color: white;} to your stylesheet, or into
    the imbedded
    styles on your page.
    In Firefox, the very top black section, #headertop is hidden
    behind the
    header image.
    > background of the date/time isn't stretching the full
    length of the
    > screen, and
    > the margins aren't working in the main content area. how
    can i put a
    > background
    > color behind the header images?
    I can see the header image stretching right across the page..
    so not sure
    what color is missing there.
    > is there anyway to download i.e. six on my computer if i
    already have
    > i.e.7? i
    > just want to be able to preview the site before i upload
    the changes. it
    > seems
    > everything works in i.e. 7.
    Yes, I used this and it works really well.
    http://tredosoft.com/Multiple_IE
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au

  • Master page is not refreshing

    Hi,
    We are using JDeveloper/JHeadStart - 10.1.3.5.0/10.1.3.3.88
    On master page, we have the following - Text input fields and one drop-down list.
    On LOV page, we have the following Search values - Two text input fields and one drop-down list.
    We have used ADF LOV in our project. We have used the Advance Search method to find.
    As per the requirement, we have to disable the master page till user didn't find the value on LOV page.
    To achieve above, we have set the value in SessionScope on Find Button of LOV page and checking the value on master page.
    When we are opening the LOV from master page and after Find if we are clicking the Add New button(custom button) on LOV, it is not refreshing the master page and master page remains in the read-only mode due to this we are not able to update the value. After refreshing the master page it is coming in editable-mode.
    Expected result - The master page should come in editable-mode after clicking the Add New button(custom button) on LOV page.
    Actual result - The master page is coming in read-only mode after clicking the Add New button(custom button) on LOV page.
    Thanks for your support.

    Hi,
    Thanks for your reply.
    Master page means the page from which the LOV page is opening. Master page means the parent page from which we are opening the LOV(popup) page.
    On LOV(popup) page, we have a command button(FIND), on which we have set the setActionListener tag.
    Eg. <af:setActionListener from="#{'Y'}" to="#{sessionScope.find}"/>
    Depending on this value, on parent page we are enabling/disabling the fields.
    On LOV page, when we are pressing the "Add New" button(custom button), it is closing the LOV page but on parent page it is not updating the fields(i.e. editable mode). If we refresh the page, then the parent page appears in editale mode.

  • Half of my header disappears on pages 3 through 6

    Hello! I am writing a research paper for my Psych class and we are required to have a header at the top of each page. I added the text for the header and each page is numbered but pages 3-6 only show half of the header text. When I click on it to show the entire header on pages 3-6 it then only shows half of the header in pages 1-3. This is driving me crazy and my paper is due tomorrow. If anyone could help that would be amazing! (I feel so silly that I can't figure this out)
    Thanks in advance for your reply!

    There is a DIV .head-nav (height:200px) with a menu that covers the Flash object. That DIV is under the Flash object in Firefox 3.5, but in Firefox 3.6 it covers the Flash. If you do not need that Nav bar because the Flash object has that menu then maybe remove that code.
    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
    The helpers at that forum are more knowledgeable about web development issues.
    You need to register at the mozillaZine forum site in order to post at that forum.
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Master page: header changes are not reflected in existing topics

    A few months ago this forum helped me to troubleshoot and fix problems with the Show More | Show Less command that I inherited from a previous writer.  I chose to use the Single Button approach and used this code, on the Master Page, for "onclick":
    <body>
    <?rh-script_start ?><script src="ehlpdhtm.js" type="text/javascript" language="JavaScript1.2"></script><?rh-script_end ?>
    <?rh-region_start type="header" style="width: 100%; position: relative;" ?>
    <table style="height: 10px;" cellspacing="0" width="100%">
      <col width="186" />
      <col width="481" />
      <col width="97" />
      <tr>
       <td><h2><img src="NGP_Logo_small.png" alt="" style="border: none;"
           border="0" /></h2></td>
       <td><h2 style="text-align: right; margin-right: 20px;">Help</h2></td>
       <td><h2><img src="btnshowall.gif" onclick="ShowAll(this)" alt=""
           style="border: none;" border="0" /></h2></td>
    This worked fine until recently when I changed the logo in the left cell of the header table. Today I discovered that the img src = line had gone away. And so I re-entered it, and it works fine on new topics, and on some, but NOT all topics.
    Here's what happens on an older topic:
    Preview the topic.
    Click Show All button. A Script Error message appears: "The value fo the property 'ShowAll' is null or undefined, not a Function object. Code = 0. file = ...../Help/Administration/rlt1F1.htm.
    Here's the HTML code for this topic, which is missing the code btnshowall code.
    <body>
    <?rh-script_start ?><script src="../ehlpdhtm.js" type="text/javascript"
            language="JavaScript1.2"></script><?rh-script_end ?>
    <?rh-placeholder type="header" ?>
    <table cellspacing="0" width="100%">
    <col style="width: 80.663%;" />
    <col style="width: 19.337%;" />
    <tr>
      <td><h1><?rh-variable_start name="title" format="default" showcode="showcode"
              value="Setting Global Defaults" ?>Setting Global Defaults<?rh-variable_end ?></h1></td>
      <td style="vertical-align: bottom;"><p style="text-align: right;
                 margin-bottom: 6pt; line-height: Normal;">&#160;</p></td>
    </tr>
    </table>
    I tried setting the Master Page to None and then re-setting it to Main. That does not help.
    The only workaround I've found so far is to create a new topic, copy the content from the old topic, delete the old topic, and rename the new topic using the old topic's name. But that is very tedious.
    Any thoughts on how to fix the problem without recreating every topic?
    Thank you.
    Carol

    A few months ago this forum helped me to troubleshoot and fix problems with the Show More | Show Less command that I inherited from a previous writer.  I chose to use the Single Button approach and used this code, on the Master Page, for "onclick":
    <body>
    <?rh-script_start ?><script src="ehlpdhtm.js" type="text/javascript" language="JavaScript1.2"></script><?rh-script_end ?>
    <?rh-region_start type="header" style="width: 100%; position: relative;" ?>
    <table style="height: 10px;" cellspacing="0" width="100%">
      <col width="186" />
      <col width="481" />
      <col width="97" />
      <tr>
       <td><h2><img src="NGP_Logo_small.png" alt="" style="border: none;"
           border="0" /></h2></td>
       <td><h2 style="text-align: right; margin-right: 20px;">Help</h2></td>
       <td><h2><img src="btnshowall.gif" onclick="ShowAll(this)" alt=""
           style="border: none;" border="0" /></h2></td>
    This worked fine until recently when I changed the logo in the left cell of the header table. Today I discovered that the img src = line had gone away. And so I re-entered it, and it works fine on new topics, and on some, but NOT all topics.
    Here's what happens on an older topic:
    Preview the topic.
    Click Show All button. A Script Error message appears: "The value fo the property 'ShowAll' is null or undefined, not a Function object. Code = 0. file = ...../Help/Administration/rlt1F1.htm.
    Here's the HTML code for this topic, which is missing the code btnshowall code.
    <body>
    <?rh-script_start ?><script src="../ehlpdhtm.js" type="text/javascript"
            language="JavaScript1.2"></script><?rh-script_end ?>
    <?rh-placeholder type="header" ?>
    <table cellspacing="0" width="100%">
    <col style="width: 80.663%;" />
    <col style="width: 19.337%;" />
    <tr>
      <td><h1><?rh-variable_start name="title" format="default" showcode="showcode"
              value="Setting Global Defaults" ?>Setting Global Defaults<?rh-variable_end ?></h1></td>
      <td style="vertical-align: bottom;"><p style="text-align: right;
                 margin-bottom: 6pt; line-height: Normal;">&#160;</p></td>
    </tr>
    </table>
    I tried setting the Master Page to None and then re-setting it to Main. That does not help.
    The only workaround I've found so far is to create a new topic, copy the content from the old topic, delete the old topic, and rename the new topic using the old topic's name. But that is very tedious.
    Any thoughts on how to fix the problem without recreating every topic?
    Thank you.
    Carol

  • Can't apply some master pages to topics

    Hello,
    I have already logged a bug report on this, but I am hoping that someone else has encountered it and has a suggested workaround. I have searched the forums, but I didn't see this issue. We recently upgraded to RoboHelp 8, and we have installed 8.0.1.
    Our help projects typically include multiple master pages (formerly called "templates"). Most topics use the main master page, but a few need to use one of our other master pages that is geared toward a different type of user. Most of our projects have at least 3 master pages.
    After conversion from X5 to RoboHelp 8, in some of our help projects, we cannot apply the lesser-used master pages to topics. We can right-click the topic name or within the Design window and open the Topic Properties, and we can select the correct master page, either from the drop-down list or by clicking the Browse button, and we can click Apply. Initially, the topic will show the master page as being selected; however, the header from that master page will not appear grayed out in the Design window for the topic as it should, and when you save and close the topic, the master page is no longer selected for it. This problem does not occur if I select the master page that is used for most topics; that one gets selected and applied correctly.
    This problem has happened to me and to 2 of my coworkers. I got my problem topics and templates to work, but I tried many things repeatedly and cannot pinpoint what made the problem stop happening. I am currently trying to solve the problem in a coworker's project without success.
    Things I have tried:
    1. Deleting and reimporting the master pages that are not working. (When I do this, RoboHelp crashes.)
    2. Comparing the code of the non-working master pages to the code of the master page that does work. I saw no problems.
    3. Deleting the cpd file while the project was closed and then reopening.
    4. Manually changing the tags that appear in the code of the topics to see if I can fool RoboHelp into recognizing the master page. I tried putting in the meta tag and header placeholder tags, but this did not work.
    Has anyone run into this, and if so, have you found a workaround?
    Thank you,
    Tammy

    This was our error, not RoboHelp's. After trying several different things yesterday, I compared the code of a working master page to that of a non-working master page once again. I discovered an error in some JavaScript, and when I removed the extraneous code, the template worked. I apologize for not finding this before posting! I did try several things before I posted.
    Tammy

Maybe you are looking for

  • Sling mapping issue with Query String

    For a button component, URL behaves differently with query string. Please let me know the sling mapping example for query string. Button component behavior across env:- Working Scenario:- - In Author edit mode, URL pointing to "/content/<websitelink>

  • How to transfer game from iPad to iPad and still maintain the same level of game play of each game?

    How to transfer game from iPad to iPad and still maintain the same level of game play of each game?

  • MDM API Connection issue

    Hi, I am trying to  establish connection to MDM server by the following statement ( Java stadalone app) ConnectionPoolFactory.getInstance("Host:6000"); But I am getting exception "com.sap.mdm.net.ConnectionException: Could not open minimum connection

  • My I message says waiting for activation

    My iMessage says that it is waiting for activation How do I make it work and not say waiting for activation?

  • Working with FCP and Soundtrack Pro

    Hello All, I'm putting the final touches on a short documentary. This is my first time trying to do the sound properly by working with STP. I have sent my FCP file to STP. I then work on it (in multitrack mode). When finished, I export it to FCP. I p