Added a counter in the footer

Hi gang,.

I have a simple question that is oddly upsetting.  I have some page inserts which must have a 'dot' number added to page number, for example, 1 - 1.1, 1.2 - 1, 1-1, 3, etc.  I currently use the < $chapnum > - < $curpgnum > page number; I just need ajouter.1,.2, etc., up to the end.  There must be a simple variable to do this, right?  If this is not the case, how to create a variable that does?

Thanks in advance,

-terry-

Hi Orca,

The use of Point pages is described on my site.

A major drawback is that left/right margins are being violated if an odd number of pages will be inserted in the jelly layout. Not to mention that I have found no problem - even in FM - 13.0.3.495...

Tags: Adobe FrameMaker

Similar Questions

  • Adding cells of the footer line of an object table

    I'm trying to the sum of the values of a column and the display in the footer row but no success, it. Any advice?

    I tried to add the lines individually "cell2 [0] + cell2 [1] + cell2 [2]" and I tried adding the "sum(cell2[*])".

    Here is the updated file...

    https://Acrobat.com/#d=czb6OFGhZF5eJXYHKy0QjQ

    The changes I made were...

    (1) renamed all the lines so they all have the same name "Row1".

    (2) in the case of calculate it, I changed the code a little so it looks like this.

    sum (Table2.Row1 [*]. Cell4);

    Let me know if you have any questions...

    Thank you

    Srini

  • Added information to the footer

    Hello, I am new on using business catalyst and am managing a site for a client to use it. We are eager to add a "Powered By:...' link in the footer of the site." Is there a guide to help somewhere who can provide more information on how we can do?

    I appreciate it.

    In your model files, add a door content.

    So in/_System/ContentHolder/create a file of "footer - info.html. Then place all your info you want in that.

    Once registered, place it in the model by typing: {name = 'foot of page-info' module_contentholder}

    This way it will be on all pages (because its in the model) and if it needs to update, simply change it in one place. (Cause its in support of content)

    This link might help - module_contentholder | Developers of enterprise catalyst

  • Auto calculate date added to the footer.

    Is the intention to add a date in a footer, so that the date will automatically calculate the next day? I want to show the current date when the page was printed in the foot, not only a fixed date as when the document was created, is that even possible? and would it work when printing with adobe reader?

    Jim

    The date in a footer is not dynamic. You can add a form field that is dynamic, while it is updated with the current date, whenever it is opened or printed. You can add the form field where you want, duplicate to the pages you want it to appear on (it's automatic, not manual) and add a script to the level of the document that updates the date when the form is opened or a script to the action of Document will be printed. The script could be something like:

    getField("your_date_field").value = "printed on:"+ util.printd ("mm/dd/yyyy", new Date());»

    If you have problems with this, post again.

  • New lines are not included in the formula of TOTAL in the footer cells

    I have a table in which I put a SUM formula in the line of the footer for a total of the column over a series of columns.

    It was that I could drag the icon '=' under the table to add additional lines and the formula of the SUM comes automatically adjusted to include the additional lines added.  Now, so that the total cell of the column to include values in other lines, I have to individually edit the formulas and drag to include the new lines in each formula of TOTAL.

    What on earth did I screw up?  I googled this 1 million ways and keep only to find the instructions to find out how he set up to begin with... but clearly I did something wrong.

    Your formula looks something like this?

    = SUM (A)

    The trick is to have just the letter of the column, not something like A2:A5.

    A quick way to enter a formula in a cell in the row of the footer is to select the cell, and then choose this toolbar:

    SG

  • Adding line by submitting the manual tabular form while adding lines

    Hi all

    I'm a newbie in the Apex.

    I created a manual tabular form based on Apex_Collection. In addition, created the buttons ADD, DELETE and APPLY the CHANGES .

    The data below are the steps that I did.

    1 initialize the Collections

    Process: When loading - before header

    Enforcement process: once a Page visit

    Source:

    DECLARE
      l_collection_name APEX_COLLECTIONS.COLLECTION_NAME%TYPE;
      l_bind_names      APEX_APPLICATION_GLOBAL.VC_ARR2;
      l_bind_values     APEX_APPLICATION_GLOBAL.VC_ARR2;
      l_query           VARCHAR2(32767);
    BEGIN
      l_collection_name := 'EMAILDETAILS';
    
      IF apex_collection.collection_exists(l_collection_name)
      THEN
      apex_collection.delete_collection(p_collection_name => l_collection_name);
      END IF;
    
      l_query := '   SELECT cmp_cd, ' --c001 => f01
      || '   email, ' --c002 => f02
      || '   tab_seq_id, '  --c003 => f03
      || '   NULL, ' --c004 => f04
      || '   NULL, ' --c005 => f05
      || '   NULL, ' --c006 => f06
      || '   NULL, ' --c007 => f07
      || '   NULL, ' --c008 => f08
      || '   NULL, ' --c009 => f09
      || '   NULL, ' --c010 => f10
      || '   NULL, ' --c011 => f11
      || '   NULL, ' --c012 => f12
      || '   NULL, ' --c013 => f13
      || '   NULL, ' --c014 => f14
      || '   NULL, ' --c015 => f15
      || '   NULL, ' --c016 => f16
      || '   NULL, ' --c017 => f17
      || '   NULL, ' --c018 => f18
      || '   NULL, ' --c019 => f19
      || '   NULL, ' --c020 => f20
      || '   NULL, ' --c021 => f21
      || '   NULL, ' --c022 => f22
      || '   NULL, ' --c023 => f23
      || '   NULL, ' --c024 => f24
      || '   NULL, ' --c025 => f25
      || '   NULL, ' --c026 => f26
      || '   NULL, ' --c027 => f27
      || '   NULL, ' --c028 => f28
      || '   NULL, ' --c029 => f29
      || '   NULL, ' --c030 => f30
      || '   NULL, ' --c031 => f31
      || '   NULL, ' --c032 => f32
      || '   NULL, ' --c033 => f33
      || '   NULL, ' --c034 => f34
      || '   NULL, ' --c035 => f35
      || '   NULL, ' --c036 => f36
      || '   NULL, ' --c037 => f37
      || '   NULL, ' --c038 => f38
      || '   NULL, ' --c039 => f39
      || '   NULL, ' --c040 => f40
      || '   NULL, ' --c041 => f41
      || '   NULL, ' --c042 => f42
      || '   NULL, ' --c043 => f43
      || '   NULL, ' --c044 => f44
      || '   NULL, ' --c045 => f45
      || '   NULL, ' --c046 => f46
      || '   ''O'', ' --c047 (for record status)
      || '   wwv_flow_item.md5(cmp_cd, email, tab_seq_id) ' --c048 (for optimistic locking)
      --c049 for (not used in collection/reserevered for seq_id array)
      --c050 (not used in collection/reservered for delete checkbox array)
      || ' FROM Cmp_Email '
      || ' WHERE cmp_cd= v(''P9_CMP_CD'') ';
    
      apex_collection.create_collection_from_query_b (
      p_collection_name => l_collection_name,
      p_query           => l_query
      );
    
    
      IF :REQUEST = 'ADD'
      THEN
      APEX_COLLECTION.ADD_MEMBER(p_collection_name => l_collection_name);
      END IF;
    
    END;
    

    2. tabular Guide

    Type: SQL query

    Source:

    SELECT apex_item.hidden(4,c047,NULL,'f04_'|| '#ROWNUM#')
      || apex_item.hidden(5,c048,NULL,'f05_'|| '#ROWNUM#')
      || apex_item.hidden(6,seq_id,NULL,'f06_'|| '#ROWNUM#')
      || apex_item.hidden(3,c003,NULL,'f03_'|| '#ROWNUM#')
      || apex_item.hidden(1,c001,NULL,'f01_'|| '#ROWNUM#')
      || apex_item.checkbox(
      7, 
      seq_id,
      NULL,
      CASE 
      WHEN c047 = 'D' THEN seq_id
      END,
      ':',
      'f07_' || '#ROWNUM#'
      ) AS delete_checkbox,
      apex_item.text(
      2,
      c002,
      20,
      50,
      NULL,
      'f02_' || '#ROWNUM#'
      ) AS email_id
    FROM apex_collections
    WHERE collection_name ='EMAILDETAILS'
    ORDER BY c002
    

    The buttons used:

    1. name button: ADD

    Action: send the Page

    2 button name: DELETE

    Action: send the Page

    3 Collection page

    Point process: present now - before the calculations and Validations

    Enforcement process: once a Page visit

    Source:

    DECLARE
    
    
      l_collection_name APEX_COLLECTIONS.COLLECTION_NAME%TYPE;
      l_original_md5    VARCHAR2(32);
      l_latest_md5      VARCHAR2(32);
    
    BEGIN
    
      l_collection_name := 'EMAILDETAILS';
    
      FOR x IN 1 .. apex_application.g_f06.count 
      LOOP         
      IF apex_application.g_f01(x) IS NOT NULL --ID exists, check to see if record was updated
      THEN
      SELECT c048 INTO l_original_md5
      FROM apex_collections
      WHERE collection_name = l_collection_name
      AND seq_id = apex_application.g_f06(x);
    
      l_latest_md5 := wwv_flow_item.md5(
      apex_application.g_f01(x),
      apex_application.g_f02(x),
      apex_application.g_f03(x)
      );
    
      IF l_original_md5 != l_latest_md5 
      THEN
      apex_collection.update_member(
      p_collection_name => l_collection_name,
      p_seq             => apex_application.g_f06(x),
      p_c001            => apex_application.g_f01(x),
      p_c002            => apex_application.g_f02(x),
      p_c003            => apex_application.g_f03(x),
      p_c047            => 'U',
      p_c048            => apex_application.g_f05(x)
      );
      END IF;
      ELSE --ID does not exist, must be new record
      apex_collection.update_member(
      p_collection_name => l_collection_name,
      p_seq             => apex_application.g_f06(x),
      p_c001            => apex_application.g_f01(x),
      p_c002            => apex_application.g_f02(x),
      p_c003            => apex_application.g_f03(x),
      p_c047            => 'N',
      p_c048            => apex_application.g_f05(x)
      );
      END IF;
      END LOOP;
    
      IF :REQUEST = 'DELETE' 
      THEN
      FOR x IN 1 .. apex_application.g_f07.count 
      LOOP
      apex_collection.update_member_attribute(
      p_collection_name => l_collection_name, 
      p_seq             => apex_application.g_f07(x), 
      p_attr_number     => '47', 
      p_attr_value      => 'D'
      );
      END LOOP;
      END IF;
       
    END;
    

    4. table collection

    Point process: submit now - after calculations and Validations

    Enforcement process: once a Page visit

    Source:

    DECLARE
      l_table_md5       VARCHAR2(32);
      l_collection_name APEX_COLLECTIONS.COLLECTION_NAME%TYPE;
      l_del_count       PLS_INTEGER := 0;
      l_upd_count       PLS_INTEGER := 0;
      l_ins_count       PLS_INTEGER := 0;
      l_success_message VARCHAR2(32767);
       
      CURSOR op_lock_check_cur (p_id IN NUMBER)
      IS
      SELECT wwv_flow_item.md5(cmp_cd, email, tab_seq_id)
      FROM Cmp_Email
      WHERE tab_seq_id = op_lock_check_cur.p_id
      FOR UPDATE;
    BEGIN
      l_collection_name := 'EMAILDETAILS';
    
    
      FOR x IN (
      SELECT *
      FROM apex_collections
      WHERE collection_name = l_collection_name
      AND c047 IN ('N','U','D')) 
      LOOP
      IF x.c047 = 'N'
      THEN
      INSERT INTO Cmp_Email(tab_seq_id,cmp_cd,email) 
      VALUES (cmp_email_seq.nextval,
      :P5_CMP_CD_HIDN, 
      x.c002
      );
    
      l_ins_count := l_ins_count + 1;
      ELSIF x.c047 = 'U'
      THEN
      OPEN op_lock_check_cur(x.c003);
      FETCH op_lock_check_cur INTO l_table_md5;
    
    
      IF l_table_md5 != x.c048 
      THEN
      raise_application_error(-20001,'Current version of data in database has changed since user initiated update process.');
      END IF;
    
      UPDATE Cmp_Email
      SET cmp_cd=:P5_CMP_CD_HIDN
      ,email = x.c002
      WHERE CURRENT OF op_lock_check_cur;
    
      CLOSE op_lock_check_cur;
    
      l_upd_count := l_upd_count + 1;
      ELSIF x.c047 = 'D'
      THEN
      DELETE FROM Cmp_Email
      WHERE tab_seq_id = x.c003;
    
      l_del_count := l_del_count + 1;
      END IF;
      END LOOP;
       
      apex_collection.delete_collection(p_collection_name => l_collection_name);
       
      l_success_message :=  
      l_ins_count || ' rows inserted, ' ||
      l_upd_count || ' rows updated, ' ||
      l_del_count || ' rows deleted';
    
      :P5_SUCCESS_MESSAGE:= l_success_message;
       
    END;
    

    When I press the ADD button, a new line must be added to the shape of the table and the data should be saved to the collection. , But currently, the page is being submitted to the database table when adding new lines in the form of tables. The data should only be saved in the database when the user clicks on the APPLY CHANGES button

    I searched the Forum about this issue and have found many discussions which suggested to use JavaScript to add new lines. As I have no knowledge of JavaScript, these solutions have been strange for me.

    Please help me solve this problem.

    Thanks in advance.

    Kind regards

    Aravind

    Hi Christophe,

    Follow the changes mentioned below

    1. remove this your Collections initialize

    IF :REQUEST = 'ADD'
    THEN
      APEX_COLLECTION.ADD_MEMBER(p_collection_name => l_collection_name);
    END IF;  
    

    2 condition your collection process initialize

    Modify your process-> conditions-> PLSQL Expressions->: REQUEST IS NULL

    3. create a process more onload I say Add new line to the collection

    DECLARE
        l_collection_name APEX_COLLECTIONS.COLLECTION_NAME%TYPE;
       BEGIN
          l_collection_name := 'EMAILDETAILS';
         IF apex_collection.collection_exists(l_collection_name)
          THEN
              APEX_COLLECTION.ADD_MEMBER(p_collection_name => l_collection_name);
              END IF;
       END;
    

    4 condition your Add new line to the collection

    Modify your process-> conditions-> request = Expression1-> ADD (this should be request ADD button)

    5. change your button-> Action addition-> redirect to this application page :-> page no (same page)->-> ADD APPLICATION

    6. check your through the process conditional Page collection

    Modify your process-> conditions-> PLSQL Expressions->: ASK IN ('ADD', 'APPLY_CHANGES', 'DELETE')

    7. check your subject to the process of Collection to Table under condition

    Modify your process-> conditions-> PLSQL Expressions->: ASK IN ('APPLY_CHANGES')

    8. for the whole process to remove the conditions when the button is pressed.

    If the problems persists, create a sample on apex.oracle.com and share the connection information with the name of workspace.

    Hope this helps you,

    Kind regards

    Jitendra

  • Either directly from the method of the source to add the FB, Twitter, Instagram buttons in the footer?

    All directly the source method to add the FB, Twitter, Instagram buttons in the footer? Already have a link to e-mail but prefer a line of sharing/contacts, I see development icon, copy, icon stores but no link that can be used on the sites mentioned (which would make sense).

    Adding Twitter buttons to your Web site | Twitter Help Center

    Follow the button - Social Plugins - Documentation - Facebook for developers

    As button for Web - Social Plugins - Documentation - Facebook for developers

    A Google search will reveal more...

    Nancy O.

  • Get an error (you do not have sufficient permissions to perform this task) when adding a header and a footer. Any help?

    Get an error (you do not have sufficient permissions to perform this task) when adding a header and a footer. Any help?

    Hey veeran14642260,

    Us would certainly help.

    Could if it please let you me know what software used to create the PDF file. What is the software Acrobat Live Cycle Designer or something else?

    If you have created the file using Live Cycle, then it would be possible that you do not have permission to add the header/footer in the file.

    In addition, check under "file > properties > Security" and check if there is no security on the PDF file.

    Let me know.

    Kind regards

    Ana Maria

  • Add code to the footer in Adobe Muse for Google Analytics

    Hi guys, I need to submit the code to the footer of my site for Google Analytics - I tried to click on the footer, object selection and inserting the html code, but a box appears in the foot with a warning in her triangle.  Can someone advise the right way to go about adding code to the footer of the site for purposes of Google Analytics please... Thanks much :-)

    Hi Claire,

    You can add the GA code in the HTML code of the Head section. Please visit the following link http://forums.adobe.com/message/5943433#5943433

    Kind regards

    Aish

  • Why the footer div is sitting at the top of the page?

    Why is the 'div footer' sitting at the top of the page, that's when the last tag div in the code view?

    http://www.milesmemorials.com/vases.html

    Because the floats are not erased - try adding the clear property to the footer DIV.

    --

    Kenneth Kawamoto

    http://www.materiaprima.co.UK/

  • Help wanted with the footer coding.

    Hello

    On my site

    http://www.vakantiewoningeninsuriname.nl/Prijzen.html

    Ive has add another block. But the problem is on some kind of reason end up in the foot. also the very large foot of page estmaintenant... It should look like

    http://www.vakantiewoningeninsuriname.nl/contact.html

    Anyone know where and how can I change this?

    Concerning

    You must move both

    blocks, you have added in the
    container.

    Best way to do this is to click anywhere inside your design in Design view and look for the selector along the bottom of the Dreamweaver design window. Click it and you should see a blue line in the design window which indicates where the container ends. If you switch to code view, it should be noted the block, scroll the code so you can see the end

    tag.

    It will look like at.

    I'd put a comment by closing it

    so it looks like:

    Now, go into design mode and select

    that encapsulates the image Huize Henriette named 'full_portfolio_frame '. Look at the bottom of the design window and select that should be to the left of

    Switch to view the code and cut all the code highlighted the comment (which will not be highlighted)

    Paste the code directly before the closing

    tag for the container of "primary_full".

    Now you the code looks similar to below:

    Who moved the image where it should be.

    Return to design view, click to select the

    "one_half_last", switch to the code view copy the code highlight and paste it again before the closing tag for the container of "primary_full".

    Which should solve your problem.

  • Clicker buttons to count from the top down

    Hello

    I want to make a button that counts whenever it locks with the result in a dynamic text field (i.e. If you press 10 times 10 appears in the dynamic text field).  Essentially by adding one to the existing number in the dynamic text field.  Also I want to do a subtraction if you press the button it will be minus 1 of the amount indicated in the dynamic text field.

    (i.e. on (press) {dymanic_txt = (1 +) or (-1)})

    I tried to use different codes, but were unsuccessful. I can't use the insert text field

    The project I'm building is a calculator for go in captivate and when the swf file is imported into captivate the text input field is disabled, so I hope that by using keys to enter results will work)

    Hope that makes sense.

    Tim

    Yes, it seems that my hand was faster than my eye and I have a few typos in my example.  It is difficult to say that you could have done it as it is not work, but here's another approach, you can try...

    on the timeline
    count var = 0;
    dynamic_txt. Text = count;

    the Add button
    {We (Release)}
    count += 1;
    dynamic_txt. Text = count;
    }

    the subtraction button
    {We (Release)}
    count = 1;
    dynamic_txt. Text = count;
    }

  • Extension of sidebar, so that it passes by the footer

    I tried to put the responses of everyone at work, thank you.

    I'm sure that all you dreamweaver experts stiil much see a mistake in my code, but I try to work on that.

    My site is www.sbrownarchitects.com. On the model in box 1, the orange is supposed to descend to the bottom of the footer. Address phone number must be down. In dreamweave, I managed to bring back to the top of the footer using margins. But this does not appear on the browser. Why? In addition, I have no idea how to wear orange / sidebar to the bottom of the footer.

    Also why the text of navigation is white seen in the browser? Its black in dreamweaver? I feel a bit helpless, so many questions and any advice would be appreciated. Thank you once again!

    Code is below.

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "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 > Untitled Document < /title >
    < style type = "text/css" >
    <!--
    / * default browsers on all zeros * /.
    * {margin: 0; padding: 0; line-height: 100%; border: 0 ;}}
    {body
    Police: 100% Verdana, Arial, Helvetica, without serif.
    Background: #666666;
    text-align: center;
    Color: #000000;
    background-color: #CCC;
    }

    #container {}
    Width: 1000px;
    Background: #666;
    margin: 12px auto; / * margins (in conjunction with a width) auto Center the page * /.
    border: 1px solid #000000;
    text-align: left; / * This setting overrides the text-align: center on the body element. */
    Color: #333;
    }
    .navigation {}
    do-family: Verdana, Geneva, without serif.
    do-size: 18px;
    make-style: normal;
    Color: #333;
    text-decoration: none;
    make-weight: bold;
    }
    {.h4}
    do-family: Verdana, Geneva, without serif.
    do-size: 14px;
    make-style: italic;
    line-height: normal;
    margin: 200px;
    }
    . H5 {}
    do-family: Verdana, Geneva, without serif.
    do-size: 18px;
    make-style: italic;
    line-height: normal;
    margin: 200px;
    }
    #header {}
    background: #DDDDDD;
    padding: 0px;
    }
    #header h1 {}
    margin: 0;
    padding: 10px 0;
    Color: #000;
    }

    / * Tips for sidebars:
    1. as we work in percentages, it is best do not use the lateral pads on the side bars. It will be added to the width for browsers compatible standards creating a real unknown width.
    2. the space between the wall of the div and the items it contains can be created by placing a margin left and right on these items as seen in the rule ".thrColLiqHdr #sidebar1 p.
    3. Because Explorer calculates the width after that the parent element is rendered, you can sometimes run into unexplained bugs with percentages of columns. If you need more predictable results, you can choose to change the columns of pixels in size.
    */
    {#sidebar1}
    float: left; / * This item must precede in the source order of any element you want it positioned next to * /.
    Width: 22%; / * because this element is floating, it takes a width * /.
    background: #F90; / * the background color will be displayed for the length of the content of the column, but no further * /.
    padding: 5px 0; / * upper and lower padding create a Visual space within this div * /.
    overflow: hidden; / * IE float drop fix * /.
    Color: #333;
    }
    {#sidebar2}
    float: right; / * This item must precede in the source order of any element you want it positioned next to * /.
    Width: 40%; / * because this element is floating, it takes a width * /.
    Background: #666; / * the background color will be displayed for the length of the content of the column, but no further * /.
    Padding: 25px 0; / * upper and lower padding create a Visual space within this div * /.
    Color: #000;
    margin-right: 10px;
    }
    #sidebar1 p. #sidebar1 h3, #sidebar2, #sidebar2 h3 {}
    do-size: 14px;
    padding: 10px;
    Color: #333;
    }

    address {make-size: 14px; line-height: 1.5; make-weight: "BOLD", padding: 450px 480}
    PX ;}

    #mainContent p, #mainContent h3 {}
    line-height: 1.5;
    do-size: 18px;
    Padding: 32px;
    margin-left: 10px;
    }

    #mainContent {}
    margin: 0 5% 0 22%; / * left and right margins on this div element creates the two outside columns on the sides of the page. No matter the amount of content contain the sidebar divs, the space of the columns will remain. You can remove this line if you want the #mainContent div text to fill in the spaces of the sidebar when the content in each side bar ends. */
    }

    #footer {padding: 0 10px; background: #666; color: white;}
    }
    #footer p {margin: 0; padding: 2px 0; text-align: right; do-size: 14px;}
    }
    / * Various classes for reuse * /.
    {.fltrt}
    float: right;
    left margin: 8px;
    }
    {.fltlft}
    float: left;
    right margin: 8px;
    }
    {.clearfloat}
    Clear: both;
    height: 0;
    font size: 1px;
    line-height: 0px;
    }
    / * START Menu vertical list * /.
    #navlist - Green
    {
    padding-left: 0;
    left margin: 0;
    border-bottom: 1px solid gray;
    Width: 100%;
    do-size: 14px;
    }

    #navlist - li Green
    {
    list-style: none;
    margin: 0;
    Padding: 0.25em;
    border-top: 1px solid gray;
    }

    #navlist - green li a {}
    text-decoration: none;
    Display: block;
    make-weight: bold;
    line-height: 2em;
    }
    #navlist - green li a: link {color: #333333}
    #navlist - green li a: visited {color: #FFFFFF}
    #navlist - green li a: hover, li #navlist - Green a: active, li #navlist - Green a: focus {}
    Color: #333;
    background: gray;
    }
    < / style >
    ->
    < / style >
    <!-[if IE] >
    < style type = "text/css" >
    / * place patches css for all versions of Internet Explorer in this conditional comment * /.
    .thrColLiqHdr #sidebar2, .thrColLiqHdr #sidebar1 {padding-top: 30px ;}}
    .thrColLiqHdr #mainContent {zoom: 1; padding-top: 15px ;}}
    / * the owner above zoom gives IE the hasLayout property, avoid several bugs * /.
    < / style >
    <! [endif]--> < br class = 'clearfloat' / >

    < / head >

    < body >

    < div id = "container" >
    < div id = "sidebar1″" >
    < p > < / p >
    < div id = 'navlist-green' >
    < ul >
    < li > < a href = "index.html" class = "navigation" > home < /a > < /li > "
    "" < li > < a href = "... / about.html" class = "navigation" > on < /a > < /li >
    < li > < a href = "" / Portfolio.html "class ="navigation"> work < /a > < /li >"
    "" < li > < a href = "... / people.html" class = "navigation" > people < /a > < /li >
    < /ul >
    < / div > <! - end navlist - >

    646-244-5870 < address > < br / >
    [email protected] < / address >


    < / div >
    <! - end sidebar1″ - >
    <!-TemplateBeginEditable name = 'text'->
    < div id = 'sidebar2' >
    Sidebar2 < p > < /p >
    < p > the background color on this div will only show for the length of the content. If you want a line instead, place a border on the right side of the #mainContent div if div #mainContent will contain more content than the div. of #sidebar2 < /p >
    < p > Donec EU mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque eget, cursus, and iron < /p >
    < / div >
    <! - TemplateEndEditable - > <!-TemplateBeginEditable name = 'pictures'->
    < div id = "mainContent" >
    "" < h3 > < img src = "... / images/webimages/thumbnails/COMPRESSED/shakerblackandwhite.jpg" width = "100" height = "113" / > < / h3 >
    "" < h3 > < img src = "... / images/webimages/thumbnails/COMPRESSED/shakerblackandwhite.jpg" width = "100" height = "113" / > Donec EU mi sed turpis feugiat feugiat. In < / h3 >
    < / div >
    <! - TemplateEndEditable - >
    < br class = 'clearfloat' / >

    < div id = "footer" >
    < p > < / p >
    < p >
    "" < img src = "... / images/webimages/thumbnails/COMPRESSED/monticelloblackandwhite.jpg" alt = "image" width = "118" height = "112" / >

    "" < img src = "... / images/webimages/thumbnails/COMPRESSED/shakerblackandwhite.jpg" alt = "image" width = "95" height = "112" / >

    "" < img src = "... / images/webimages/thumbnails/COMPRESSED/tagblackandperspect1.jpg" alt = "image" width = "145" height = "112" / >

    "" < img src = "... / images/webimages/thumbnails/COMPRESSED/fieldstonblackandwhite.jpg" alt = "image" width = "220" height = "112" / >

    "" < img src = "... / images/webimages/thumbnails/COMPRESSED/tagelevblackandwhiteco.jpg" alt = "image" width = "153" height = "112" / > < / p >

    <!-end #footer--> < / div >
    < /p > < / div >
    <!-end #container--> < / div >
    < / body >
    < / html >

    The code seems to work ok for me.

    The problem is it is difficult for me to work because you have quite a few cases where the orangeBg.gif is attached through css to various containers, sometimes twice and sometimes once. Some paths are in the image, others not.

    I propose this css selector to the bottom of the list of css.

    #container {}
    background-image: url (orangeBg.gif);
    background-repeat: repeat-y;
    }

    Then move your orangeBg.gif hence it is now directly in the site folder to test it.

    It should be done for me.

    Also your address will not be down, unless you add the absolute positioning as shown below to the css.

    {address}

    do-size: 14px;

    line-height: 1.5;

    make-weight: bold;

    Padding: 480px 450px;
    position: absolute;
    left: 0;
    bottom: 0
    }

    In ADDITION, you must add the position relative to the css 'container '.

    #container {}
    background-image: url (orangeBg.gif);
    background-repeat: repeat-y;

    position: relative;
    }

    Your orangeBg.gif image is not as wide as your navigation buttons, it should be the case, you get just a bunch on the left side of the page.

  • with respect to the footer and header area

    Hello

    IAM new to this oracle application express and in the learning process. I want to know about the attributes of the header and footer of the region and for these attributes may be used and I found some java script can be placed in the area and footers if body and html header are present in the page. Anyone can throw some light on this.

    REDA

    Hi reda,.

    There are many things you can do with the parameters of region header and footer area. These would all be the content of the page you want to be added immediately before or after your report (or how whether the region contains). Any valid HTML tag should be ok, it can be placed between the BODY tags on a typical HTML page. Many users will add images, links, introductory text or footer information in them. You can also add javascript if you wish. Some will insist that you use the parameter header HTML on the page definition to do this, however, if you click on the words "Région Footer", you will see that there are several replacements of special channel available on in the foot of the region (e.g. #TOTAL_ROWS # will tell you how many records there are in the report). They can be used for a direct output on the page or you can use the in javascript. In addition, unless you use something like JQuery, you can use the foot of the region in the region in the final on the page to run scripts of type onload.

    The header HTML parameter can be used to post a link specific javascript and/or css files to your page (rather than add them to the page template - which would make available to all the pages that use this template).

    The HTML body parameter is only used to add attributes to the BODY tag, when the page is rendered. It can be any valid attribute - for example, you can add a style attribute that sets a background image for the page. The only thing to note here is that you cannot add an onload event handler if you also set the adjustment of focus of the cursor on "First item on the page" because it uses the event onload as well.

    Andy

  • How to get back to 3 text fields in the footer

    When you open a new document pages, the footer contains three default text fields.  I have a document where I removed somehow 2 3 fields foot leaving only 1. I would like to add the other 2 fields in the footer, but I am unable to find a setting that would let me. My search terms are apparently useless because I can't find any thread on point in a search. Any ideas?

    You can not remove the tripartite fields in a header or a footer. If you visit the view menu: display invisible characters, you will probably discover tabs or spaces that forced each cell to the right in your footer. Just remove these external characteristics and you will restore the three cells to your footer.

Maybe you are looking for