How to Remove/Edit Header

I'm perplexed!  I have created a new Captivate (3) session where I'ved used the Project Wizard to create my project.  I checked off to add slides for the Introduction, Description, Scenario Slides and Conclusion.
The Quiz (Scenario Slides) is immediately before the conclusion slide and for some odd reason the Header for the Quiz Results has superimposed itself onto the Conclusion Slide  and it appears to not be editable.
What I have now is the super imposed header as well as the conclusion header on the same slide, making it difficult to read.
This is what I've tried - all to no avail:
- Deleting those "incorrect" slides and adding new ones.
- Changed out the background slide for those slides
- I have created a "new" project with the correct slides in to then paste to the "incorrect" project
The odd thing is when  I move the slide to come BEFORE  the Quiz Results appear, the incorrect Header disappears, but when I move it back to where it belongs, the incorrect headers reappears?
Any thoughts or words of wisdom.

Hello this did solve my issue. I have same issue infact. I used this xsl mapping  as
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no" omit-xml-declaration="yes"/>
</xsl:stylesheet>
But my output xml struıcture has broken. Should I  do some changing in my xsl mapping and how ?
Regards,
Ceren.

Similar Messages

  • How to Remove Edit permissions to a group/user when an list item is approved.

    Hi,
    We have a requirement of removing the edit permissions on custom list item when a item is approved, this I have to implement using OOB feature or customization and designer, but no code should be involved.
    Can anyone please suggest me to implement this.
    Thanks, Swaroop Vuppala

    Check this below
    You need to use item level permissions.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/9e3a624e-77d3-432f-9a2b-3f25b925423a/how-to-remove-edit-and-delete-option-for-a-list-item-when-approval-workflow-is-complete-and?forum=sharepointgeneralprevious
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • How to remove the header in Report from SQVI

    Folks,
    I created a report by joining 4 tables in SQVI, the output data is around 200 pages. I need to remove the header from the report so I can down load to a excel.
    Can some tell me how to switch of the header in SQVI ( Layout Mode). I did this before using Legend on/off but I quite didn't remember how I exactly did it.
    Thanks,
    Kumar

    Hi,
          It is not about the thing that, whether your source is XML or flat file. If you dont want some thing in your source file , dont consider it and dont map it with your target structure. think that, your not getting the header in your source.  What is the header here.
    <Emp_details>
    <Emp_Id> Employee No </Emp_Id>
    <Emp_Name> Employee Name </Emp_Name>
    </Emp_details>
    <Emp_details>
    <Emp_Id> 1234 </Emp_Id>
    <Emp_Name> xxxx </Emp_Name>
    </Emp_details>
    <Emp_details>
    <Emp_Id> 5678 </Emp_Id>
    <Emp_Name> yyy </Emp_Name>
    </Emp_details>
    you have two fields under node Emp_details. What do u want to avoid here?
    Regards,
    Reyaz

  • How to remove the header tag in the XML data ?

    Hi All,
    I am sending an XML data from SFTP to Proxy, in that I want to remove the header tag (first tag) from the xml, while loading the data. how to do that ?

    Hi,
          It is not about the thing that, whether your source is XML or flat file. If you dont want some thing in your source file , dont consider it and dont map it with your target structure. think that, your not getting the header in your source.  What is the header here.
    <Emp_details>
    <Emp_Id> Employee No </Emp_Id>
    <Emp_Name> Employee Name </Emp_Name>
    </Emp_details>
    <Emp_details>
    <Emp_Id> 1234 </Emp_Id>
    <Emp_Name> xxxx </Emp_Name>
    </Emp_details>
    <Emp_details>
    <Emp_Id> 5678 </Emp_Id>
    <Emp_Name> yyy </Emp_Name>
    </Emp_details>
    you have two fields under node Emp_details. What do u want to avoid here?
    Regards,
    Reyaz

  • How to remove JTable header from JScrollPane?

    Hi!
    Does anyone know how to remove the JTable header from the JScrollPane the table is placed in? I tried calling
    scrollpane.setColumnHeader( null ) and
    scrollpane.setColumnHeaderView( null )
    but none of the above worked...
    Thanks!
    Fil

    Hi,
    The easiest way to do this is to put an extra layer between the table and the scrollpane as follows:-
    JPanel p = new JPanel(new BorderLayout());
    // Add it to the north rather than center so that the table background color
    // won't cover the empty part of the view port.
    p.add(table, BorderLayout.NORTH);
    JViewport v = tableScroll.getViewport();
    v.setView(p);
    where table is your JTable and tableScroll is your JScrollPane.
    Hope this helps,
    Ian

  • How to remove the header name in KM navigation iview

    Hi,
            I have an KM iview with linklistexplorer as layout.
    It is displaying  "Name" as header  along with all the files.
    I want to remove this header "Name" from the iview.
    Can anyone help me on this.
    Raghu

    Hi Raghu,
    The layoutset you are referring to is using the collection renderer LinkListCollectionRenderer. This defines the properties to be rendered for each resource, which in the standard are
    "rnd:image,rnd:displayname(contentLink)"
    Change this to
    "rnd:image,rnd:displayname(contentLink/noTitle)".
    See http://help.sap.com/saphelp_nw70/helpdata/en/79/a1d23e6b2c3d67e10000000a114084/frameset.htm for an overview over these modifiers.
    Hope it helps
    Detlev

  • How to remove Editable region from nested template?

    I'm trying to remove an editable region from a nested
    template while retaining it in the parent template. DW doesn't want
    to let me do this.
    Example:
    - I've created an overall template call ALLPAGES.DWT
    - In it, there's an editable region called "related links".
    - The "related links" will stay the same for all my main
    pages (welcome, news, info, etc), so I'd like to create a nested
    template called MAINPAGES.DWT where the field is locked.
    So here's what I did; I started a new page from ALLPAGES.DWT
    and then I created a template MAINPAGES.DWT from it. Now I want to
    remove the editable region "related links". According to the DW
    manual, I should be able to highlight the region and go to
    Modify > Templates > Remove Template Markup, but that
    option is greyed out!
    Apparenlty the only way of removing the editable region is to
    create a smaller editable region within it. But that's unnecessary
    and sloppy. How can I remove the region entirely?

    > This use of nested templates is very useful and very
    simple and
    > straightforward.
    > It involves no additional overheads, and introduces no
    reliability
    > problems.
    I really disagree with this.
    > I cannot understand why Murray has such a bad attitude
    to nested
    > templates.
    I spent quite a bit of time using them, tweaking them,
    understanding them,
    and watching the problems that others have had here on the
    forum. My
    compelling conclusion is that there is nothing you can do
    with nested
    templates that you cannot do more simply and with far less
    trouble by using
    other methods, some involving other kinds of template
    regions, and some
    involving simple use of Library items, or better, server-side
    includes.
    > I can only assume either that he had a bad experience on
    the road to
    > Damascus,
    > after writing his definitive book on templates
    I assure you, it's based on much more study and experience
    than you have put
    into it.
    > "Templates are wicked and sinful! Don't play with them,
    or you will go
    > blind!"
    This is not only unkind, it's completely erroneous. Far and
    away, I am the
    single most enthusiastic proponent for the use of templates
    on these boards.
    Perhaps a read of my book would help you rid yourself of your
    attitude, too.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Clancy" <[email protected]> wrote in message
    news:[email protected]...
    > "Dodgeit" <[email protected]> wrote:
    >
    >>I'm trying to remove an editable region from a nested
    template while
    >>retaining
    >>it in the parent template. DW doesn't want to let me
    do this.
    >>
    >> Example:
    >> - I've created an overall template call ALLPAGES.DWT
    >> - In it, there's an editable region called "related
    links".
    >> - The "related links" will stay the same for all my
    main pages (welcome,
    >> news,
    >>info, etc), so I'd like to create a nested template
    called MAINPAGES.DWT
    >>where
    >>the field is locked.
    >
    > Very simple:
    >
    > Open allpages.dwt.
    > Save as template, with name mainpages.dwt (I always do
    this immediately so
    > that
    > if I do something stupid I don't corrupt the original
    template).
    > Insert the desired content into "related links".
    > At the beginning of the content area of "related links"
    insert the magic
    > code
    > @@("")@@
    > This turns off the editable region, and there will be no
    reference to it
    > in
    > pages derived from this template.
    > Save the changes to mainpages.dwt
    > Done!
    >
    > Have a look at
    >
    >
    http://www.corybas.com/Technical/Nested.htm
    > This is derived from my template techpage.dwt, which in
    turn is ultimately
    > derived from my template basicpage.dwt.
    >
    > Basicpage.dwt defines two editable regions 'title' and
    'subtitle' at the
    > top of
    > the page. Techpage.dwt sets a fixed title for all my
    technical pages, as
    > follows:
    >
    > <p class="hdgtn" ><!-- InstanceBeginEditable
    name="Title" -->@@("")@@Roger
    > Riordan: Technical notes<!-- InstanceEndEditable
    --></p>
    > <p class="hdgstn"><!-- InstanceBeginEditable
    name="Subtitle" -->Notes<!--
    > InstanceEndEditable --></p>
    >
    > In the page Nested.htm the references to 'title'
    disappear, and the two
    > lines
    > appear as
    >
    > <p class="hdgtn" >Roger Riordan: Technical
    notes</p>
    > <p class="hdgstn"><!-- InstanceBeginEditable
    name="Subtitle" -->Nested
    > Templates<!-- InstanceEndEditable --></p>
    >
    > This use of nested templates is very useful and very
    simple and
    > straightforward.
    > It involves no additional overheads, and introduces no
    reliability
    > problems.
    >
    > I cannot understand why Murray has such a bad attitude
    to nested
    > templates. I
    > can only assume either that he had a bad experience on
    the road to
    > Damascus,
    > after writing his definitive book on templates, or that
    it says simply:
    >
    > "Templates are wicked and sinful! Don't play with them,
    or you will go
    > blind!"
    >
    >
    > Clancy

  • How to remove repeated header and print "No records" in report

    Hi,
    I have a problem with my output report it is repeating the header when no records was found. And does anyone knows how i can put "No records found" (when no record is found) in the output without the Total amount and Grand Total? Please refer to the attachent file for reference.
    Thanks a lot! Hope someone can help me.
    Cheers,
    Jen
    Report ID: CRMR2W26 PARTIAL LOAN PREPAYMENTT MONTHLY SUMMARY REPORT Report Date: 08/04/2008
    For the month of March
    SR Creator SR No. Sales Opty Id Cash Amount($) CPF Amount ($) CIF No. Customer Name Salesperson Name Domicile Branch SR Status
    Domicile Description
    Branch
    Code
    Total amount
    Grand Amount
    Page 1
    Report ID: CRMR2W26 PARTIAL LOAN PREPAYMENTT MONTHLY SUMMARY REPORT Report Date: 08/04/2008
    For the month of March
    SR Creator SR No. Sales Opty Id Cash Amount($) CPF Amount ($) CIF No. Customer Name Salesperson Name Domicile Branch SR Status
    Domicile Description
    Branch
    Code
    No records extracted
    Page 1
    Message was edited by:
    user618088

    This sounds like a Reports issue.
    Perhaps you would be better asking in the Reports rather than the SQL and PL/SQL forum.
    ;)

  • How to remove category header link in a content area

    Hi,
    I have a content area with two categories X and Y with some items in each.
    When I add this content area on a page as portlet, the category heading is displayed with a hyperlink to X.
    I do not want that category heading, I should only items in the content area and not the headers atleast remove hyperlinks to the category headings.
    Please help.
    Murthy

    Hi,
    you can't change it in your code. I think the only option is to create a custom skin and then replace the resource bundle. Creating a custom skin for this is more work than the effect may justify. So to hide the string you can use CSS like the following
    .x2z{color:#D2D8B0}
    which turns the font color into the background color
    Frank

  • How to remove "Select" header in a ADFMultiselection Table.

    Hi All,
    Can anyone help me in removing the "select" header in a ADF MultiSelection table.
    I have searched the forum, but I didnot find a convincing answer.
    Jst let me know if anyone has a solution for this.
    Thanks,

    Hi,
    you can't change it in your code. I think the only option is to create a custom skin and then replace the resource bundle. Creating a custom skin for this is more work than the effect may justify. So to hide the string you can use CSS like the following
    .x2z{color:#D2D8B0}
    which turns the font color into the background color
    Frank

  • How to remove item header on the last page

    Hi,
    We have an adobe form where, on the last page a BIG footer gets displayed.
    Now if the number of line items are not enough, they wont go till the last page, but the last would still be printed with no line items, just to accomodate the huge footer that we want to be displayed only on the last page.
    Now in doing this, we want that if there are no line items on the last page, the item header should not be displayed. We are not sure how do we do this.
    The same is accomplished in SAP Script, and there they are using WRITE_FORM with type DELETE. So anything that prints after that even on a new page, the item header wont get printed.
    Please suggest how do we do this in Adobe Forms.
    Thanks,
    Tirth

    Hi Mate,
    there is a contradiction then.
    in table header rows definition, we specify show header in subsequent pages, then the header appears only if there are items displayed on that page. in your case the table header shouldn't be displayed then please check why its comming out there...?
    well in any case if you want the script it would be like below on layout ready event of the header row.
    // run the below script in last page
    if(xfa.layout.page(this) == xfa.layout.pageCount()){
    var pageSFList = xfa.layout.pageContent(xfa.layout.page(this) - 1, "subform", false);
    var pageTotal = 0;
    // for each subform named <Item>, which is the data row of the table
    for (var i = 0; i < pageSFList.length; i++)
         var sf = pageSFList.item(i);
            if(sf.name == "headerrow"){ // if header row is found then chec is data row is visible and set its presence accordingly
               if(sf.parent.item.presence == "hidden"){
                   sf.presence = "hidden";
         if (sf.name == "Item") // if data row itself is found set its presence accordingly
           sf.parent.headerrow.presence = "visible";
    you might need to tweak the code according to your element names.
    hope this helps,
    Cheers,
    Sai

  • How to remove table header

    my system need to display data, i will apply to display in JTable(one field is checkbox, one is the detail info.), but i don't hope user feel their data was displayed in a table.so i do following:
    private static final String colName[] = {
    tblMain.setShowHorizontalLines(false);
    tblMain.setShowVerticalLines(false);
    tblMain.setSelectionBackground(Color.white);
    but i still meet a problem on how to hide the table header. anyone,please help guide.
    thanks in advance.
    Susan

    so great ,camickr ,it's realized, thanks a lot

  • How to remove extra header/footer from BC default template?

    BC put their own header (with live links to dummy pages) and footer (two line of text on the bottom) in my Dreamweaver CS6  job at  http://140001.worldsecuresystems.com/
    Although I'm in the directory I can't seem to delete theses items,
    the Main Template.dwt inside the default Templates folder.
    I can't even delete the code inside it and leave it as an empty file.

    Tobydog20,
    I eneded up having to log in directly at Business Catalyst, not going through DW at all. There I entered a completely different mode, many more folders were visible. There it should also show you the template folder (the one you can't delete) belongs to your current DW project, which is why you can't delete it. You should see the other files that you can delete -- it's an entirely different experience going through Business Catalyst.
    An extra caution, Adobe also added some new CSS global sheets to MY project that weren't in my original upload, so keep an eye out. I discovered this when I had to add code and I swore that page didn't belong to my job. Well, it did.

  • How to remove header in iWeb?

    I'm making a website in iWeb, and need to know how to remove the header, picture thing, at the top. I mean the picture behind the page titles (Welcome, Support, Member, Ranks) Here's a picture.
    Please help!

    By header do you mean the graphics that make up the header or just the navbar that's in the header?
    If it's the latter you can remove the navbar in the Inspector/Page/Page pane:
    Click to view full size
    If it's the former then you can't.  Some themes include graphic files that are used in the layout and can't be removed.  The only themes that are totally customizable by the user are White, Black, Modern Frame and Formal (except for its blog page).
    OT

  • Remove response header

    Hi,
    Can anyone please show me how to remove a header from a servlet response? I use tomcat so if tomcat special features needed can be done with it... Can anyone please show me a small example of how to do it?
    10x
    Tomer

    A response is worthless without a header.
    What exactly do you want to do finally?

Maybe you are looking for

  • Windows Native Authentication with 2 (multiple) AD domains

    I have managed to get Windows Native Authentication for Oracle Application Server 10g (9.0.4) on Windows working. The following has been done and works in a test environment: Phase 1) Active Directory (AD) to Oracle Internet Directory (OID) Synchroni

  • Issue with BPF, OVERRIDE and AUTOREFRESH

    Hi, we are working with BPC 7.0 SP3 for Microsoft and we are experiencing an issue when opening reports or input schedules from a BPF: if we a set the override current view function for one or more dimensions the report is not refreshed and shows 0 v

  • Tax code I9 does not exist for jurisdiction code 7700000000

    Hi all, My user is trying to post the trip to finance. While posting she is getting error: Tax code I9 does not exist for jurisdiction code 7700000000. I checked setting of tax code I9 in HR box. Everything looks fine. Can anyone suggest me what are

  • Trying to open pdf's but they are now password protected, why and how do I change this

    why did this happen and how do i open pdfs without needing a password that i dont have

  • Chinese text upload

    Hi Guys, I have requirement to upload material master data in language EN ( English ) and ZF ( chinese)using BDC program . But  I can able to upload data for language EN but ZF when loading MAKTX description is not coming in ZF language .  I have log