Footer at the bottom of the page in Smartforms

Hi All,
I need to print some Sales data and then a hard coded paragraph at the end of last page of the print out n Smartform.
Now the problem is:
1. If I put that paragraph in the footer then it prints as soon as the data ends in main window and not at the bottom of the page. Eg : If the data ends at the 5 line of the second page then the paragraph is printed immediately after that and not at the bottom.
2. If I put it in another window and give the option only after end of main window then except the last page that space for that window is empty and if I try to overlap main window then even on the last page if the data is till end of that page main window data gets overlapped on the hardcoded paragraph.
Please help me on the issue.
Thanks,
Sameer
Edited by: sameer_rk022 on Mar 31, 2011 10:04 AM

Hi,
Solution: The issue faced after overlapping the main window with footer window can be achieved by creating a folder within the main window and using the events to check whether there is enough space to print the footer.
Following are the steps.
Step 1:  Create a Secondary window say “Footer” which would be the footer window. Overlap the main window on the footer window as shown below.   
The footer window will be behind the main window
Step 2:  Create a folder within the main window say “Check_Footer”.
Go to Tab “Events”, select the checkbox “Footer with Height” and give the required height of the footer. Select the checkbox “at End of Table”. Specify the “Minimum height” as required.
Now, go to “Conditions” tab and select the checkbox “Only before end of main window”.   
This is basically done to check whether there is enough space to print the footer on that page. The Footer window would then print the output.
Step 3: Go to the created “Footer” window .Under the Conditions tab, select the checkbox “Only after end of main window”. Create a  text/tamplate/window whatever you want to display at bottom or footer data.
Step 4: Save & Activate the Smartform and check the output.
regards
Rohit

Similar Messages

  • Footer at the bottom of the last page only

    I am doing a dynamic form which has drop down rows (click the + button, then a new row will be created, so the user can have as many rows they prefer, then there is a footer with E-signature in it (hopefully the footer can be shown at the last bottom page only) ).
    My issue now: So when I have 2 pages of forms in total, the bottom of the first and second page will both have the footer (Signature). However, if there are 3 pages of form in total: the bottom of the first and third page will both have the footer (Signature), but not the second page.
    What I want: How can I ONLY have the footer (signature) at the bottom of the last page, not on the first page, no matter how many rows and pages the user created  ?
    I can screen shot the form if needed. Please help.
    Many thanks

    Hi,
    Find the total number of pages which is a standard variable and also the current page number which is a standard variable. Using events hide in other pages or make it visible only in last page

  • Footer to be fixed at the bottom of the page

    Hi,
    I have a requirement to fix the footer at the bottom of the page for various Zoom level, but at present my footer when i zoomout it moves up and leaves an empty gap at the bottom of the page.
    My footer is designed using panelBorderLayout

    Bump
    Still having this issue and haven't been able to find a way around it, any help would be appreciated.

  • Keep footer div at the bottom of the page

    ok, really simple im sure, il i want to do is keep a div at the bottom of the page.. not the browser window so it can always be seen, but at the bottom of all the content, what information would i apply to this div? ive tried top;100% minus the height of the div, no luck, any help would be great thanks.

    Try something like this:
    First define your html code like this:
    <div id="container">
         <div id="content">
              <h1>Content</h1>
              <p>Please resize the browser window to see how your 100% CSS footer behaves. </p>
              <p>Some more text here</p>
         </div>
         <div id="footer">
              <h1>Footer</h1>
         </div>
    </div>
    Next create your CSS like this:
    <style type="text/css">
              <!--
                   html, body {
                        height: 100%;
                   body {
                        margin: 0;
                        padding: 0;
                        font: 12px/1.5 verdana, arial, helvetica, sans-serif;
                   #container {
                        position: relative;
                        min-height: 100%;
                        height: 100%;
                        voice-family: "\"}\"";
                        voice-family: inherit;
                        height: auto;
                   html>body #container {
                        height: auto;
                   #content {
                        padding: 10px;
                        background-color: #a6c;
                        padding-bottom: 48px;
                   #footer {
                        position: absolute;
                        bottom: 0;
                        padding: 10px;
                        background-color: #609;
                        width: 75%;
                   #footer h1 {
                        color: #fff;
                        padding-bottom: 0;
                   h1, p {
                        margin: 0;
                        padding-bottom: 1em;
                   h1 {
                        font-size: 12px;
                        line-height: 1.5em;
              -->
              </style>
    This is all there is to it in a nutshell.  It can be modified to work in old browsers but that is another question.

  • Footer at the bottom of the last page

    Hello,
    My template BI / Publisher is a page, but when it is executed it may be several pages. I want the footer that appears on the last page, that it's ok, but, and at the bottom of the last page.
    Have you any idea?
    Thanks.

    With the tag :
    Avant le truc.
    +<?start@last-page-first:body?> <?end body?>+
    Après le truc.
    I have the error :
    Font Dir: C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    RTFProcessor setLocale: en-us
    FOProcessor setData: D:\Documents and Settings\bPitault\Bureau\Reporting\SWM_SPE_OM_106\DATA_INT_20080922.xml
    FOProcessor setLocale: en-us
    java.lang.NullPointerException
    +     at oracle.apps.xdo.template.fo.area.PageNumber.formatString(PageNumber.java:104)+
    +     at oracle.apps.xdo.template.fo.IDManager.registerId(IDManager.java:44)+
    +     at oracle.apps.xdo.template.fo.area.AreaTree.registerLastPageJoinSeq(AreaTree.java:1106)+
    +     at oracle.apps.xdo.template.fo.area.AreaTree.incrementJoinSequenceIndex(AreaTree.java:219)+
    +     at oracle.apps.xdo.template.fo.area.AreaTree.registerLastPageDocument(AreaTree.java:1089)+
    +     at oracle.apps.xdo.template.fo.area.AreaTree.forceOutput(AreaTree.java:471)+
    +     at oracle.apps.xdo.template.fo.elements.FORoot.end(FORoot.java:58)+
    +     at oracle.apps.xdo.template.fo.FOHandler.endElement(FOHandler.java:386)+
    +     at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:196)+
    +     at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1212)+
    +     at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)+
    +     at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)+
    +     at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)+
    +     at oracle.apps.xdo.template.fo.FOProcessingEngine.process(FOProcessingEngine.java:279)+
    +     at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:1022)+
    +     at RTF2PDF.runRTFto(RTF2PDF.java:626)+
    +     at RTF2PDF.runXDO(RTF2PDF.java:460)+
    +     at RTF2PDF.main(RTF2PDF.java:251)+

  • I need a section to display at the bottom of the first page of my report

    My report displays a number of records, but at the bottom of the first page of the report, I need a section (a remittance slip) that would only appear at the bottom of the first page.
    I've tried using a page footer with conditional suppression.  This is fine for the first page, but in subsequent pages, the footer space is reserved, so the records in my details section only go 2/3's of the page.  "Reserve minimum page footer" seems pretty useless.
    I've looked into using a details section that uses "Print at bottom of page".  But since my report contains groupings, this messes up my report structure and leaves a lot of extra space as well.
    I can't guarantee that a group footer section will always be on the first page, since it is found at the end of each group.
    Any suggestions?  Anything I'm missing?
    Thank you.

    hello plynch,
    i would use the method that Abhilash suggested.
    " I guess if we have a section (other than the Page Footer, perhaps another Details section) that is always suppressed except when the record count reaches x numbers and have it printed at the bottom, this could be achieved"
    if you
    1) create a new formula for every section that counts the height of the section...
    whileprintingrecords;
    numbervar lines:= lines + .2 
    //use the above for a details section that is .2 inches in height
    whileprintingrecords;
    numbervar lines:= lines + 2.2
    //use the above for a group header section that is 2.2 inches in height
    2) do the above for every section (yes it's painful but it works) and you'll see how the sections add to the running total
    3) create a new details section that is conditionally suppressed if the page is not equal to 1 and if the running total count is not within a certain height range
    4) make this new details section the height that you want the remittance slip and also have a New Page After forced for the section conditional on it being page 1
    the above takes a bit of finicky work but if it's worth getting rid of the blank space...
    cheers,
    jamie

  • Page doesn't flush to the bottom of the screen, despite the lack of content on the page

    On the home page of my website, the content doesn't fill the whole screen, therefore the footer isn't flushed to the bottom of the screen. Is there a way for the footer to automatically flush to the bottom for any resolution? Here is a link to my page so you can  see the example:
    www.ees-energy.com
    or a better example at
    www.ees-energy.com/downloads.html
    Thank you,
    Obaid

    Hello
    This is where it gets tricky for me!
    I have never used a sticky footer - I just don't like the idea and it has always seemed a bit over complicated to me.
    I did have a go at applying it to your page and got it to work without too much difficulty but, adding an effect like this to an established page is tricky because it's hard to see how different components interact with each other.
    The basic advice from the sticky footer site is to use this as fundamental structure to the page:
    <div id="wrap">
        <div id="main" class="clearfix">
        </div>
    </div>
    <div id="footer">
    </div>
    If you want to go this way then I would suggest starting from the beginning with that HTML and adding your content to it.   Notice that the footer is outside the wrapper and your content would need to go in the #main div.  They have page giving instructions on the site and a wedge of CSS that you can just cut and paste into your style sheet.
    You have chosen to use a liquid layout (which is a part of the problem with width that you have asked about in your other post).  I agree that a liquid layout is a neat idea but again, I don't like it so much because it's over complicated..  For instance, your page doesn't look so good in a wide monitor.
    One other way to get your footer further down the page would be to add some content to your sidebar.  How about a mission statement or a green quote of some kind or a pull quote from your text?
    Sorry I can't be of any further help with the sticky footer thing.
    Martin

  • How to get the report summary to the bottom of the page?

    Hi all. Does anyone know how can I get the report summary to
    stick to the bottom of the page, like the page footer? Basically, I
    have a report that displays line items on an order. At the end of
    the report, there is a signatory section or acknowledgment. If I
    stick this in the page footer, then it displays at the bottom of
    the page, but on every page. If I put it on the report footer, than
    it follows immediately after the details, and not at the bottom of
    the page. What I need is the report footer to be at the bottom of
    the last page.
    Any ideas?

    Greetings. Thanks for the post. I am not having problems with
    a page number. I am having problems with getting the report footer
    contents to be at the bottom of the last page. The closest solution
    I have found is to put the content in the page footer, and then
    hide the page footer until the last page. However, this leaves
    whitespace on all of the other pages, which isn't ideal. I really
    need an attribute that allows me to set the report footer to print
    at the bottom of the page, like the page footer.

  • How to position a table to display at the bottom of the page using XSL-FO

    hi al,
    i have a set of codes that creates a table and displays on the first row of the page. i want it to display on the bottom of this page. how do i do that?
    example code i have is
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0"  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  xmlns:fo="http://www.w3.org/1999/XSL/Format"  >
      <fo:table>
      <fo:table-body >
        <fo:table-row >
          <fo:table-cell>This should display at the bottom of the page.
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
      </fo:table>
    </xsl:stylesheet> also, i cannot put this in footer since it shouldn't display on all pages.
    any help will be appreciated.
    thanks
    allen

    How are you placing this code in your RTF to render the table? If get an error message....
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" >
    <fo:table>
    <fo:table-body >
    <fo:table-row >
    <fo:table-cell>This should display at the bottom of the page.
    </fo:table-cell>
    </fo:table-row>
    </fo:table-body>
    </fo:table>
    </xsl:stylesheet>
    I'm trying to pass code from an xml element where I have only one result with many columns. I want the element code to draw a table in the RTF.

  • Cant center my navigation text at the bottom of the page

    I am trying to center the navigation text as the bottom of my page but I can't seem to do it without centering all the rest of my content. I am not sure how to isolate the navigation text. I tried highlighting the text and making a new rule, I tried both ID and class but it did not center the text. If I use html I can center the text but it also centers the rest of the content. Do I have to place the text in a div?  Also beneather the navigation text is a rule (horizontal line) and a copyright line that I also want to center as well. I plan on reusing this grouping of navigation text, horizontal rule, and copyright text on all my pages as a footer. I have included the html & css code below. Thanks Dan
        HOME   
    PRODUCTS
    REQUEST QUOTE
    CONTACT US
    PROCESS EQUIPMENT
    Pumps   
    Air Diaphragm Centrifugal Drum Gear Hose Magnetic Drive Metering Peristaltic Piston Vertical   
    Mixers   
    Direct Drive Gear Drive C-Clamp Mount Drum Mount Fixed Top Mount Side Mount   
    Filters   
    Bag Cartridge Centrifuge
    Indexing Media           Gravity Filter   Vacuum FIlter   Sludge FIlter   Pressure Filter   Sludge Filter          Oil Skimmers Oil-Water Separators   
    Tanks   
    Carboys & Totes Rectangular Cylindrical Cone Bottom Cylindrical Flat Bottom Vertical Bulk Storage   
    Piping / Hose   
    PVC Pipe & Fittings CPVC Pipe & Fittings Polypro Pipe & Fittings PE Pipe & Fittings Kynar Pipe & Fittings Sanitary Hose, Gaskets & Fittings   
    Immersion Heaters   
    Electric Immersion Steam Coil   
    Process Controls   
    pH & ORP Probes Conductivity Probes Flowmeters Level Sensors Pressure Transducers Process Controllers VFD's Power Monitors   
    ENGINEERED SYSTEMS
    Chemical Feed Skids
    Evaporators   
    Burt Process Equipment Filtertech   
    Filtration Systems
    Fume Scrubbers
    pH Neutralization
    RODI Water Systerms
    Transfer Sumps
    UL Control Panels
    Vacuum Distillation
    Wastewater Treatment   
    Burt Process Equipment Filtertech   
    Water Reclaim (LEEDS)
    Content for  id "sidebar" Goes Here Engineered Solutions to your fluid handing requirements.
    Chemtech Process Equipment (CPE) provides fluid handling equipment to a wide range of industries which include pharmaceutical, biotechnology, microelectronics, metal finishing,  chemical  processing and general manufacturing. CPE offers turnkey engineered products such as transfer sumps, wastewater treatment, coolant filration, oil-water separation, water reclamation (LEEDS), pH neutralization, deionized water (RODI), and custom fabricated tanks and vessels. CPE’s product line includes pumps, tanks, mixers, filters, evaporators, magnetic separators, centrifuges, oil skimmers, flowmeters, level, pH, ORP, and conductivity measurement, heaters, plastic pipe, valves and fittings, sanitary hose, and gaskets to name a few. Feel free to review our product line and contact us if you have any questions or applications to discuss.   HOME | PRODUCTS | REQUEST QUOTE | CONTACT US
    © 2011 Chemtech Process Equipment, All Rights Reserved, Designed and Developed By Graphics Advantage.
    @charset "utf-8"; body { background-image: url(../Images/logo-background.jpg); background-repeat: repeat; background-attachment: fixed; } #container { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000; background-color: #FFF; width: 960px; margin-right: auto; margin-left: auto; } #header { background-image: url(../Images/header.jpg); width: 960px; height: 310px; } #navigation_bar { height: 31px; width: 960px; } #sidebar { float: left; width: auto; } h4 { font-size: 12px; font-family: Arial, Helvetica, sans-serif; } h1 { font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #F00; } /* Ajatix Pure CSS Menu Copyright (C) 2010 Ajatix. All rights reserved. http://www.ajatix.com Unregistered copy. Any usage except for the purpose of evaluation is strictly prohibited. */ .AJXMenuNQIdcZB {position:relative;z-index:100;width:100%;min-width:600px;height:31px;background:#4c97c3 url(ajxmenu_files/menu-bg.jpg) center right;text-align:center;} * html .AJXMenuNQIdcZB .ajxmw1 {float:left;height: 1px;border-left:600px solid #fff;} * html .AJXMenuNQIdcZB .ajxmw2 {position:relative;margin-left:-600px;height:1px;background:#4c97c3 url(ajxmenu_files/menu-bg.jpg) center right;} .AJXMenuNQIdcZB ul {position:relative;display:inline-block;margin:0;padding:0;list-style-type:none;} * html .AJXMenuNQIdcZB ul {display:inline;} *+html .AJXMenuNQIdcZB ul {display:inline;} .AJXMenuNQIdcZB li {float:left;margin:0;} .AJXMenuNQIdcZB a {display:block;float:left;height:31px;white-space:nowrap;padding:0 0 0 14px;font:12px/31px Arial,Helvetica,sans-serif;text-decoration:none;text-align:left;color:#ffffff;background: #4c97c3 url(ajxmenu_files/top.jpg) no-repeat top left;} .AJXMenuNQIdcZB a b {display:block;padding:0 14px 0 0;font-weight:normal;background:url(ajxmenu_files/top.jpg) no-repeat top right;} .AJXMenuNQIdcZB li:hover a,.AJXMenuNQIdcZB a:hover {text-decoration:underline;color:#ff0000;background:#65b0dc url(ajxmenu_files/top-mo.jpg) no-repeat bottom left;} .AJXMenuNQIdcZB li:hover a b,.AJXMenuNQIdcZB a:hover b {background:url(ajxmenu_files/top-mo.jpg) no-repeat bottom right;} .AJXMenuNQIdcZB br {clear:both;height:0;font-size: 1px;line-height: 0px;} /* Ajatix Pure CSS Menu Copyright (C) 2010 Ajatix. All rights reserved. http://www.ajatix.com Unregistered copy. Any usage except for the purpose of evaluation is strictly prohibited. */ .AJXMenuEHWBGHC {position:relative;z-index:100;width:180px;} .AJXMenuEHWBGHC ul {position:relative;float:left;margin:0;padding:0;list-style-type:none;background:#4c97c3; } .AJXMenuEHWBGHC li {float:left;width:180px;margin:0;} .AJXMenuEHWBGHC li:hover,.AJXMenuEHWBGHC li a:hover {position:relative;} .AJXMenuEHWBGHC h1 {display:block;width:166px;height:31px;white-space:nowrap;overflow:hidden;padding:0 0 0 14px;margin:0;font:12px/31px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;color:#ffffff;b ackground:#4c97c3 url(verticalmenu_files/heading.jpg) no-repeat top left;} .AJXMenuEHWBGHC h1 b {display:block;padding:0 28px 0 0;background:url(verticalmenu_files/heading.jpg) no-repeat top right;} .AJXMenuEHWBGHC a {display:block;width:166px;height:31px;white-space:nowrap;padding:0 0 0 14px;font:12px/31px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;text-align:left;color:#ffffff;bac kground:#4c97c3 url(verticalmenu_files/top.jpg) no-repeat top left;} .AJXMenuEHWBGHC a b {display:block;padding:0 28px 0 0;font-weight:normal;background:url(verticalmenu_files/top.jpg) no-repeat top right;} .AJXMenuEHWBGHC li:hover a,.AJXMenuEHWBGHC a:hover {text-decoration:underline;color:#ff0000;background:#65b0dc url(verticalmenu_files/top-mo.jpg) no-repeat bottom left;} .AJXMenuEHWBGHC li:hover a b,.AJXMenuEHWBGHC a:hover b {background:url(verticalmenu_files/top-mo.jpg) no-repeat bottom right;} .AJXMenuEHWBGHC a.ajxsub {background:#4c97c3 url(verticalmenu_files/top-sub.jpg) no-repeat top left;} .AJXMenuEHWBGHC a.ajxsub b {background:url(verticalmenu_files/top-sub.jpg) no-repeat top right;} .AJXMenuEHWBGHC li:hover a.ajxsub,.AJXMenuEHWBGHC a.ajxsub:hover {background:#65b0dc url(verticalmenu_files/top-sub-mo.jpg) no-repeat bottom left;} .AJXMenuEHWBGHC li:hover a.ajxsub b,.AJXMenuEHWBGHC a.ajxsub:hover b {background:url(verticalmenu_files/top-sub-mo.jpg) no-repeat bottom right;} .AJXMenuEHWBGHC ul ul {position:absolute;left:-9999px;top:-9999px;width:190px;height:auto;background:#4c97c3;} .AJXMenuEHWBGHC table {margin-top:-1px;border-collapse:collapse;} .AJXMenuEHWBGHC ul :hover ul {left:180px;top:0px;} .AJXMenuEHWBGHC li li {width:190px;padding:0} .AJXMenuEHWBGHC ul ul a,.AJXMenuEHWBGHC ul :hover ul a,.AJXMenuEHWBGHC ul :hover ul :hover ul a {margin:0;width:176px;height:31px;padding:0 0 0 14px;font:12px/31px Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#ffffff;background:#4c97c3 url(verticalmenu_files/top.jpg) no-repeat top left;} .AJXMenuEHWBGHC ul :hover ul a b,.AJXMenuEHWBGHC ul :hover ul :hover ul a b,.AJXMenuEHWBGHC a.ajxsub:hover a b,.AJXMenuEHWBGHC a.ajxsub:hover a.ajxsub:hover a b {display:block;padding:0 28px 0 0;font-weight:normal;background:url(verticalmenu_files/top.jpg) no-repeat top right;} .AJXMenuEHWBGHC ul ul :hover a,.AJXMenuEHWBGHC ul ul a:hover,.AJXMenuEHWBGHC ul ul :hover ul :hover a,.AJXMenuEHWBGHC ul ul :hover ul a:hover {background:#65b0dc url(verticalmenu_files/top-mo.jpg) no-repeat bottom left;} .AJXMenuEHWBGHC ul ul :hover a b,.AJXMenuEHWBGHC ul ul :hover ul :hover a b,.AJXMenuEHWBGHC a:hover a:hover b,.AJXMenuEHWBGHC a:hover a:hover a:hover b {background:url(verticalmenu_files/top-mo.jpg) no-repeat bottom right;} .AJXMenuEHWBGHC ul ul a.ajxsub,.AJXMenuEHWBGHC ul :hover ul a.ajxsub {width:176px;padding:0 0 0 14px;background:#4c97c3 url(verticalmenu_files/top-sub.jpg) no-repeat top left;} .AJXMenuEHWBGHC ul :hover ul a.ajxsub b {padding:0 28px 0 0;background:url(verticalmenu_files/top-sub.jpg) no-repeat top right;} .AJXMenuEHWBGHC ul ul :hover a.ajxsub,.AJXMenuEHWBGHC ul ul a.ajxsub:hover  {background:#65b0dc url(verticalmenu_files/top-sub-mo.jpg) no-repeat bottom left;} .AJXMenuEHWBGHC ul ul :hover a.ajxsub b,.AJXMenuEHWBGHC ul :hover ul a.ajxsub:hover b {background:url(verticalmenu_files/top-sub-mo.jpg) no-repeat bottom right;} .AJXMenuEHWBGHC ul :hover ul ul {position:absolute;left:-9999px;top:-9999px;} .AJXMenuEHWBGHC ul :hover ul :hover ul {left:190px;top:0px;} .AJXMenuEHWBGHC br {clear:both;height:0;font-size: 1px;line-height: 0px;}

    Copy & paste the following code into a new, blank HTML document.  The code is well commented so you can follow along.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Chemtech Process Equipment</title>
    <style type="text/css">
    html {font-size:100%; overflow-y:scroll}
    /**LAYOUT**/
    body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    background: #CCC url(../Images/logo-background.jpg) no-repeat fixed;
    #wrapper {
    background-color: #FFF;
    border:1px solid #000;
    width: 960px;
    margin:0 auto; /*with width, centered on screen*/
    overflow:hidden; /*for float containment*/
    #header {
    background: #000 url(../Images/header.jpg);
    min-height: 310px;
    #navigation_bar {
    min-height: 31px;
    #sidebar {
    float: left;
    width: 250px;
    border-right: 3px solid #CCC;
    #content {
    padding:2%;
    overflow: hidden; /*for inside float containment*/
    border-top: 3px solid #CCC;
    #footer {
    clear:both; /*clear the sidebar float*/
    text-align: center;
    width: 100%;
    /**RE-USABLE CLASSES**/
    .left {text-align:left}
    .center {text-align:center}
    .right {text-align:right}
    /**floats, clearing**/
    .floatLt, .floatRt {
    width:17.8%;
    min-height:100px;
    background:#FFCCCC;
    border-left:1px dotted red;
    padding:1%;
    .floatLt {float:left;}
    .floatRt {float:right;}
    /**after floats are no longer needed, clear them with this class**/
    .clearing {
    clear:both;
    display:block;
    visibility:hidden;
    /**TEXT STYLES**/
    h1 {font-size: 24px;color: #F00;}
    h2 {font-size:20px;}
    h3 {font-size:18px; margin-bottom:0}
    h4 {font-size: 12px;}
    p {font-size:14px; margin-top:0; line-height:1.5;}
    #footer h4 {
    margin-top:0;
    padding-top:12px;
    text-align:center;
    border-top: 1px solid #333;}
    #footer p {margin-bottom:0}
    </style>
    </head>
    <body>
    <div id="wrapper">
    <div id="header">#header</div>
    <div id="navigation_bar">
    <!-- AJXFILE:CSS/ajxmenu.css -->
    <div class="AJXMenuNQIdcZB">
    <div class="ajxmw1">
    <div class="ajxmw2">
    <ul>
    <li><a href="#" title="Home">HOME</a></li>
    <li><a href="#" title="Products">PRODUCTS</a></li>
    <li><a href="#" title="Request Quote">REQUEST QUOTE</a></li>
    <li><a href="#" title="Contact Us">CONTACT US</a></li>
    </ul>
    <!--end ajax1 --></div>
    <!--end ajax2 --></div>
    <!--end ajaxMenu --></div>
    <!--end navigation_bar --></div>
    <!--begin sidebar -->
    <div id="sidebar">
    <!-- begin AJXFILE:CSS/verticalmenu.css -->
    <div class="AJXMenuEHWBGHC">
    <ul>
    <li><h1>PROCESS EQUIPMENT</h1></li>
    <li><a class="ajxsub" href="#" title="Pumps">Pumps
    <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul>
    <li><a href="#" title="Air Diaphragm">Air Diaphragm</a></li>
    <li><a href="#" title="Centrifugal">Centrifugal</a></li>
    <li><a href="#" title="Drum">Drum</a></li>
    <li><a href="#" title="Gear">Gear</a></li>
    <li><a href="#" title="Hose">Hose</a></li>
    <li><a href="#" title="Magnetic Drive">Magnetic Drive</a></li>
    <li><a href="#" title="Metering">Metering</a></li>
    <li><a href="#" title="Peristaltic">Peristaltic</a></li>
    <li><a href="#" title="Piston">Piston</a></li>
    <li><a href="#" title="Vertical">Vertical</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    <li><a class="ajxsub" href="#" title="Mixers">Mixers
    <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul>
    <li><a href="#" title="Direct Drive">Direct Drive</a></li>
    <li><a href="#" title="Gear Drive">Gear Drive</a></li>
    <li><a href="#" title="C-Clamp Mount">C-Clamp Mount</a></li>
    <li><a href="#" title="Drum Mount">Drum Mount</a></li>
    <li><a href="#" title="Fixed Top Mount">Fixed Top Mount</a></li>
    <li><a href="#" title="Side Mount">Side Mount</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    <li><a class="ajxsub" href="#" title="Filters">Filters
    <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul>
    <li><a href="#" title="Bag">Bag</a></li>
    <li><a href="#" title="Cartridge">Cartridge</a></li>
    <li><a href="#" title="Centrifuge">Centrifuge</a></li>
    <li><a class="ajxsub" href="#" title="Indexing Media">Indexing Media
    <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul>
    <li><a href="#" title="Gravity FIlter">Gravity Filter</a></li>
    <li><a href="#" title="Vacuum FIlter">Vacuum FIlter</a></li>
    <li><a href="#" title="Sludge Filter">Sludge FIlter</a></li>
    <li><a href="#" title="Pressure Filter">Pressure Filter</a></li>
    <li><a href="#" title="Sludge Filter">Sludge Filter</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    <li><a href="#" title="Oil Skimmers">Oil Skimmers</a></li>
    <li><a href="#" title="Oil-Water Separators">Oil-Water Separators</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    <li><a class="ajxsub" href="#" title="Tanks">Tanks
    <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul>
    <li><a href="#" title="Carboys &amp; Totes">Carboys &amp; Totes</a></li>
    <li><a href="#" title="Rectangular">Rectangular </a></li>
    <li><a href="#" title="Cylindrical Cone Bottom">Cylindrical Cone Bottom</a></li>
    <li><a href="#" title="Cylindrical Flat Bottom">Cylindrical Flat Bottom</a></li>
    <li><a href="#" title="Vertical Bulk Storage">Vertical Bulk Storage</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    <li><a class="ajxsub" href="#" title="Piping/Hose">Piping / Hose
    <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul>
    <li><a href="#" title="PVC Pipe &amp; Fittings">PVC Pipe &amp; Fittings</a></li>
    <li><a href="#" title="CPVC Pipe &amp; Fittings">CPVC Pipe &amp; Fittings</a></li>
    <li><a href="#" title="Polypro Pipe &amp; Fittings">Polypro Pipe &amp; Fittings</a></li>
    <li><a href="#" title="PE Pipe &amp; Fittings">PE Pipe &amp; Fittings</a></li>
    <li><a href="#" title="Kynar Pipe &amp; Fittings">Kynar Pipe &amp; Fittings</a></li>
    <li><a href="#" title="Sanitary Hose, Gaskets &amp; Fittings">Sanitary Hose, Gaskets &amp; Fittings</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    <li><a class="ajxsub" href="#" title="Immersion Heaters">Immersion Heaters
    <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul>
    <li><a href="#" title="Electric Immersion">Electric Immersion</a></li>
    <li><a href="#" title="Steam Coil">Steam Coil</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    <li><a class="ajxsub" href="#" title="Process Controls">Process Controls
    <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul>
    <li><a href="#" title="pH &amp; ORP Probes">pH &amp; ORP Probes</a></li>
    <li><a href="#" title="Conductivity Probes">Conductivity Probes</a></li>
    <li><a href="#" title="Flowmeters">Flowmeters</a></li>
    <li><a href="#" title="Level Sensors">Level Sensors</a></li>
    <li><a href="#" title="Pressure Transducers">Pressure Transducers</a></li>
    <li><a href="#" title="Process Controllers">Process Controllers</a></li>
    <li><a href="#" title="VFD's">VFD's</a></li>
    <li><a href="#" title="Power Monitors">Power Monitors</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    <li><h1>ENGINEERED SYSTEMS</h1></li>
    <li><a href="#" title="Chemical Feed Skids">Chemical Feed Skids</a></li>
    <li><a class="ajxsub" href="#" title="Evaporators">Evaporators
    <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul>
    <li><a href="#" title="Burt Process Equipment">Burt Process Equipment</a></li>
    <li><a href="#" title="Filtertech">Filtertech</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    <li><a href="#" title="Filtration Systems">Filtration Systems</a></li>
    <li><a href="#" title="Fume Scrubbers">Fume Scrubbers</a></li>
    <li><a href="#" title="pH Neutralization">pH Neutralization</a></li>
    <li><a href="#" title="RODI Water Systems">RODI Water Systerms</a></li>
    <li><a href="#" title="Transfer Sumps">Transfer Sumps</a></li>
    <li><a href="#" title="UL Control Panels">UL Control Panels</a></li>
    <li><a href="#" title="Vacuum Distillation">Vacuum Distillation</a></li>
    <li><a class="ajxsub" href="#" title="Wastewater Treatment">Wastewater Treatment
    <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul>
    <li><a href="#" title="Burt Process Equipment">Burt Process Equipment</a></li>
    <li><a href="#" title="Filtertech">Filtertech</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    <li><a href="#" title="Water Reclaim (LEEDS)">Water Reclaim (LEEDS)</a></li>
    </ul>
    <!--end ajaxmenu --></div>
    <!--end sidebar--></div>
    <!--begin #content-->
    <div id="content">
    <!--floated elements come first in markup, this image is floated right-->
    <img style="float:right" src="Images/aro-pump-ad.jpg" alt="aro pump ad" width="200" height="200"/>
    <h1>Engineered Solutions to your fluid handing requirements</h1>
    <p>Chemtech Process Equipment (CPE) provides fluid handling equipment to a wide range of industries which include pharmaceutical, biotechnology, microelectronics, metal finishing,  chemical   processing and general manufacturing.</p>
    <p>CPE offers turnkey engineered products such as transfer sumps, wastewater treatment, coolant filration, oil-water separation, water reclamation (LEEDS), pH neutralization, deionized water (RODI), and custom fabricated tanks and vessels.</p>
    <p>CPE’s product line includes pumps, tanks, mixers, filters, evaporators, magnetic separators, centrifuges, oil skimmers, flowmeters, level, pH, ORP, and conductivity measurement, heaters, plastic pipe, valves and fittings, sanitary hose, and gaskets to name a few. Feel free to review our product line and contact us if you have any questions or applications to discuss.</p>
    <!--clear float with a p, br, or hr tag and clearing class-->
    <hr class="clearing" />
    <!--begin floated boxes -->
    <div class="floatLt">
    .floatLt
    <ul>
    <li>list item</li>
    <li>list item</li>
    <li>list item</li>
    </ul>
    </div>
    <div class="floatLt">
    .floatLt
    <ul>
    <li>list item</li>
    <li>list item</li>
    <li>list item</li>
    </ul>
    </div>
    <div class="floatLt">
    .floatLt
    <ul>
    <li>list item</li>
    <li>list item</li>
    <li>list item</li>
    </ul>
    </div>
    <div class="floatLt">
    .floatLt
    <ul>
    <li>list item</li>
    <li>list item</li>
    <li>list item</li>
    </ul>
    </div>
    <div class="floatRt">
    .floatRt
    <ul>
    <li>list item</li>
    <li>list item</li>
    <li>list item</li>
    </ul>
    </div>
    <!--end floats with a clearing class-->
    <hr class="clearing" />
    <h3>Heading 3</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean tellus est, pulvinar vitae cursus id, porttitor ac arcu. Nulla non lorem neque. Phasellus semper tincidunt orci, consectetur porta justo egestas eget. Vestibulum venenatis, lorem eu egestas sagittis, lacus lectus accumsan risus, quis tempor ligula nulla in elit. Nulla facilisi. Sed ac massa sit amet erat facilisis dignissim ut in nisi. Aliquam non sodales quam. Ut faucibus molestie orci, nec cursus velit elementum ut. Suspendisse porttitor ultricies nisi, sit amet cursus tortor gravida non. Donec blandit libero sed lacus tristique vestibulum. Nunc laoreet placerat eros quis interdum. Praesent elit mauris, ultricies non faucibus ac, lobortis quis dui. Aliquam sed quam orci. Suspendisse lobortis, purus sed suscipit ornare, purus ligula molestie sem; id venenatis sapien eros ullamcorper enim.</p>
    <!--begin floated boxes -->
    <div class="floatLt">
    .floatLt
    <ul>
    <li>list item</li>
    <li>list item</li>
    <li>list item</li>
    </ul>
    </div>
    <div class="floatLt">
    .floatLt
    <ul>
    <li>list item</li>
    <li>list item</li>
    <li>list item</li>
    </ul>
    </div>
    <div class="floatLt">
    .floatLt
    <ul>
    <li>list item</li>
    <li>list item</li>
    <li>list item</li>
    </ul>
    </div>
    <div class="floatLt">
    .floatLt
    <ul>
    <li>list item</li>
    <li>list item</li>
    <li>list item</li>
    </ul>
    </div>
    <div class="floatRt">
    .floatRt
    <ul>
    <li>list item</li>
    <li>list item</li>
    <li>list item</li>
    </ul>
    </div>
    <!--end floats with a clearing class-->
    <hr class="clearing" />
    <h3>Heading 3</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean tellus est, pulvinar vitae cursus id, porttitor ac arcu. Nulla non lorem neque. Phasellus semper tincidunt orci, consectetur porta justo egestas eget. Vestibulum venenatis, lorem eu egestas sagittis, lacus lectus accumsan risus, quis tempor ligula nulla in elit. Nulla facilisi. Sed ac massa sit amet erat facilisis dignissim ut in nisi. Aliquam non sodales quam. Ut faucibus molestie orci, nec cursus velit elementum ut. Suspendisse porttitor ultricies nisi, sit amet cursus tortor gravida non. Donec blandit libero sed lacus tristique vestibulum. Nunc laoreet placerat eros quis interdum. Praesent elit mauris, ultricies non faucibus ac, lobortis quis dui. Aliquam sed quam orci. Suspendisse lobortis, purus sed suscipit ornare, purus ligula molestie sem; id venenatis sapien eros ullamcorper enim.</p>
    <!--end #content --></div>
    <!--begin #footer -->
    <div id="footer">
    <p>HOME | PRODUCTS | REQUEST QUOTE | CONTACT US</p>
    <h4>© 2012 Chemtech Process Equipment, All Rights Reserved, Designed and Developed By Graphics Advantage. <img src="Images/GA-logo.jpg" alt="#" width="46" height="40" /></h4>
    <!--end #footer --></div>
    <!--end #wrapper --></div>
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How to write a line at the bottom of the page

    Hello all,
    My smartform has header, body,footer.
    I have placed everything in MAIN window as the details should come in all the pages.
    Now my requirement is I have to print the page number at the bottom of the page.
    I print multiple documents at a single shot (means multiple deliveries for example.)
    The page number must be reset when I start printing another document (new delivery).
    For this, as I can not use SFSY-PAGE,SFSY-FORMPAGES etc., I have used a variable and incremented it. It looks fine.
    But my problem is I am not able to print the page number at the bottom of the page. It appears immediately when the header and body is finished.
    Can you help suggesting some Idea so that Page number can be pushed to the bottom ?
    Points guaranteed.
    Thanks.

    Hi,
    the issue now is I am getting the page number correctly.
    Only problem is it is not printed at the bottom of page.
                         Page 1
    As shown above the page number appears immediately after the contents of body.
    What I want is,
                         Page 1
    hope it is clear.
    Thanks.

  • Absolute placement of a row at the bottom of the page

    I have a tablix which is like an invoice and i need to have the last few rows to stay at the bottom of the page. It is all one tablix the middle row which list the invoice items should not shrink. I can set the row's property Can Shrink to No and increase
    the middle row so the last row stay at the bottom but that won't help because the when the number of items increase the table will split even though there is space. I referred to some forums http://blogs.adatis.co.uk/blogs/harding/archive/2013/02/01/absolute-positioning-of-report-elements-in-ssrs.aspx and https://social.msdn.microsoft.com/Forums/sqlserver/en-US/08785944-923e-445a-b7de-b1062ea97879/absolutely-pagebottom-alignment-on-report-footer-impossible?forum=sqlreportingservices but
    i did not understand some of the solutions mentioned clearly. The report needs to look like the following picture.
    The invoice list can be 1 or 9 but the middle row should stay the same and last but 1 row (above footer) should be at the bottom of the page. I cannot make the last row in the footer because the whole tablix is connected.
    Please let me know if there's a way. I have attached a sample below. 
    In the document, both the rows denoting the Total and the row below should be at the bottom of the page

    Hi RaghulR,
    Based on my understanding, you want to display the last row of a tablix at the bottom of each page, right?
    In Reporting Services, the content of the report body will display from the top to bottom as much as possible. In your scenario, since the tablix can only display on the report body and the page footer is enabled, the last row of the tablix can’t display
    at the bottom of the page. However, you can change the body size and page size as a proper value, then make the tablix and page footer fill the whole page. So that the last row of the tablix is the closest to the bottom of page except the page footer.
    Please refer to the screenshot below:
    Reference:
    Pagination in Reporting Services (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Report text to stay at the bottom of the page

    hi   I have a report where I need a page footer which show e-mail address and company location etc  this is working ok  I have details that can vary from 1 to 30 item   I have some terms and conditions that have to go on the report  
     on the last page weather it is the first or last page. (not every page ) ( at present on the report footer)    what I am struggling with is   if I have I line item the footer goes up next to the line item  therefore looks silly  if
    I have 14 line item it looks correct at the bottom of the page    how can I get it that it stays at the bottom of the page  until it needs to go tom the second page and again stays at the bottom just in front on the page footer
      thanks  steve

    Hi stephen111,
    Since this forum is discussing about Access Developing, and your issue is more related with the product feature of the Access Report, I will move this thread to the related forum.
    Thanks for your understanding.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • How to place standard text at the bottom of the last page

    Hi Gurus,
               I have a requirement to place a standard text at the bottom of the last page.Right now i am having 2 sub forms
              in a  body  page  in that one(header details) will not get overflow and only visible in the first page and the second
             body page( Item  details)   will get overflowed, till here it is working fine. Now i need to include terms and
             conditions details at the bottom of   the   last  page but i included the standard text in the context area
             and i don't know where to place that text in the layout . I tried with including
             a sub form in the master page and placed the text    in   the  bottom of that sub form but it gets repeated
              in bottom of each and every page and i tried by placing one more sub form   in the body page
               but the text is coming immediately after the item detail gets ended.I need only at the bottom of the
              page where the item details ends. Please make me to solve this problem.

    Hi,
       I gone through the link in that they set the footer part of the purchase order immediately next
      behind the body(Table) so after the table growth gets completed the footer gets displayed
      but in my case after the table growth ends it should display at the bottom of that page.For
      example if the table ends at the top of the second page ultimately the footer should be at the
      bottom of second page.If the table ends at the bottom of the first page and if the footer can't
      display the whole content in the bottom of the first page then the footer should move to the
      bottom of the second page.

  • Footer not staying at the bottom of the content

    I am making a new website -- tomperkowitz.com -- and the footer sticks to the bottom of the browser page leaving a big white space when the browser window is taller than the content. I would like the footer to remain at the bottom of the content (like the first image below) and not stick to the bottom of the window (as shown in the second image below.
    I have another site - horizonshades.com - made with Muse where the footer stays as I want to, but I don't know what I am doing different/wrong with this new site.
    Any help would be appreciated.

    Have you unchecked Sticky Footer in the Page Properties?

Maybe you are looking for

  • How can i find out the more than one times occurance of integer in a array?

    How can i find out the more than one occurance of integer in a array. Assume i have 2,2,3,4,2,5,4,5 in a Array and i need to find out the how many times of 2, 5 and 4 is exists in that array. Please some one help me as sson as possible. thanks in adv

  • Can't access account, shopping cart. Can't purchase or access downloads!!

    This has been going on since Jan 12 1000 Eastern Standard time. I can tell from the other discussions that I'm not the only one. I can access the store, browse the different sections (Music, Movies, TV Shows, etc), I can't listen to sample clips of m

  • HP Office Jet 7500A can't get to work properly on home network

    I have the printer listed in the subject.  We have tried wireless connections and wired and we keep having problems like the printer dropping off the network.  We currently run Windows 7.  I am beginning to hate this printer and are ready to ship it

  • ITunes cannot run because some of its required files are missing.  How

    I have tried the "repair" option to fix my "iTunes cannot run because some of its required files are missing error message."  No luck.  I have rebooted.  No luck.  I am afraid to reinstall iTunes.  I have already lost my music once when I fried my co

  • Room Template Changes not reflecting

    Hi, I have a Collaboration room template called Community. In that I have the Quick Poll Maintenance iview. I was getting the following error while creating a quick poll. When I try to add an image to a response in the quick poll, it gave me portal e