Template Footer

How do you fix a footer so that it is fixed to the bottom of
the browser?
I have created a template and want the footer to always be
fixed to the bottom of the browser, so that the page has scrolling
ability in the editable region.

See if this helps:
http://www.themaninblue.com/experiment/footerStickAlt/
Nadia
Adobe® Community Expert : Dreamweaver
Tutorials |SEO |Templates
http://www.DreamweaverResources.com
http://www.perrelink.com.au
CSS Tutorials for Dreamweaver
http://www.adobe.com/devnet/dreamweaver/css.html
"Lucie34" <[email protected]> wrote in
message
news:eirkie$798$[email protected]..
> How do you fix a footer so that it is fixed to the
bottom of the browser?
>
> I have created a template and want the footer to always
be fixed to the
> bottom
> of the browser, so that the page has scrolling ability
in the editable
> region.
>

Similar Messages

  • Help needed with Template Footer displacing with addition of a float..

    I have a template for a web page and I am a little stuck now with an issue related to floating an image (left) to get the text to wrap around. As I do so, the footer at the bottom displaces and I cannot work out why?
    Any help greatly appeciated. I cannot seem to attach a file so you can see it.  the domain is http://www.nataliemariemakeup.co.uk. This will be the 'Bridal' page.
    This is how the problem appears when I float the image left...
    The Facebook and Twitter images are where they should be, but the footer has shifted right! Any help appreciated.
    The code is as follows....
    <!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"><!-- InstanceBegin template="/Templates/IndexTemplate.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- InstanceEndEditable -->
    <link rel="stylesheet" title="Disabled for Preview-in-Browser: oneColFixCtrHdr.css" type="text/css" />
    <style type="text/css">
    body {
              margin: 0;
              padding: 0;
              color: #666;
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 100%;
              line-height: 1.4;
              background-color: #989898;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
              padding-right: 15px;
              padding-left: 15px;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #42413C; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
              text-decoration: none;
    a:visited {
              color: #6E6C64;
              text-decoration: none;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
              width: 960px;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
              background-color: #FFF;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background-color: #FFF;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
              background-color: #FFF;
              padding-top: 50px;
              padding-right: 10px;
              padding-bottom: 10px;
              padding-left: 10px;
    /* ~~ The footer ~~ */
    .footer {
              color: #666;
              background-color: #666;
              padding-top: 0px;
              padding-right: 0;
              padding-left: 0;
              margin: 0px;
              padding-bottom: 0px;
              height: 110px;
              position: relative;
    FaceBookTwitter {
              background-color: #999;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    </style>
    <style type="text/css">
    .container .content table tr th {
              background-color: #999;
              top: 0px;
              padding: 0px;
              margin: 0px;
              clear: 0;
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link rel="stylesheet" title="Disabled for Preview-in-Browser: SpryAssets/SpryMenuBarHorizontal.css" type="text/css" />
    <style type="text/css">
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              cursor: default;
              width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
              z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              position: relative;
              text-align: left;
              cursor: pointer;
              width: 7.5em;
              float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              z-index: 1020;
              cursor: default;
              width: 6em;
              position: absolute;
              left: -1000em;
              text-align: left;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
              left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
              width: 10em;
              text-align: left;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
              position: absolute;
              margin: -5% 0 0 95%;
              text-align: left;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
              left: auto;
              top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
              border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
              display: block;
              cursor: pointer;
              background-color: #CCC;
              padding: 0.5em 0.75em;
              color: #666;
              font-family: Verdana, Geneva, sans-serif;
              font-size: 16px;
              font-style: normal;
              border-top-style: none;
              text-align: center;
              border-right-width: thin;
              border-left-width: thin;
              border-right-style: solid;
              border-bottom-style: none;
              border-left-style: solid;
              border-top-color: #CCC;
              border-right-color: #666;
              border-bottom-color: #999;
              border-left-color: #666;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
              background-color: #666;
              color: #FFF;
              text-align: center;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
              background-color: #666;
              color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
              background-image: url(file:///Macintosh HD/Users/edwardclark/Documents/Natalie Marie Makeup Website/SpryAssets/SpryMenuBarDown.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
              background-image: url(file:///Macintosh HD/Users/edwardclark/Documents/Natalie Marie Makeup Website/SpryAssets/SpryMenuBarRight.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
              text-align: left;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
              background-image: url(file:///Macintosh HD/Users/edwardclark/Documents/Natalie Marie Makeup Website/SpryAssets/SpryMenuBarDownHover.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
              text-align: left;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
              background-image: url(file:///Macintosh HD/Users/edwardclark/Documents/Natalie Marie Makeup Website/SpryAssets/SpryMenuBarRightHover.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
              position: absolute;
              z-index: 1010;
              filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
              ul.MenuBarHorizontal li.MenuBarItemIE
                        display: inline;
                        f\loat: left;
                        background: #FFF;
    a:hover {
              text-decoration: none;
    a:active {
              text-decoration: none;
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    .container .content p img {
              padding-top: 5px;
              padding-right: 20px;
              padding-bottom: 10px;
              padding-left: 0px;
              float: left;
    </style>
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header --><img src="New-Header.jpg" width="960" height="180" alt="Natalie Marie Logo" longdesc="file:///Macintosh HD/Users/edwardclark/Documents/Natalie Marie Makeup Website/New-Header.jpg" />
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html" class="MenuBarHorizontal">HOME</a>      </li>
          <li><a href="About Me.html">ABOUT ME</a></li>
    <li><a href="Bridal.html">BRIDAL</a></li>
    <li><a href="Occasion.html" class="MenuBarItemSubmenu">OCCASION</a>
      <ul>
        <li><a href="#">NIGHT OUT</a></li>
        <li><a href="#">PARTY MAKEUP</a></li>
        <li><a href="#">HEN NIGHTS</a></li>
      </ul>
    </li>
    <li><a href="Fashion.html">FASHION</a></li>
    <li><a href="Lessons.html">LESSONS</a></li>
    <li><a href="Reviews.html">REVIEWS</a></li>
    <li><a href="Contact.html">CONTACT</a></li>
        </ul>
      </div>
      <div class="content">
        <p>
          <Marquee>
          Examples of my work: TAKE THAT • ID  MAGAZINE • BATMAN LIVE WORLD TOUR • THE BAFTAS • LONDON FASHION WEEK • THE CORRS • THE TELEGRAPH MAGAZINE • HARPERS • MUSIC VIDEOS • VOGUE MAGAZINE • BRITISH FEATURE FILMS • Plus extensive Bridal and Photoshoot work •
          </Marquee>
        </p>
        <!-- InstanceBeginEditable name="Main Body" -->
        <p><img src="Bridal-Kit-Pic.jpg" width="283" height="426" alt="Bridal Kit Picture" />On your wedding day it is important that you look and feel your best and having the perfect make-up will give you the confidence for this. Having perfect wedding makeup is also key for perfect photographs, which are so important as those will be your treasured memories of your day. As a recent bride myself I totally understand how you will be feeling at this point and I strongly advise you to make lots of cut outs from all of those expensive bridal magazines to give a visual of your ideas. We will create a look which is long lasting and enhances your natural beauty. During your trial we will work together in depth to create the perfect look for you.<br />
        </p>
        <p>What expect on the day:<br />
          - Skin care analysis and tips on skin care routine.<br />
          - Talking through the wedding and theme of the day.<br />
          - Discussing ideas for your wedding makeup, your likes and dislikes.<br />
          - Spending time creating a look perfect for you.<br />
          - Digital photographs of the makeup for referencing.<br />
        </p>
        <p>After your trial I create a face chart and write detailed notes about the products we have used to in order to recreate the look perfectly on the day. On your wedding day itself I stay until the very end making sure you look perfect for your ceremony. You will also receive your chosen lip brush free, for use throughout the rest of the day.<br />
        </p>
        <p>Bridal Make Up (On the day including trial) £150.00<br />
          Bridal Trial £60.00<br />
          Make up on the day for Bridesmaids/Mother of the Bride/Groom £40.00<br />
          Additional Trials £35.00<br />
        </p>
        <p>Package prices can be arranged for large bridal parties.</p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <!-- InstanceEndEditable -->
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
    <p> </p>
        <p><img src="facebook_LOGO.jpg" width="50" height="50" alt="Facebook logo" /> <img src="Twitter Logo_GREY.jpg" width="50" height="50" alt="Twitter Logo" />  </p>
      </div>
      <div class="footer">
        <table border="0" align="center" cellpadding="5">
          <tr>
            <td height="101"><img src="Chanel-Logo-Grey.jpg" width="81" height="62" alt="Chanel Logo" longdesc="Chanel-Logo-Grey.jpg" /></td>
            <td><img src="Bobby-Brown-Logo.jpg" width="174" height="37" alt="Bobbi Brown Logo" longdesc="Bobby-Brown-Logo.jpg" /></td>
            <td><img src="MAC-Logo.jpg" width="105" height="61" alt="MAC Logo" longdesc="MAC-Logo.jpg" /></td>
            <td><img src="Dior-Logo.jpg" width="105" height="82" alt="Dior Logo" longdesc="Dior-Logo.jpg" /></td>
            <td><img src="NARS-Logo.jpg" width="118" height="47" alt="NARS Logo" longdesc="NARS-Logo.jpg" /></td>
            <td><img src="MakeUpForeverLogo.jpg" width="151" height="49" alt="Makeup Forever Logo" longdesc="MakeUpForeverLogo.jpg" /></td>
          </tr>
        </table>
        <p align="center"><!-- end .footer --></p>
        <p align="center">&copy; Copyright Natalie Marie Makeup 2011</p>
        <p align="center"> </p>
      </div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>

    Unfortunately it didn't sort out the problem. The footer has been displaced to the right and I don't see why it should, when I added a 'float' property to the picture to enable the text to wrap around.
    Can someone please advise?
    It seems if I change the padding px numbers it moves the images within the footer around. How do I ensure that these are fixed in place? I have created a template, which may have the problem in.
    Am I missing something?
    The code from the footer section of the template:
    </div>
      <div class="footer">
        <table border="0" align="center" cellpadding="5">
          <tr>
            <td height="101"><img src="../Chanel-Logo-Grey.jpg" width="81" height="62" alt="Chanel Logo" longdesc="Chanel-Logo-Grey.jpg" /></td>
            <td><img src="../Bobby-Brown-Logo.jpg" width="174" height="37" alt="Bobbi Brown Logo" longdesc="Bobby-Brown-Logo.jpg" /></td>
            <td><img src="../MAC-Logo.jpg" width="105" height="61" alt="MAC Logo" longdesc="MAC-Logo.jpg" /></td>
            <td><img src="../Dior-Logo.jpg" width="105" height="82" alt="Dior Logo" longdesc="Dior-Logo.jpg" /></td>
            <td><img src="../NARS-Logo.jpg" width="118" height="47" alt="NARS Logo" longdesc="NARS-Logo.jpg" /></td>
            <td><img src="../MakeUpForeverLogo.jpg" width="151" height="49" alt="Makeup Forever Logo" longdesc="MakeUpForeverLogo.jpg" /></td>
          </tr>
        </table>
        <p align="center"><!-- end .footer --></p>
        <p align="center">&copy; Copyright Natalie Marie Makeup 2011</p>
        <p align="center"> </p>
      </div>

  • How to Print Footer details conditionally in RTF template ( XML Bi report)

    Hi,
    I have a XML ( BI) report. in which i am printing carry frwd / running total/ sub group total values in the footer section.
    I have add one more condition to display the footer values based on the <xdofo:show-carry-forward ...> values.
    Please suggest and help me on this, how to handle this case.
    Regards,
    KAP.

    Hi,
    Thanks for the reply...
    Actually i am looking for the following scenarios :
    1. i want to Hide/ Don't show last 3-pages Footer information in the report.
    2. While i am displaying the Carry forward information in the report
    a. if the page/ running total is 0, i don't want to display the footer information.
    b. only case if the page/ running total is > 0, i want enable footer information dynamically for each page.
    i have done as follows :
    in the Template main body :
    *<?template:footer?>*
    **1000* *1000**
    *<?end template?>*
    and for behind 1000 currently :
    <xdofo:inline-total display-condition="exceptlast" name="RUNAMT"><xdofo:show-carry-forward name="RUNAMT" format="99G999G999D00"/></xdofo:inline-total>
    it was printing the " RUNAMT " calculated page total sucessfully. but here if the Total = 0 then i don't want to show the value in FOOTER...
    Thanks in Advance.
    Please let me know, if more information required to help..
    KAP..

  • How to change text + links in footer of existing template

    Hello,
    I need to change the text and links on the template footer that goes to all TABs. (Home, Articles, About Bluemont, BCA, Contact Us).The file is named NavigationBlank.dwt."
    This footerwas created to link visitors to our "join or contribute" page on another site. Now I want to stop using that external site and build the capacity to take memberships within the BluemontVA.org site itself. However the template footer can't be changed so easily as text on a page.
    I am webmaster for a local nonprofit (web address =  www.BluemontVA.org), but work on a website I inherited. It is a wonderful design, but I don't fully understand it. I have not worked with templates before.
    I have read O'Reilly on "Adding a basic editable region"  in a template, but need further help.
    A couple questions worry me:
    How much damage may I have done already by trying? For example, I do seem to have removed the old text/links and added a new text message on the NavigationBlank.dwt page -- but these changes do not show up on the other TAB pages.
    Also, when I place the cursor n the design side  it no longer tracks to the corresponding spot on the code view. (the cursor shows up in code view way above where it is supposed to be by the text). This is true for the home page and also for several pages I took a look at.
    Can I follow instructions to change the template from any of the pages on which it appears? Or do I have to be at NavigationBlank.dwt?
    Thanks for any help or advice you can provide.

    I'm confused.
    Working With Dreamweaver Templates (.dwt files).
    PART 1
        1. Create a page with all the sitewide elements (common header, footer, sidebar,  CSS styles, etc..) that you will need for your project.   This requires some careful pre-planning even for small web sites.
       2. Validate your code & test this prototype page in all major browsers. 
       3. When you're completely satisfied with the page layout, SaveAs Template.   DW will save this as a .dwt file in a site folder called Templates.
       4. DW will ask you to add Editable Regions for stuff that will change from page to page.   Do this and SAVE.
       5. Close your Template.dwt file.
    PART 2
       1. File > New Page > from Template.  Select the template you wish to use.  Hit OK.
       2. This is a child page.  An exact duplicate of your Template however you can only edit content within editable regions.  Everything else is locked.
       3. SaveAs index.html (your home page) or some-other-filename.html.
    PART 3
       Repeat PART 2 for each additional site page required.
    PART 4
        1. Open your main TEMPLATE file and add a navigation menu with links to your site pages.  Do not put this into an Editable Region!  If you do it won't show up on child pages.
       2. SAVE.
       3. DW will ask if you want to populate changes to child pages.  Hit yes.
       4. Publish all site pages to your server.
    PART 5
       If you should ever need to edit your TEMPLATE .dwt file, Repeat PART 4.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Footer breaking as a bc template

    I have a muse template footer expands to content in all Muse pages. Set-up as a bc template with html element {tag_pagecontent} for a blog. I placed in the html and expanded the sides ot the box for appropriate width and lined up to footer line.
    When published the footer expands to the blog content height but the footer content is not staying with the footer.
    So in short I have a master page that expands with a muse page but does not when making it a bc template.
    Ex: When a BC page displays footer content moves to the bottom (phone # text and icons)
    Ex: When the Blog (BC template based off above muse template) loads footer content does not stay in footer)
    I have continually played with the html element box but nothing changes.

    Are you really concatentating that many columns? What does a simple select length of all that return? What line number for the identifier? Why not back off the htp request and try a dbms_output in a SQL*Plus session and see if at least that works?

  • Footer Displacement after editing

    Hi all,
    I am trying to create a custom email template for the first time, and I took a Mailchimp template and edited it in Dreamweaver. Things are looking ok but when i preview in my browser through Mailchimp, the footer shows up right after the header BEHIND the body, so you can't even see it! But in Dreamweaver, of course, it looks fine. Has anyone had any problems like this? I need to fix this ASAP.
    Thanks for any help.

    Here is the code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <!-- Facebook sharing information tags -->
            <meta property="og:title" content="*|MC:SUBJECT|*">
    <title>*|MC:SUBJECT|*</title>
    </head>
    <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" style="-webkit-text-size-adjust: none;margin: 0;padding: 0;background-color: #3861AC;width: 100%;">
    <center>
    <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="backgroundTable" style="margin: 0;padding: 0;background-color: #3861AC;height: 100%;width: 100%;">
                          <tr>
                              <td align="center" valign="top" style="border-collapse: collapse;">
                            <!-- // Begin Template Preheader \ -->
                                <table border="0" cellpadding="10" cellspacing="0" width="600" id="templatePreheader" style="background-color: #FAFAFA;">
                                  <tr>
                                    <td valign="top" class="preheaderContent" style="border-collapse: collapse;">
                                      <!-- // Begin Module: Standard Preheader  -->
                                      <table border="0" cellpadding="10" cellspacing="0" width="100%">
                                        <tr>
                                          <td valign="top" style="border-collapse: collapse;">
                                            <div mc:edit="std_preheader_content" style="color: #505050;font-family: Arial;font-size: 10px;line-height: 100%;text-align: left;">Sample Text</div>
                                             </td>
                                          <!-- *|IFNOT:ARCHIVE_PAGE|* -->
                                          <td valign="top" width="190" style="border-collapse: collapse;">
                                            <div mc:edit="std_preheader_links" style="color: #505050;font-family: Arial;font-size: 10px;line-height: 100%;text-align: left;">
                                              Is this email not displaying correctly?<br><a href="*|ARCHIVE|*" target="_blank" style="color: #336699;font-weight: normal;text-decoration: underline;">View it in your browser</a>.
                                               </div>
                                             </td>
                                          <!-- *|END:IF|* -->
                                           </tr>
                                         </table>
                                      <!-- // End Module: Standard Preheader  -->
                                       </td>
                                     </tr>
                                   </table>
                                <!-- // End Template Preheader \ -->
    <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateContainer" style="border: 1px solid #DDDDDD;background-color: #EEF5FD;">
                                      <tr>
                                          <td align="center" valign="top" style="border-collapse: collapse;text-align: center;">
                                            <!-- // Begin Template Header \ -->
                                            <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateHeader" style="background-color: #FFFFFF;border-bottom: 0;">
                                              <tr>
                                                <td class="headerContent" style="border-collapse: collapse;color: #202020;font-family: Arial;font-size: 34px;font-weight: bold;line-height: 100%;padding: 0;text-align: center;vertical-align: middle;">
                                                  <!-- // Begin Module: Standard Header Image \ -->
                                                  <img src="image.png" style="max-width: 600px;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;" id="headerImage campaign-icon" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext>
                                                  <!-- // End Module: Standard Header Image \ -->
                                                   </td>
                                                 </tr>
                                               </table>
                                            <!-- // End Template Header \ -->
                                    </td>
                                </tr>
                                      <tr>
                                           <td height="866" align="center" valign="top" class="Bottomblue" style="border-collapse: collapse; font-family: Verdana, Geneva, sans-serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: normal; background-color: D7D3D1; float: none; height: 250px; width: 500px; overflow: visible; position: fixed; clear: none; margin: auto; padding: 0px;">
                                     <!-- // Begin Template Body \ -->
                                              <table border="0" cellpadding="0" cellspacing="0" width="600" id="templateBody">
                                                   <tr>
                                                     <td valign="top" width="400" style="border-collapse: collapse;">
                                                       <table border="0" cellpadding="0" cellspacing="0" width="400">
                                                         <tr>
                                                           <td valign="top" style="border-collapse: collapse;">
                                                             <table border="0" cellpadding="0" cellspacing="0" width="400">
                                                               <tr>
                                                                 <td valign="top" class="bodyContent" style="text-align: left; border-collapse: collapse; background-color: #EEF5FD; font-weight: bold;">
                                                                   <!-- // Begin Module: Standard Content \ -->
                                                                   <table border="0" cellpadding="20" cellspacing="0" width="100%">
                                                                     <tr>
                                                                       <td valign="top" style="border-collapse: collapse;text-align: center;">
                                                                         <div mc:edit="std_content00" style="color: #505050;font-family: Arial;font-size: 14px;line-height: 150%;text-align: left;"><h1 class="h1" style="text-align: center;color: #202020;display: block;font-family: Arial;font-size: 34px;font-weight: bold;line-height: 100%;margin-top: 0;margin-right: 0;margin-bottom: 10px;margin-left: 0;">
                                                                            <a href="http://www.pierrescottdesign.com" target="_blank" style="color: #336699;font-weight: normal;text-decoration: underline;"><img align="none" height="126" src="https://gallery.mailchimp.com/e62a0cb99c06dd0179419cd82/images/image.png" style="width: 350px;height: 126px;border: 0;line-height: 100%;outline: none;text-decoration: none;display: inline;" width="350"></a></h1>
      <h4 class="h4" style="text-align: center;color: #202020;display: block;font-family: Arial;font-size: 22px;font-weight: bold;line-height: 100%;margin-top: 0;margin-right: 0;margin-bottom: 10px;margin-left: 0;">
        <em>sample text</em></h4>
      <div style="text-align: center;color: #505050;font-family: Arial;font-size: 14px;line-height: 150%;"><span style="font-family:arial,helvetica neue,helvetica,sans-serif;"><span style="text-align: left"><font color="#bc272c"><b style="text-align: left;">sample text</b></font></span></span></div>
      </div>
                                                                       </td>
                                                                     </tr>
                                                                   </table>
                                                          <table width="450" border="0" cellspacing="5" cellpadding="5">
      <tr>
        <th style="text-align: left; color: #F00;" scope="col">text</th>
      </tr>
    </table>
                                                           <table width="450" height="164" border="0" cellpadding="5" cellspacing="5">
      <tr>
        <th width="276" style="text-align: left" scope="col">text</th>
        <th style="text-align: left" scope="col">$1.00 + tax</th>
      </tr>
      <tr>
        <td style="text-align: left; font-weight: bold;">text</td>
        <td style="text-align: left; font-weight: bold;">$1.00 + tax</td>
      </tr>
      <tr>
        <td style="text-align: left; font-weight: bold;">text</td>
        <td style="text-align: left; font-weight: bold;">$1.00 + tax</td>
      </tr>
      </table>
      <table width="450" border="0" cellspacing="5" cellpadding="5">
      <tr>
        <th style="text-align: left; color: #00F;" scope="col">text</th>
      </tr>
    </table>
    <table width="450" border="0" cellspacing="5" cellpadding="5">
      <tr>
        <th width="288" style="text-align: left" scope="col">text</th>
        <th width="142" style="text-align: left" scope="col">$1.00 + tax</th>
      </tr>
      <tr>
        <td style="text-align: left">text</td>
        <td style="text-align: left">$1.00 + tax</td>
      </tr>
      <tr>
        <td style="text-align: left">text</td>
        <td style="text-align: left">$1.00 + tax</td>
      </tr>
      <tr>
        <td style="text-align: left">text</td>
        <td style="text-align: left">$1.00 + tax</td>
      </tr>
      <tr>
        <td style="text-align: left">text</td>
        <td style="text-align: left">$1.00 + tax</td>
      </tr>
    </table>
                                                                    <!-- // End Module: Standard Content \ -->
                                                                 </td>
                                                               </tr>
                                                             </table>
                                                           </td>
                                                         </tr>
                                                 <tr>
                                                                  <td valign="top" style="border-collapse: collapse;text-align: center;"></td>
                                                         </tr>
                                                       </table>                                               
                                                   </td>
                                                <!-- // Begin Sidebar \ -->
                                                     <td valign="top" width="150" id="templateSidebar" style="border-collapse: collapse;background-color: #f1f7fc;text-align: center;">
                                                       <table border="0" cellpadding="0" cellspacing="0" width="100">
                                                         <tr>
                                                           <td valign="top" class="sidebarContent" style="border-collapse: collapse;text-align: center;">
                                                             <!-- // Begin Module: Social Block with Icons \ -->
                                                             <table border="0" cellpadding="0" cellspacing="0" width="150px">
                                                               <tr>
                                                                 <td valign="top" style="padding-top: 20px;padding-right: 20px;padding-left: 20px;border-collapse: collapse;text-align: center;">
                                                                   <table border="0" cellpadding="0" cellspacing="4">
                                                                     <tr mc:hideable>
                                                                       <td align="left" valign="middle" width="24" style="padding-bottom: 5px;border-collapse: collapse;text-align: center;">
                                                                         <img src="http://cdn-images.mailchimp.com/icons/social-block/color-facebook-128.png" width="24" style="height: auto !important;margin: 0 !important;border: 0;line-height: 100%;outline: none;text-decoration: none;display: inline;">
                                                                       </td>
                                                                       <td align="left" valign="middle" style="padding-bottom: 5px;border-collapse: collapse;text-align: center;">
                                                                         <div mc:edit="sbwi_link_one" style="color: #505050;font-family: Arial;font-size: 12px;line-height: 150%;text-align: left;">
                                                                           <a href="*|FACEBOOK:PROFILEURL|*" style="color: #336699;font-weight: normal;text-decoration: underline;">Like Us On Facebook</a>
                                                                         </div>
                                                                       </td>
                                                                     </tr>
                                                                     <tr mc:hideable>
                                                                       <td align="left" valign="middle" width="24" style="padding-bottom: 5px;border-collapse: collapse;text-align: center;">
                                                                         <img src="http://cdn-images.mailchimp.com/icons/social-block/color-forwardtofriend-128.png" width="24" style="height: auto !important;margin: 0 !important;border: 0;line-height: 100%;outline: none;text-decoration: none;display: inline;">
                                                                       </td>
                                                                       <td align="left" valign="middle" style="padding-bottom: 5px;border-collapse: collapse;text-align: center;">
                                                                         <div mc:edit="sbwi_link_three" style="color: #505050;font-family: Arial;font-size: 12px;line-height: 150%;text-align: left;">
                                                                           <a href="*|FORWARD|*" style="color: #336699;font-weight: normal;text-decoration: underline;">Forward to a Friend</a>
                                                                         </div>
                                                                       </td>
                                                                     </tr>
                                                                   </table>
                                                                 </td>
                                                               </tr>
                                                             </table>
                                                             <!-- // End Module: Social Block with Icons \ -->
                                                             <!-- // Begin Module: Top Image with Content \ -->
                                                             <!-- // End Module: Top Image with Content \ -->
                                                           </td>
                                                         </tr>
                                                       </table>
                                                     </td>
                                                     <!-- // End Sidebar \ -->
                                          </tr>
                                        </table>
                                             <!-- // End Template Body \ -->
                                  </td>
                                </tr>
                                      <tr>
                                          <td align="center" valign="top" style="border-collapse: collapse;text-align: center;">
                                            <!-- // Begin Template Footer \ -->
                                            <table border="0" cellpadding="10" cellspacing="0" width="600" id="templateFooter" style="background-color: #FFFFFF;border-top: 0;">
                                              <tr>
                                                <td valign="top" class="footerContent" style="border-collapse: collapse;text-align: center;">
                                                  <!-- // Begin Module: Standard Footer \ -->
                                                  <table border="0" cellpadding="10" cellspacing="0" width="100%">
                                                    <tr>
                                                      <td colspan="2" valign="middle" id="social" style="border-collapse: collapse;background-color: #FAFAFA;border: 0;text-align: center;">
                                                        <div mc:edit="std_social" style="color: #707070;font-family: Arial;font-size: 12px;line-height: 125%;text-align: center;"><a href="*|FACEBOOK:PROFILEURL|*" style="color: #336699;font-weight: normal;text-decoration: underline;">friend on Facebook</a> | <a href="*|FORWARD|*" style="color: #336699;font-weight: normal;text-decoration: underline;">forward to a friend</a>
                                                           </div>
                                                         </td>
                                                       </tr>
                                                    <tr>
                                                      <td valign="top" width="350" style="border-collapse: collapse;text-align: center;">
                                                        <div mc:edit="std_footer" style="color: #707070;font-family: Arial;font-size: 12px;line-height: 125%;text-align: left;">
                                                          <em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>
                                                          <br>
                                                          *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*
                                                          <br>
                                                          <strong>Our mailing address is:</strong>
                                                          <br>
                                                          *|HTML:LIST_ADDRESS_HTML|**|END:IF|*
                                                           </div>
                                                         </td>
                                                      <td valign="top" width="190" id="monkeyRewards" style="border-collapse: collapse;text-align: center;">
                                                        <div mc:edit="monkeyrewards" style="color: #707070;font-family: Arial;font-size: 12px;line-height: 125%;text-align: left;">
                                                          *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*
                                                           </div>
                                                         </td>
                                                       </tr>
                                                    <tr>
                                                      <td colspan="2" valign="middle" id="utility" style="border-collapse: collapse;background-color: #FFFFFF;border: 0;text-align: center;">
                                                        <div mc:edit="std_utility" style="color: #707070;font-family: Arial;font-size: 12px;line-height: 125%;text-align: center;">
                                                           <a href="*|UNSUB|*" style="color: #336699;font-weight: normal;text-decoration: underline;">unsubscribe from this list</a> | <a href="*|UPDATE_PROFILE|*" style="color: #336699;font-weight: normal;text-decoration: underline;">update subscription preferences</a>
                                                           </div>
                                                         </td>
                                                       </tr>
                                                     </table>
                                                  <!-- // End Module: Standard Footer \ -->
                                                   </td>
                                                 </tr>
                                               </table>
                                            <!-- // End Template Footer \ -->
                                    </td>
                                </tr>
                          </table>
                            <br>
                        </td>
                    </tr>
      </table>
    </center>
        </body>
    </html>

  • WEB Template TCode

    Hi,
    We are using both 3X & 7X Web Templates in our BI System.
    TCode where i can find the DEFAULT WEB TEMPLETE(3X & 7X) that is being used in system
    Thanks

    Hi suser1234, To assign/check the default template: Transaction SPRO > SAP NetWeaver > Business Intelligence > BEx Web > Set Standard Web Template. The following objects refer to the default templates pattern (most commonly used ones). Go to RSA1 > Meta Data Repository. The following objects would be available in either Activated Objects or Business Content. If you need to edit them & customize according to your requirements; like say you need to work on 0ANALYSIS_PATTERN web template, edit it using Web Application Designer. You may check out this [link |/thread/1151337 [original link is broken];also for your reference.
    Object type  Valuation  Description (short)  Description (long)  Technical name 
    0 Analysis  Analysis  0ANALYSIS_PATTERN 
    0 Analysis Pattern Exp  Analysis Pattern Export  0ANALYSIS_PATTERN_EXPORT 
    0 Special Analysis Pat  Special Analysis Pattern Export  0ANALYSIS_PATTERN_EXPORT_SPEC 
    0 Analysis Pattern - F  Analysis Pattern - Filter Information  0ANALYSIS_PATTERN_FILTER 
    0 Special Analysis Pat  Special Analysis Pattern - Filter Information  0ANALYSIS_PATTERN_FILTER_SPEC 
    0 Footer Web Template  Footer Web Template for SAP Standard Templates  0ANALYSIS_PATTERN_FOOTER 
    0 Header Web Template  Header Web Template for SAP Standard Templates  0ANALYSIS_PATTERN_HEADER 
    0 Analysis Pattern for  Analysis Pattern for ICP  0ANALYSIS_PATTERN_ICP 
    0 Special Analysis Pat  Special Analysis Pattern for ICP  0ANALYSIS_PATTERN_ICP_SPECIAL 
    0 Analysis Pattern: In  Analysis Pattern: Information  0ANALYSIS_PATTERN_INFO 
    0 Special Analysis Pat  Special Analysis Pattern: Information  0ANALYSIS_PATTERN_INFO_SPECIAL 
    0 Analysis Pattern - S  Analysis Pattern - Special Variant  0ANALYSIS_PATTERN_SPECIAL
    Note: Just a word of caution, editing standard templates will affect look/patterns of all queries/reports in your system. Thanks!
    Edited by: Arun Bala G on Oct 25, 2010 11:39 AM

  • Syntax for HEADER BODY and FOOTER

    Hi
    My Header and Footer is bit complex, involves many fields and quite long so I have decided to code Header in main body area.
    I guess I can do spmething like;
    <?start:HEADER?>....<?end:header?>
    <?start:BODy?>....<?end:BODY?>
    <?start:FOOTER?>....<?end:FOOTER?>
    Not sure this correct. Please can any one put me in right direction to achive this??
    I would appreciate your help on this.
    Thanks and regards

    do the following anywhere in the body section of your template
    <?template: Header?>
    create your complex header here
    <?end template?>
    <?template: Footer?>
    create your complex footer here
    <?end template?>
    Then in MS word, select the header section and put in the following syntax
    <?Call: Header?>
    similarly in the footer
    <?Call: Footer?>
    youre done! .. no need to use start body and end body tags..

  • Issue with sub template

    <?template:Header?><?param:ReportName;string(‘My Report’)?>
    <?$ReportName?> in the header region
    and <?end header?>
    <?template:Footer?>
    <?end Footer?>
    in the footer
    <?call@inlines:Header?> <?with-param:ReportName;string(‘Employee Report’)?><?end call?>
    this in the calling template..but seems to be not working
    please help me out

    Use
    <?template:Header?><?param:ReportName;string(‘My Report’)?>
    <?$ReportName?> in the header region
    <?end template?>
    <?template:Footer?>
    <?end template?>
    It should be <?end template?>
    Also, have the import statement at the top of the file, before anything else.

  • Footer column madness

    I do this in DW and its perfect. I place it in the ecommerce site and its a mess. I've stared at this for hours.
    Three columns - ok that part works.
    Problem #1 the h5 tag shows too much padding below on the top h5 and the second h5 has no padding above not matter what I do. ie the titles
    Problem #2 In column 2 its bunching some li together on one line. ie Contact Info should be on one line and shipping on the next. Same with About us and About Audion. Those are run together.
    If I increase the column width that only makes more run together.
    http://www.trueaudiophile.com/

    phrarod wrote:
    Ugh. I didn't see there was other #Footer in that style sheet
    Hardly surprising to be honest, I almost gave up looking too.
    phrarod wrote:
    I just got on this ecommerce platform and obviously am not 100% on their code and where they put it. Sorry Osgood for the nightmare. I played with it for three hours changing everything I could think of and going back to the template #Footer thinking it was getting its call from there.....
    Can be a problem when integrating outside source code into your webpages.
    On the whole the css WAS in an orderly fashion.............just loads of it. lol

  • Using Sub-Template with BI Publisher

    Hi,
    I'm having a hard time dealing with the integration of sub-template :(
    I've export the following
    <?import:file:///C:\DevSuiteHome_1\j2ee\home\default-web-app\common_template_v01.rtf?>
    <?call-template:header?>
    for-each ROW
    CODE
    end ROW
    common_template_v01.rtf
    <?template:header?>
              Rep_title                    10/6/2010 15:59     
    <?end template?>
    <?template:footer?>
    1 of 1
    <?end template?>

    I think you need to use forward slash in your import command.
    eg:
    <?import:file:///d:/temp/tctemplates.rtf?>
    Regards
    Nishka

  • Template Hyperlinks - How to Add?

    Hello All,
    In my project template footer I have the text Return to top;
    from the text I link to a bookmark "Top" located at the top of the
    topic. This enables the user to return to the top of the topic
    without scorlling.
    For each topic I create based on the header, I need to add
    the link from the footer to the bookmark. I tried to create the
    link within the template as the functionality is used throughout
    the project. However, when attempting to create the template link,
    the .hht file does not appear in the list of options.
    Can I create the link within the template? If so, how?
    Regards,

    Good job, Leon!
    This is a trick I always show folks in class and they are
    constantly stunned. It's slick and it works well.
    Cheers! Rick

  • Application.cfm Template

    Hi. I want to place a template on every page, and the easiest way to do this would be to add a <cfinclude template="footer.cfm"> to my Application.cfm page. However, is there a way to make sure the template gets put on the bottom of the page? Thanks!

    Search the CF documentation and/or Google for OnRequestEnd.
    Mack

  • Fetching values from database into a drop down box

    in my JSP page there are 3 drop down boxes for date of birth......
    what i need is i want to get the values from database into that drop down box when i access the JSP page.......
    session is there....'m getting all other values.......
    I will attach the JSP page.....
    Please help me...........
    Thanks in Advance......
    <%@ taglib uri='/WEB-INF/taglib/struts-bean.tld' prefix='bean'%>
    <%@ taglib uri='/WEB-INF/taglib/struts-logic.tld' prefix='logic'%>
    <%@ taglib uri='/WEB-INF/taglib/dyna.tld' prefix='dyna'%>
    <%@ taglib uri='/WEB-INF/taglib/struts-html.tld' prefix='html'%>
    <!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=iso-8859-1" />
    <title><bean:message key="page_title"/></title>
    <link href="<bean:message key="context"/>/CSS/default.css" rel="stylesheet" type="text/css" />
    <script src="<bean:message key="context"/>/js/AC_RunActiveContent.js" type="text/javascript"></script>
    <link href="<bean:message key="context"/>/CSS/screen.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <%!
    Membership mShip = null;
    %>
    <script language="javascript" >
    function checkDate(Form){
    var d;
    d = Form.year.value+"-"+Form.month.value+"-"+Form.day.value;
    alert("Date is:"+d);
    Form.dob.value = d;
    </script>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td>
         <jsp:include flush="true" page="../templates/header.jsp"/>     </td>
    </tr>
    <tr>
    <td class="menuTD">     
         <jsp:include flush="true" page="../templates/menu.jsp"/>     </td>
    </tr>
    <tr>
    <td class="sub_menuTR"> </td>
    </tr>
    <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td class="column" valign="top" width="170"><jsp:include flush="true" page="../templates/left_panel.jsp"/></td>
    <td valign="top" align="left">
              <dyna:message error="error" warning="warning" message="message"/>
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="80%" valign="top" align="left">
                   <%
                   if(session != null){
                   mShip = (Membership)session.getAttribute("member");
                   %>
                        <form action="updateContactDetails.dy" method="post" name="form1">
                        <input type="hidden" name="m" value="<%=request.getParameter("m")%>" />
                             <table width="100%" border="0">
                             <tr>
                                  <td>First Name</td>
                                  <td><input name="first_name" type="text" id= "first_name" value = "<bean:write name = "member" property = "first_name" />" /></td>
                             </tr>
                             <tr>
                                  <td>Last Name </td>
                                  <td><input name="last_name" type="text" id="last_name" value = "<bean:write name = "member" property = "last_name" />" > </td>
                             </tr>
                             <tr>
                                  <td>Address</td>
                                  <td><input name="address1" type="text" id="address1" value = "<bean:write name = "member" property = "address1" />" ></td>
                             </tr>
                             <tr>
                                  <td> </td>
                                  <td><input name="address2" type="text" id="address2" value = "<bean:write name = "member" property = "address2" />" ></td>
                             </tr>
                             <tr>
                                  <td>Suburb/City </td>
                                  <td><input name="city" type="text" id="city" value= "<bean:write name = "member" property = "city" />" ></td>
                             </tr>
                             <tr>
                                  <td>State/Territory</td>
                                  <td><input type="text" name="state" value = "<bean:write name = "member" property = "state" />" ></td>
                             </tr>
                             <tr>
                                  <td>Postcode</td>
                                  <td><input type="text" name="postcode" value = "<bean:write name = "member" property = "postcode" />" ></td>
                             </tr>
                             <tr>
                                  <td>Contact Phone</td>
                                  <td><input type="text" name="home_phone" value = "<bean:write name = "member" property = "home_phone" />" ></td>
                             </tr>
                             <tr>
                                  <td>Mobile</td>
                                  <td><input type="text" name="mobile" value = "<bean:write name = "member" property = "mobile" />" ></td>
                             </tr>
                             <tr>
                                  <td>Date of birth</td>
                                  <td nowrap="nowrap"><select name="day">
    <option>Day</option>
    <option value="01">1</option>
    <option value="02">2</option>
    <option value="03">3</option>
    <option value="04">4</option>
    <option value="05">5</option>
    <option value="06">6</option>
    <option value="07">7</option>
    <option value="08">8</option>
    <option value="09">9</option>
    <option value="10">10</option>
    <option value="11">11</option>
    <option value="12">12</option>
    <option value="13">13</option>
    <option value="14">14</option>
    <option value="15">15</option>
    <option value="16">16</option>
    <option value="17">17</option>
    <option value="18">18</option>
    <option value="19">19</option>
    <option value="20">20</option>
    <option value="21">21</option>
    <option value="22">22</option>
    <option value="23">23</option>
    <option value="24">24</option>
    <option value="25">25</option>
    <option value="26">26</option>
    <option value="27">27</option>
    <option value="28">28</option>
    <option value="29">29</option>
    <option value="30">30</option>
    <option value="31">31</option>
    </select>
                                  <select name="month">
                                       <option>Month</option>
                                       <option value="01">January</option>
                                       <option value="02">February</option>
                                       <option value="03">March</option>
                                       <option value="04">April</option>
                                       <option value="05">May</option>
                                       <option value="06">June</option>
                                       <option value="07">July</option>
                                       <option value="08">August</option>
                                       <option value="09">September</option>
                                       <option value="10">October</option>
                                       <option value="11">November</option>
                                       <option value="12">Decembber</option>
                                  </select>
                                       <select name="year" onChange = "checkDate(this.form);" >
                                       <option>Year</option>
                                       <option value="1957">1957</option>
                                       <option value="1956">1956</option>
                                       <option value="1955">1955</option>
                                       <option value="1954">1954</option>
                                       <option value="1955">1955</option>
                                       <option value="1956">1956</option>
                                       <option value="1957">1957</option>
                                       <option value="1958">1958</option>
                                       <option value="1959">1959</option>
                                       <option value="1960">1960</option>
                                       <option value="1961">1961</option>
                                       <option value="1962">1962</option>
                                       <option value="1963">1963</option>
                                       <option value="1964">1964</option>
                                       <option value="1965">1965</option>
                                       <option value="1966">1966</option>
                                       <option value="1967">1967</option>
                                       <option value="1968">1968</option>
                                       <option value="1969">1969</option>
                                       <option value="1970">1970</option>
                                       <option value="1971">1971</option>
                                       <option value="1972">1972</option>
                                       <option value="1973">1973</option>
                                       <option value="1974">1974</option>
                                       <option value="1975">1975</option>
                                       <option value="1976">1976</option>
                                       <option value="1977">1977</option>
                                       <option value="1978">1978</option>
                                       <option value="1979">1979</option>
                                       <option value="1980">1980</option>
                                       <option value="1981">1981</option>
                                       <option value="1982">1982</option>
                                       <option value="1983">1983</option>
                                       <option value="1984">1984</option>
                                       <option value="1985">1985</option>
                                       <option value="1986">1986</option>
                                       <option value="1987">1987</option>
                                       <option value="1988">1988</option>
                                       <option value="1989">1989</option>
                                       <option value="1990">1990</option>
                                       <option value="1991">1991</option>
                                       <option value="1992">1992</option>
                                       <option value="1993">1993</option>
                                       <option value="1994">1994</option>
                                       <option value="1995">1995</option>
                                       <option value="1996">1996</option>
                                       <option value="1997">1997</option>
                                       <option value="1998">1998</option>
                                       <option value="1999">1999</option>
                                       <option value="2000">2000</option>
                                       <option value="2001">2001</option>
                                       <option value="2002">2002</option>
                                       <option value="2003">2003</option>
                                       <option value="2004">2004</option>
                                       <option value="2005">2005</option>
                                       <option value="2006">2006</option>
                                       <option value="2007">2007</option>
                             </select ></td></tr>
                             <tr>
                                  <td><input type="hidden" name = "dob" /> </td>
                                  <td nowrap="nowrap"><input type="submit" value="Submit" /></td>
                             </tr>
                             </table>
                        </form>
                   </td>
    <td width="40"></td>
    <td width="200" valign="top">
                   <div id="headlines">
    <jsp:include flush="true" page="../templates/profile.jsp"/>
    </div>
                   </td>
    </tr>
    </table>
              </td>
    <td> </td>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td><jsp:include flush="true" page="../templates/footer.jsp"/></td>
    </tr>
    </table>
    </body>
    </html>

    i think normally u will get data from databsae as objects.they are like java beans having getter and setter methods.so you create a collection of those objects like collect all the objects coming from database into an arraylist or....
    suppose you want to populate the dropdown box with say "username" from database object s, your code will look like that
    <html:select property="name">
    <html:options collection="databaseList" property="username" />
    </html:select>
    "databaseList" is collection(say.. ArrayList) of objects you are getting from database.this dropdown will contain all the "usernames" you are getting from database.

  • Report locale, subtemplates and Data Model

    Hi,
    I have the following situation:
    We have 4 templates according to language, with french the default language:
    - FR: template.rtf
    - NL: template_nl.rtf
    - DE: template_de.rtf
    - EN: template_en.rtf
    The report locale is enough for BI Publisher to select the correct template, so that's OK.
    Some data from our database is also based on locale (eg street names and cities).
    Question 1: is it possible to use the current locale as parameter for the (sql) data model in some way (eg by using a specific parameter name)? For now we set the report locale to the correct language AND we send that same value through as a parameter. It would be cleaner to just set the report locale and be able to use that value in some way.
    Question 2: all of the above templates have a footer that's being reused, each also share the same data model, but the data is again based on the current locale.
    so: footer.rtf, footer_nl.rtf, footer_de.rtf and footer_en.rtf. Do I need to import all of these in their respective files or will localisation work (I doubt it)?
    Question 3: Is there a way to implicitly pass all parameters that were passed to the main template, also pass to the subtemplates? (eg LANG parameter is passed to template_nl.rtf, who can use it in his data model, is there a way to automatically make LANG available for footer_nl.rtf's data model or do I need to explicitly pass it as a parameter in the <?call-template: footer?>) - again if the report locale is available in some way to the data model, it would be easy.
    Thanks in advance

    Hello,
    Probably the easiest would be to use an OnDemand Process and some AJAX to pull your data into the extjs object.
    Here's an example of an OnDemand Process.
    http://apex.oracle.com/pls/otn/f?p=11933:11
    For data the easiest at the moment would be probably to use the Oracle XML functions to generate your data in XML and use that as your data feed.
    You might want to take a look the new Interactive Reports included in APEX 3.1, while extjs has alot of functions there is a bit of setup involved , while the Interactive Reports all you need is a SQL query http://www.oracle.com/technology/products/database/application_express/html/irrs.html
    You should search the forum for extjs as there has been quite a few successful integrations of APEX and extjs / YUI / jQuery etc.
    Regards,
    Carl
    blog : http://carlback.blogspot.com/
    apex examples : http://apex.oracle.com/pls/otn/f?p=11933:5

Maybe you are looking for