Repeating header

Hi All;
I have searched for information that would address this
question, but I can't seem to locate anything. If it has, please
direct me to the link, if it is posted in this forum.
I have jut started using DW 8 for the first time (I used
Golive before). Now there is a feature that I used in Golive to
create a master header or footer. I created the header on a page
and saved it as a component, then linked that component to a page
that I was creating. If I had to update the header, I would update
the header component file and all other Web pages would be updated.
I'm trying to find a similar feature in DW that would allow
me to do the same. I've read about templates and repeating regions
but I'm not too sure if this would work as expected. Any support
would be greatly appeciated. Thanks.

OK, Step by step, a short tutorial.
Don't worry about databases. Open a new page, switch to code
view and delete EVERYTHING from the page.
If all you have is a repeating image, this is all that needs
to be in your include file:
<img src=" your_imgae.jpg " />
If you want it centered add the <div> tags and
alignment (just click the center icon in the properties dialog)
Then save as header.shtml and all your web pages as
[pagename].shtml. Actually, only the page needs to .shtml be but I
always name everything the same to avoid confusion and conflicts.
(I am easily confused)
At the top of each page, put this right after the
<body> tag:
<!--#include virtual="header.shtml" -->
Now, this seems very simple, and why not just put the image
on the top of each page? Well, as you progress, you may add a menu
to the include file or some other text or Images. It doesn’t
matter what you put there, here is the thing, when your site gets
pretty big and you change your mind about a link, want to remove
it, change one, add something, all you change is the header.shtml
file, upload it to your server and every page on the site that
contains that file will change with no updating, synchronizing or
uploading required.
This is what makes this far superior to templates. It is easy
to update a template, but when you do, if you have 100 pages
attached to that template, in several different folders you must
upload 100 updated pages to all their respective folders. If
you’re using synchronize properly not that big a deal, but
still much more than one file.
You can use this same technique for multiple areas on a page,
such as header.shtml, footer.shtml, menu.shtml, etc. Just put them
where you want them on the page, make one change to one file and
all 100 pages on your site are done!
Leave out all css and styling definitions and such. Just use
the header tags (h1, h2, etc.) or your own style tags defined in
your css file. Once the css reference is set in your parent file,
it will apply to all of your include files on that page as well.
This is very basic and there are tons of nuances that can be
added and tweaked, but I hope this gives you a good start…
Once you get it, you will use it a lot.

Similar Messages

  • Report Total lable when "repeat heading on break"

    Hi,
    I have a report where I'm breaking on the first column, and returning the totals.
    When I have "Default Break Formatting", since I am returning totals based on the first column, it says report total under the first column.
    However, If I have "Repeat heading on break", the first column won't show as one of the columns in the report, but it will show above the box. Because that first column is not gone, I realized that the lable "report total" is gone too, since there is no space to put it. It is still returning the totals correctly, but there is no lable that says "total" or anything like that.
    I wouldn't mind having that label on the second column, or someplace else. Can I do this?
    Thanks!

    Lila,
    If you want to take advantage of the features that HTML DB reports offer, such as column heading sorting, then writing your own PL/SQL region would not be an option. I was only confirming your observation that repeating headings only works for the first break column and suggesting an alternative approach. So you'll have to decide which is more important in your case, getting the formatting you're looking for or using those advanced reports features.
    As for the previous posting regarding new and older versions of HTML DB, HTML DB 1.5 was our first production release, shipped with the Oracle 10G database, and this version as well as HTML DB 1.5.1 offers the same kind of report heading sorting and the same type of column breaks.
    Regards,
    Marc

  • Repeating Header question

    XMLP 5.5 Standalone
    Learning the ropes with XMLP, the provided samples are a very good, illustrative starting point. One thing I wonder:
    In the rtf_templates/advanced/RepeatHeader example, I found you can use
    <?for-each@section:G_CUSTOMER?>
    to do the magic, where G_CUSTOMER points to an existing group in the loaded XML data.
    I tried to apply a repeating header to another example, rtf_templates/sales_reports/retail_sales.rtf
    Here the xml-data is not grouped (simply starts with ROW and then the details). I however (soft)-grouped the data within the report by Year, resulting in:
    <?for-each-group:ROW;./YEAR?><?sort:YEAR;'descending';data-type='number'?>
    But I couldn't make out the syntax to use this group in the for-each@section command. Is this possible at all, or can you only address 'real groups' which have to be present in the XML data file?
    Thanks for your help
    Tino

    Hi Tino
    Nice question, this is possible with a current caveat. You can not use a sort option on the group in your template.
    So you would have :
    <?for-each-group@section:ROW;./YEAR?>
    we found the sorting issue while testing your question. IT will be addressed in the next release. But you can live without the sorting in the template then you can do what you asked.
    Regards, Tim

  • Repeating Header Rows - Not repeating beyond page 2

    Hello,
    I'm at my wit's end and I have yet to see a response to questions related to repeating headers (though I've seen it in a few forums).
    I have a flowed form with an initial header table and then 4 subforms, each made up of tables with a header group of two rows and then a user-modified number of data rows. Each of the subforms has it's own 2 line header, which includes a static "topic" row (with "add/delete row" button) and then a second header row with the column titles (9 columns across). As I said, these two header rows are grouped together.
    Each of the 4 subforms can (and does) flow on to multiple pages once filled in by the users. At first, my issue was getting the two rows (grouped) that make up my header to repeat on subsequent pages for each subform. No go - apparently grouped header rows can't make up an overflow leader (I can only choose one of the two), and when I check the box to make the GROUP appear on subsequent pages under pagination, it will only appear on page 1 and 2 for that particular subform...so I've given up on that. Now I just want the second header row (with the column titles) to appear on every page that each subform overflows on to, but I can still only get it to appear TWICE. Anytime a subform moves onto a third page, requiring a third instance of the header, it doesn't work.
    I came across one solution involving the "repeat header for each row", but that came with a host of new bugs, including a bug where every time I open, edit data in a particular subform and save the file, a NEW header group row is added to that subform (after 12 opens, there is literally 12 header rows at the top of each of my 4 subforms if I edit data in all 4)...though it solves the other issue and the header rows DO appear properly on subsequent pages beyond page 2!!!!
    Any solutions? I've run into this on three separate occasions over the past year when building forms and every time, I've hit this wall, given up the search for a solution and sacrificed aesthetics and functionality in my forms that I shouldn't really have to.
    Ck.

    Here is a sample I did for you..
    https://acrobat.com/#d=BSeyeLhbaeyqXfwX*wrwzA
    The difference with this file, is I created a table and then in the top row I merged all cells. Then created a table with two rows inside this merged cell.
    In the Header row properties I checked, repeat header in Subsequent pages.
    Let me know if you have any issues..
    Thanks
    Srini

  • Help on displaying Repeat Header Rows

    Hi All,
    I have a table where i need to repeat each header per page But i there's one value that i need to display on the first page only.:
    given the following repeat each header per page:
    page 1 header
    product1
    product2
    product3
    page 2 header
    product2
    product3
    page 3 header
    product2
    product3
    i set the table to repeat header per row. But it keeps appearing the product 1 for 2nd page and 3rd page.
    thanks in advance,
    Paolyn

    Hi Kavipriya thanks for your reply:
    My xml structure are the following:
    <List of Productitems>
    <List of Productlines>
    <ProductId>
    <ProductGroup>
    <ProductPlan>
    <modelid>
    <modelname>
    <modeltype>
    <List of productlines>
    <List of ProductItems>
    I regroup my xml by ProductId, ProductGroup,productPlan and i need to display model id ='0001' per page of the report as header information. Plus i need to display modelname='Sample1' on the first page only of the report as header which contains model id='0001' also.
    Thanks in advance,
    Paolyn

  • Repeat header's column in a table with row height that greater then 200px

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    I develop a website and encounter some problem about web page printing. I try to repeat header's column in a table with row's height that greater than or equal to 198px, but it doesn't work. Another size that lower than 198px works fine. If somebody has seen this issue before and know a solution, please help me. Thanks in advance.
    == This happened
    ==
    Every time Firefox opened
    == Firefox version
    ==
    3.6.6
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6
    == Plugins installed
    ==
    *-6.0.12.1739
    *RealPlayer(tm) LiveConnect-Enabled Plug-In
    *PDF-XChange Viewer Netscape Gecko Plugin
    *Default Plug-in
    *Shockwave Flash 8.0 r22
    *Adobe Shockwave for Director Netscape plug-in, version 11.0
    *3.0.40624.0
    *Office Live Update v1.3
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Next Generation Java Plug-in 1.6.0_18 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object

    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.
    [http://forums.mozillazine.org/viewforum.php?f=25]
    You'll need to register and login to be able to post in that forum.

  • IR Report - Repeating Header Isuue

    IR Reports - Apex 3.2
    Question: Is there way to keep the main Table Column Header the same as Repeat Heading. I spent a lot time coloring the Column Header cell <blue> and they do not pass down to the Repeating Headers.... I tried numerous ways. Thanks in-advance.
    <style type="text/css">
    .apexir_WORKSHEET_DATA th{background:#8A7E3F}
    text-decoration:none;
    cursor:pointer;
    #apexir_WORKSHEET .apexir_REPEAT_HEADING {background:#8A7E3F }
    #apexir_EAC_CMDB_PLT {color:"#00FF00";text-decoration:none;
    cursor:pointer;}
    </style>

    Hi,
    Sorry, I now see what you are trying to do - I updated my styles to use #apexir_ENAME {color:#0000FF;text-decoration:none;cursor:pointer;} and then set the groupings. Only the first "Ename" heading is styled using this. That is because this is the only one that is given an ID of "apexir_ENAME" - the other group headings are just plain DIVs without IDs.
    The only way I've managed to get a style onto all of these is to add in a SPAN tag into the heading itself and style it that way. Whilst that does work, of course, it does mean that the SPAN definition is now part of the heading text so appears when you use "Select Columns" etc.
    I can't think of an easy way around this as I assume that the IDs are important to the IR functionality and should be unique on the page.
    Andy

  • Repeat heading in smartforms

    Hi all,
      How do I print heading in every page of smart form.
    I have defined heading in the header of a table in main window.
    I have selected both repeat header at page break , at start of table.
    still the form is not printing header in the second page.
    thanks in advance.

    thanks jayathi.
    BTW did you test this example with records exceeding single page.I actually coded the table in the same manner.But it does not work.
    Anyhow, i solved the problem using a work around. I added a window to the next page with check box 'not on first page ' ticked.

  • Tables: how do I turn off repeating heading row?

    Hi,
    how do I turn off the repeating heading row feature in tables? I've looked through Table Designer and on-line Help but no joy. I know it's probably something very simple but I just can't find it.
    Advice appreciated.
    Cheers

    Also, if you already have heading rows and you are just trying to get rid of them, I think your only option is to delete them. If a heading row contains content that should be in a body row, create a new body row and copy/paste the content into it before deletion of the heading row. I think you can also just copy the whole row, put the insertion point in the body area, then paste, and it magically becomes a body row. Note that you can restore heading rows with the Add Rows and Columns feature.
    Russ

  • Can I avoid repeating heading information?

    Can I avoid repeating heading information if repeated in a same page.
    This occurs due to group on a field which causes it to display again heading information. The heading information should be displayed only once on each page.
    How can I avoid this?
    Thanx
    Regards,
    Vikas

    Hi,
    Create another repeating frame as parent frame of current repeating frame, and with same source. Then put all heading in this parent frame, set Maximum Record per Page = 1.

  • Repeating Header and Footer on each page in Sub-Report

    Post Author: Jimbob
    CA Forum: General
    I am formatting a report that has subreports.  I can get the header on every page, but the footer only appears on the last page. 
    How do I get a header and footer to print on each page of the subreport?
    Thanks for any help!

    Post Author: Guy
    CA Forum: General
    Hi,
    You should add a first level of grouping in your subreport on a fake formula field with a constant value.  Put your header and footer information in this group header and footer.  In the group option make sure to check the "repeat group header on each page option".
    This group will act as a page header + footer within your subreport.
    good luck!
    Guy

  • How to repeat Header and Footer's table on each page

    Hi all of you,
    I have to create an invoice form which look alike the Purchase order forms example provided by Adobe.
    In the table object, i set up exactly the same attribute as the example but i didn't manage to get the same result :
    - the table is nested in a subformular which attribute is Flowed + Page Break.
    - Header and Footer's table are set up such as they should be repeated on every page.
    I work on the Adobe Life cycle 8.01 and ECC 6.0.
    Thanks for the help

    Hi Vincent,
    Use the Create Table assistence while you creating the table, there you will specify the header and footer
    Change the table type as flowed in object tab.
    Then select the Header Row in Hierarchy tab and go to the Pagination in object tab
                           there you check Include Header Row in Subsequent Pages and same as footer.
    By
    Parthi

  • Dynamic Tables in PDF - repeating Header row in all pages

    Hi ,
          I have created a dynamic table in PDF, When I add rows, the table is spanning to next page, and I should get the header row in all pages. But, I am getting the header row only for the 2nd page(In Header row properties, I have choosed the header row to be displayed in all pages). I need the Header row to be displayed in all pages.
        To see the previous thread, Click [here|Dynamic Table -  same data repeating in all rows;.
    Thanks and Regards,
    Prabhakar.

    Hi Prabhakar,
    Try out with following step
    Header Row -> Binding -> Select the check box
    Repeat Row for each Data item (Min Count 1)
    Please let me know if this is working or not.
    Cheers
    Satya

  • Repeating header in XML publisher template

    iam designing a template in XML publisher for the xml file generated by oracle report
    i want my header part to repeat on all the pages
    like if the data is printed across pages the header portion related to the data should be printed on all the pages
    Can any one help me on this???????????

    Hi,
    I am very new to BI Publisher. We are a peoplesoft shop with SQL server. we do not have Enterprise so just using Peoplesoft delivered stuff. I saw your post that mentions headers. I am designing an invoice that has a header, summary and coupon section on the first page and then the header and the lines on every page after. My header is complex and have a logo, and all header information. All of that information in a table (multiple lines). I do not know what to do to make
    1. header appear on all pages.
    2. summary only appear on first page.
    3. coupon appear on the first page at the bottom and the second page (back of coupon) be blank. the customer is going to teat that portion and send it back with a check. So that is why it has to be blank.
    4. My first page information on is so much that it took almost 1 and 1/4 page in the design but it prints on one page though. Where should I start my detail (lines) page 3rd page or 2nd?
    I would really appreciate if you reply to this message at your earliest since I am runnning out of time and this must be done at the end of the month. My cell is 678-907-7331.
    Muz

  • 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 repeat header in all pages of oracle report

    Dear All,
    Im using oracle developer suit 10g. I have a report. when i exectue that reports it contains 4 pages of data.
    I have created a header. My problem is header is not repeating in all pages of reports..
    Header is showing only in fritst page.
    How can i resolve this..
    Pl help me on this issue.
    Regards,
    Shitab

    Hi Shitab,
    In your paper layout, select the property of the frame you want to repeat and in that under Advanced Layout choose print objects on all pages.
    Hope this will work. If not let me know...
    Regards,
    Soofi

Maybe you are looking for

  • Call failed constantly after upgrade to OS 4.2

    Has anyone else suffering the same problem? My iPhone 4 just keeps failing to make a call after upgrading to OS 4.2. The strange thing is that it seems this just happens within vodafone's 2G network. If I turn 3G on, there is no problem with call fai

  • Problem naming table with schema prefix in Trigger

    Hi, When i try to compile the trigger having that body : BEGIN Insert into TechDb.DocumentTransfers(DocumentNumber, DocumentTypeID, StaffCodeFrom, StaffCodeTo, TransferType, TransferDate) values (:New.DocumentNumber, :New.DocumentTypeID, :New.StaffCo

  • Customer Master - Customer Category

    Hi All, Customer Master having a field called Customer Category, Presently its having 2 records, I would like to add a new record in that. As i checked lookup forms, there is no category, but when i check the below query its showing 2 records like (C

  • Problem applying music to fce project

    I have a .mov and want to apply a song to it. The problem arrises in both FCE and iMovie that the 8 minutes song is clipped to 2m:16sec. Other 5 minute songs are imported just fine. The song is not drm restricted, it was an mp3 in iTunes, i converted

  • Would Apple be coming out with a newer version of iWork in future anytime  soon?

    I use iWork at work and head over heels in love. I won't ever we going back to Mircosoft Office. I had a Mac before and it died. I am hoping I can get a new as a birthday present to myself but before I purchase I saw iWork was 2009. Would there happe