Nested footer

I'm having trouble figuring out what I'm doing wrong. 
I have a nested box format for the site I am working on.  One for the header, nav bar, text section, and one for my footer.  Each of these nest boxes have margins between them to show the background image behind.  I have the header, nav, and text section like I want them...it's the footer I'm having trouble with.
I want the footer to be the same width as my text section...and I want it to sit in a fixed position (following a margin gap) directly under the text section. 
Here is one page.  http://pointheavenwardsiamese.com/TrulyBlessed/available.php  (It is tacked onto the back on my own site right now as her domain is still directed to her own host.)  On this page you will see it sitting right in the middle of the bottom photo.  Where I'd like it to be is kind of like this page http://pointheavenwardsiamese.com/TrulyBlessed/contact.php but with a space under the footer to once again show the background image.
I am doing this all in Dreamweaver CS5.5 but am copy/pasting into her new host site (as I can't upload the pages yet from my Dreamweaver to the host site).
I'm still learning and don't know what I'm missing from my css.
.footer{
    bottom: 0;
    width: 812px;
    height: 45px;
    left: 627px;
    margin-top: 20px;
    position: absolute;   
    right: 0;
    font-size: 22px;
    color: #000000;
    font-family: "NotnorvalHmkBold", "Comic Sans", Cursive;
    text-align: center;
Thank you.
Melody

.footer { 
    bottom: 0;
    color: #000000;
    font-family: "NotnorvalHmkBold","Comic Sans",Cursive;
    font-size: 22px;
    height: 45px;
    left: 627px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 700px;

Similar Messages

  • Nested Divs - BG images not showing in IE 6

    I'm using nested divs for the layout of the site below. The
    div tags have a BG image in each.
    Everything works fine except in IE6. In that browser none of
    the BG images show up.
    Here's the site:
    http://www.jesseyoung.com/phenopath/test.html
    CSS is pasted in below
    Suggestions?
    -Jesse
    /* CSS Document */
    body {
    text-align:center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 62.5%;
    margin-top: 31px;
    background-color: #333333;
    background-image: url(images/BG.gif);
    background-repeat: repeat-x;
    /* Sets all margins and padding to zero*/
    margin: 0;
    padding:0;
    /* Main Wrapper*/
    #wrapper {
    text-align:left;
    width:900px;
    position:relative;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 1.2em;
    height: auto;
    .top {
    background-image: url(images/top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    .right {
    background-image: url(images/right.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    .bottom {
    background-image: url(images/bottom.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    .left {
    background-image: url(images/left.jpg);
    background-repeat: no-repeat;
    .tlc {
    background-image: url(images/tlc.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    .trc {
    background-image: url(images/trc.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    .brc {
    background-image: url(images/brc.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    .blc {
    background-image: url(images/blc.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    .contentWrapper {
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 31px;
    padding-bottom: 21px;
    #logoNavWrap {
    height: 71px;
    width: 864px;
    position: relative;
    #logoBox {
    width: 175px;
    height: 71px;
    float: left;
    /*End hide from IE-mac */
    #NavWrap {
    float: right;
    width: 650px;
    padding-top: 30px;
    #contentWrapperInner {
    background-color: #FFFFFF;
    /* Main Layout */
    JESSE FOOTER CREDITS
    a.jesse:link { color: #999999; font-size:8pt; font-family:
    Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration:
    none }
    a.jesse:visited { color: #999999; font-size: 8pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: none }
    a.jesse:hover { color: #999999; font-weight: bold; font-size:
    8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: none; letter-spacing: 1pt }
    a.jesse:active { color: #999999; font-size: 8pt; font-family:
    Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration:
    none }
    #jesseCredit {
    width: 760px;
    padding-top: 10px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    PAGE FOOTER
    #footer a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FFFFFF;
    #footer a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FFFFFF;
    #footer a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FFFFFF;
    #footer a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FFFFFF;
    #footer{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FFFFFF;
    #footerBox {
    width: 760px;
    padding-top: 10px;
    margin-right: auto;
    margin-left: auto;
    color: #FFFFFF;
    Navigation Banner
    #navigationBanner {
    background-color: #0033FF;
    height: 50px;
    width: 760px;
    Clears floats within container, so container continues to
    wrap around contents
    .clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    .clearfix {display:inline-table;}
    /*Hides from IE-mac\*/
    *html .clearfix {height:1%;}
    .clearfix {display:block;}
    #imageBannerWrap {
    height: 240px;
    width: 862px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #666666;
    border-right-color: #FFFFFF;
    border-bottom-color: #666666;
    border-left-color: #FFFFFF;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: auto;
    margin-left: auto;
    #ColumnLeft {
    padding: 20px;
    #columnRight {
    padding: 20px;
    h1 {
    color: #335AA3;
    font-weight: normal;
    letter-spacing: .1em;
    font-size: 2em;

    JesseLY wrote:
    > I'm using nested divs for the layout of the site below.
    The div tags have a BG
    > image in each.
    > Everything works fine except in IE6. In that browser
    none of the BG images
    > show up.
    >
    > Here's the site:
    http://www.jesseyoung.com/phenopath/test.html
    >
    > CSS is pasted in below
    >
    > Suggestions?
    I see your background images in IE6 - perhaps too much in IE6
    even - I
    see the BG.gif showing through in the area around the
    navigation.
    This could be one of these IE quirky things or perhaps a
    matter of
    needing background-color: #fff; applied to the divs in and
    around that area.
    HTH
    chin chin
    Sinclair

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

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

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

  • How do I create an auto page height with nested divs

    I am using DW4 to create a website and am using nested divs to create the auto widths for the browsers
    How do I make the height auto adjust for differing amounts of content? Different pages have different amounts of content so I want that height to auto flex with it if I can. Currently I give the Container a fixed height, but that is limiting ...
    Here is my code so far - have not assigned specific style sheets yet
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    #Container {
    width: 760px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    top: 1px;
    height: 800px;
    #Header {
    width: 753px;
    position: absolute;
    z-index: 2;
    top: 9px;
    background-color: #7599E3;
    height: 146px;
    left: 4px;
    #towncarheader {
    position:absolute;
    left:8px;
    top:12px;
    width:533px;
    height:48px;
    z-index:1;
    #phone {
    position:absolute;
    left:456px;
    top:78px;
    width:292px;
    height:26px;
    z-index:2;
    #navbar {
    position:absolute;
    left:20px;
    top:123px;
    width:733px;
    height:33px;
    z-index:5;
    #bodycontent {
    position:absolute;
    left:16px;
    top:211px;
    width:724px;
    height:538px;
    z-index:3;
    background-color: #FFF;
    #footer {
    position:absolute;
    left:5px;
    top:748px;
    width:730px;
    height:37px;
    z-index:4;
    background-color: #7599E3;
    body,td,th {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    body {
    background-color: #666;
    h1 {
    font-size: 18px;
    h2 {
    font-size: 16px;
    h3 {
    font-size: 14px;
    .largewhite {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 36px;
    color: #FFF;
    .redtext {
    font-size: 18px;
    color: #900;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="Container">
      <div id="Header">
      <div class="largewhite" id="towncarheader">Northwest Town Car Services</div>
      <div class="redtext" id="phone">
        <div align="right"><strong>Reservations | 503-702-5999</strong></div>
      </div>
      <img src="images/head.jpg" width="756" height="150" alt="BLue header" />
      </div>
      <div id="bodycontent">
        <p>Portland Airport Shuttle Services <br />
          Transportation to and from PDX International airport<br />
          How you make your next trip to Portland Airport could be the best thing about your journey.<br />
          By choosing Northwest Town Car’s Airport Shuttle Service, you will have chosen a stress free solution for your trip, both there and back. <br />
          First time customers: <br />
          When you reserve your first trip to PDX Airport receive 20% discount when paying by cash or check. | 10% if you pay by credit card. <br />
          Our service area covers:<br />
          Greater Portland areas<br />
          Beaverton<br />
          Hillsboro<br />
          Tigard<br />
          Tualatin<br />
          Lake Oswego<br />
          West Linn <br />
          View a complete list of our Locations and Rates &amp; Services <br />
          Call for your reservation - 503-702-5999 | Or make your Shuttle reservation online.<br />
          We take care of the details.<br />
          Our luxury sedans provide the best alternative transportation solutions for every busy traveller. Whether you are taking a business or a personal trip, we will take care of the details.<br />
          We always arrive at least 5 minutes early at your doorstep. We make certain you have plenty of time so you can check in, check your luggage.<br />
        </p>
        <p>Our chauffeurs are experienced and will make sure they have your returning flight details so we can track your flight. We know if your plane will be delayed or a little early. Knowing that we will be there waiting for you when you arrive, no matter what time it is, gives you a bit more peace of mind.<br />
          Getting you to your destination safely is our priority and we pride ourselves in knowing the area well and providing the best routes available.<br />
          Our mark of success is your satisfaction.<br />
          Northwest Town Car opened its doors in 1998 and is proud to continue providing superior sedan and town car transportation choices to our customers.<br />
          Our Vehicles<br />
          We offer a variety of vehicles to meet your business and personal needs.<br />
          Our Fleet includes Town Cars, SUV’s, and Mini Vans.<br />
          Additional Services<br />
          Business / Executive events<br />
          We work with local corporations, businesses and hotels across town. Our areas of coverage include:<br />
          Westside<br />
          Beaverton<br />
          Tigard<br />
          Tualatin<br />
          Lake Oswego<br />
          Downtown Portland<br />
          Personal events<br />
          No matter the occasion we can get you to your destination safely and in style.<br />
          Weddings<br />
          Parties<br />
          Personal night on the town<br />
          Tours including Wine tours</p>
      </div>
      <div class="redtext" id="footer"> &copy; 2010 Northwest Town Car Service</div>
      <div id="navbar">
        <ul id="MenuBar1" class="MenuBarHorizontal">
    <li><a href="#">Home</a></li>
          <li><a href="#">Fleet</a>      </li>
          <li><a href="#">Rates | Services</a></li>
          <li><a href="#">Testimonials</a></li>
          <li><a href="#">Resource Links</a></li>
          <li><a href="#">Contact</a></li>
        </ul>
      </div>
      <p> </p>
      <p> </p>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>
    Thanks Kathryn

    #1 Don't use the Height property on any wrappers or containers that will hold text.  Height is a restriction in every browser except IE -- which treats height as if it were min-height.  People need to be able to increase text size in browser (View, Zoom , Text only) without causing damage to the page.
    #2 Why are you using absolute positioning?  Don't you realize this layout method is a huge cross to bare?
    Here is why:
    http://apptools.com/examples/pagelayout101.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Skew, Warp, Resize and Nest a video in Photoshop???

    I would like to know how to skew, warp and resize a video inside of photoshop cs4.  I would also like to know how to nest multiple video files into one file.
    I am new to Photoshop, I am looking for some tutorials but unable to find any.
    Thanks

    Marian, thanks for the advice.
    Thou I understand your point, very well about screwdriver vs hammer, that was not my question in my post.  I asked a straight forward question about how to Skew, Warp, Resize and Nest a video in Photoshop.  Not which is the best software to use for this task.
    If you know the answer, share the knowledge, is this not what this forum is for or am I in the wrong place???  Before suggesting which tool is best for me to use, try understanding what I want to build first.  This makes all the difference. 
    As I have already proven to myself I don’t need a new tool to accomplish the task I had at hand.  If I took your advice, I and my company would have wasted money on a software that we did not need in the first place.
    Understand your client needs first before giving advice.  Sometimes a hammer is all it takes, if you use right.
    I don’t need to study more on video production, this is not my job.  All I wanted to know was how to edit a video in Photoshop.
    I hope we are not off on the wrong foot because I feel I could learn a lot from you but you need to take the time to understand the question before shooting from the hip with an answer.

  • Nested Editable Regions Error Message

    I'm trying to create a dynamic template. I've saved a header
    and footer as library items, and I want to include them in the
    template. In addition I want to have an editable region between
    them. For some reason, when I go to save as template, the error
    message comes up. It says 'error at line 57, column 323(absolute
    position 2998) of ... :nested editable regions' . I have narrowed
    this error to be caused by the header (which was created as a
    sliced image in photoshop), but for what reason I don't know. Any
    ideas why I am getting this error message and what I can do to fix
    it? The template won't save otherwise and I can't find any
    information on dreamweaver 8 help menu.

    There is a parent file and an included file. Here's an
    example -
    The parent file is this -
    <html>
    <head>
    </head>
    <body>
    <!--#include file="foo.html" -->
    </body>
    </html>
    and foo.html (the included file) is this -
    <p>Hello World</p>
    The file you have linked me to is a badly broken template
    page. It's broken
    because the Library items have not been made properly since
    they contain
    redundant <body> tags, CSS, and javascript as well.
    This will never work the way you want, particularly not in
    DW....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Genius2112" <[email protected]> wrote in
    message
    news:eo41an$93v$[email protected]..
    >
    http://www.lyncourtrec.com/Lyncourt%20Rec%20Website/Pages/Template.dwt.asp
    >
    >
    > Sorry, I'm not quite sure what you meant by "being
    included". The images
    > aren't with the header b/c I didn't adjust their source
    folder since I had
    > to
    > upload it on a different site (I don't have a hosting
    plan for this site
    > yet).
    > Hope this is what you were looking for. Thank you for
    your help.
    >
    >

  • ADF activation/Passivation - Nested App Modules

    Hi All,
    I have a question related to application module pooling in ADF.
    We are developing a application using adf 11.1.1.7. When we initially designed the application we have created multiple application modules around 14 app modules.
    Then we realized that database connection usage is very high as number of app modules are more.
    To reduce the database connection usage, we have combined all the application modules under one root application module now.
    The connection usage is reduced now, but I have a question on memory foot print.
    1) When multiple application modules are placed under a root, during passivation, will all the state of all nested app modules under the root is written to the PS_TXN table?
    2) If  for certain child modules passivation is not required as we don't need to preserve the state of the app modules across user requests,
    can we configure that at child app module level??

    In regards to question 2, the VOs have a tuning option "Passivate State" which is set on by default which you can turn off.  Please read the associated documentation around this option.
    It's highly recommended you test your application after making this change for any impacts it may have, by doing a round of regression testing with jbo.ampool.doampooling=false.  Note however that option is not supported in production, so ensure to set it back to true.
    CM.

  • Nested Aggregates in Report Table with Groupings

    I've come across the well known problem of needing to nest aggregates in a report which has a table with groupings. I have come up against a bit of a problem with the suggested workaround posted in severla threads of using custom code and variables as a way round this.
    Basically I have several groupings in my report, the inner most of which  has a field which needs to return the MAX value of the rows contained within it.  Then depending on what this value is i need a count of these values that match a particular criteria eg if it ends in a "T" count it if it doesn't then don't.
    I have a businees area group surrounding that inner grouping and i need to sum to the rows that match that particular criteria, but i can't have a sum of the values because they are calculated using the MAX aggreagte.
    The partial way round it i have found is to use some custom code and create a variable that i can increment each time one of the rows matches the criteria i want
    Code Snippet
    Public Shared sum_monday As Integer = 0
    Public Shared Function SumMon(ByVal Value As Integer)
        sum_monday = sum_monday + Value
    End Function
    i use the code below to increment the variable
    Code Snippet=Code.SumMon(IIF(right(MAX(Fields!Monday.Value),1)="T",1,0))
    and in the group footer i use the code below to display the total
    Code Snippet=code.sum_monday
    the problem i have is that i can't work out how to reset the count for each grouping because at the minute its effectively a running total.  I need to have a sum of the particular group rather than a running sum including all the previous groupings.
    Apologies if some of the above isn't clear , i'm a bit useless at writing clear explanations
    Any help much appreciated.
     

    Hi Rob (catz)
    Thanks for your suggestion, i've come back to this report having left it for a while and i've just tried your suggestion but the problem i have is that i can't get the total to display in the outer group where i need it. The total appears in the next groups header instead.
    Group 1 Header   =Code.SumMon(0,0)     =code.sum_Monday
    Group 2 Header   =Code.SumMon(Fields!ACTUAL_MILES.Value,1)   =code.sum_Monday
    Group 1 Footer    =code.sum_Monday
    will result in
    Group 1 Header   0
    Group 2              21   21
                              13   34
                              10   44
                              15   59
    Group 1 Footer    0
    Group 1 Header   59
    Group 2              10   10
                              12   22
                              13   35
                              14   49
    Group 1 Footer    59
    Any suggestions welcome

  • PDF template - Looking for syntax to handle non-nesting repeat groups

    All,
    I followed XML publisher documentation for the first repeat group using BODY_START, T1_G1, T1_G2,,,,BODY_END. It works as expected. Could anyone post the syntax to handle more than one repeat group within a PDF template. These are not nesting repeat groups.
    Really appreciate any help to point me in the right direction.
    Thanks in advance
    Gopal

    Your question was "... but the font on the footer is much larger than that of the template", yes?
    I only can repeat, look at the difference of:
    1. index.html (Font-size > medium) >
    2. Calendar.html (Font-size > no entry):
    > "... font on the footer is much larger than that of the template",
    Hans-Günter
    P.S.
    See us again - maybe - at Monday > we will do a nice little trip to Austria.

  • Nested regions best practice regarding inheritance of editable regions.

    Have a template page, http://www.satgraphics.com/templates/main_01.dwt in which I have an area labeled  "div#main_wrapper".
    When attempting to  make it an "editable" region, I received the following comment: "The selection already contains or overlaps with an editable, repeating, or optional region".
    I had already made the "header" and "column_left" regions editable, but as the "column_left" is nested within the wrapper, my question would be; Would the correct process be to un-do the "column_left" editable region, make the "div#main_wrapper" editable, and be able to edit the "column_left" area as an inherited editable area?
    When I did try to do so to the "main_wrapper" div, I did not get the identifier label (blue text block at top left of each area) and received the warning as mentioned previously.
    Thank You...

    I did attempt to specify the "main_wrapper" div, but did so after already creating the "column_left" div region as editable, (nested in the "wrapper") and that is when I received the error message.
    As an aside, the site is fairly simple, so I am using a single template in which I do make content changes to header, column_left, and hopefully within the wrapper itself) for each new page, thus intentionally wanting editable region in content of "wrapper".
    The "footer" and "menu" are the two areas in which I did not open up for change; the "menu" is a library item, so any changes are made from there.
    So, question now becomes that of getting the "main_wrapper" div editable and how can that be done without the aforementioned message?
    http://www.satgraphics.com/templates/main_01.dwt
    Thank You for your help.

  • Nested regions

    Hello!
    There is problem with my Dreamweaver template:
    When I edit template and try to update files it shows "Nested editable regions" error.
    When I open file that had to update there are <body> tag added after <!DOCTYPE>, before <head>, but in template file everything is ok.
    Please help

    I've edited, but it's still adding body tag on top of page.
    Now template looks like this:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Twinauto</title>
    <!-- TemplateEndEditable -->
    <link href="../style.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <script type="text/javascript" src="/highslide/highslide/highslide-with-html.js"></script>
    <script type="text/javascript" src="/highslide/highslide/highslide.config.js" charset="utf-8"></script>
    <link rel="stylesheet" type="text/css" href="/highslide/highslide/highslide.css" />
    <!--[if lt IE 7]>
    <link rel="stylesheet" type="text/css" href="/highslide/highslide-ie6.css" />
    <![endif]-->
                        <link rel="stylesheet" href="css/jd.gallery.css" type="text/css" media="screen" charset="utf-8" />
                        <link rel="stylesheet" href="css/ReMooz.css" type="text/css" media="screen" charset="utf-8" />
                        <script src="../scripts/mootools-1.2.1-core-yc.js" type="text/javascript"></script>
                        <script src="../scripts/mootools-1.2-more.js" type="text/javascript"></script>
                        <script src="../scripts/ReMooz.js" type="text/javascript"></script>
                        <script src="../scripts/jd.gallery.js" type="text/javascript"></script>
                        <script type="text/javascript">
    function startGallery() {
                                            var myGallery = new gallery($('myGallery'), {
                                                      timed: true,
                                                      useReMooz: true,
                                                      embedLinks: false,
                                                      showCarousel: false,
                                  window.addEvent('domready',startGallery);
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
            </script>
    <script language="javascript" type="text/javascript" src="niceforms.js"></script>
    <link rel="stylesheet" type="text/css" media="all" href="niceforms.css" />
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-28264377-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f0d79ae488c75b8"></script>
    </head>
    <body onload="MM_preloadImages('/partners/Ate.png','/partners/Beru.png','/partners/bosal.png',' /partners/Elring.png','/partners/INA.png','/partners/Luk.png','/partners/Sachs.png','/part ners/SKF.png','/partners/Corteco.png','/partners/Boge.png','/partners/Bosch.png','/partner s/Brembo.png','/partners/continental.png','/partners/***.png','/partners/Lemforder.png','/ partners/TRW.png','/partners/Valeo.png','/partners/varta.png')" onload="initialize()">
    <script language="JavaScript1.2">
    * Sliding Menu Bar Script- © Dynamic Drive (www.dynamicdrive.com)
    * Visit http://www.dynamicdrive.com/ for full source code
    * This notice must stay intact for use
    var slidemenu_width='160px' //specify width of menu (in pixels)
    var slidemenu_reveal='12px' //specify amount that menu should protrude initially
    var slidemenu_top='170px'   //specify vertical offset of menu on page
    var ns4=document.layers?1:0
    var ie4=document.all
    var ns6=document.getElementById&&!document.all?1:0
    if (ie4||ns6)
    document.write('<div id="slidemenubar2" style="left:'+((parseInt(slidemenu_width)-parseInt(slidemenu_reveal))*-1)+'px; top:'+slidemenu_top+'; width:'+slidemenu_width+'" onMouseover="pull()" onMouseout="draw()">')
    else if (ns4){
    document.write('<style>\n#slidemenubar{\nwidth:'+slidemenu_width+';}\n<\/style>\n')
    document.write('<layer id="slidemenubar" left=0 top='+slidemenu_top+' width='+slidemenu_width+' onMouseover="pull()" onMouseout="draw()" visibility=hide>')
    var sitems=new Array()
    ///////////Edit below/////////////////////////////////
    //siteitems[x]=["Item Text", "Optional URL associated with text"]
    sitems[0]=["<big><font face='Arial'>Site Menu</font></big>", ""]
    sitems[1]=["Menus And Navigation", "http://www.dynamicdrive.com/dynamicindex1/"]
    sitems[2]=["Document Effects", "http://www.dynamicdrive.com/dynamicindex3/"]
    sitems[3]=["Scrollers", "http://www.dynamicdrive.com/dynamicindex2/"]
    sitems[4]=["Image Effects", "http://www.dynamicdrive.com/dynamicindex4/"]
    sitems[5]=["Links And Buttons", "http://www.dynamicdrive.com/dynamicindex5/"]
    sitems[6]=["Dynamic Clocks & Dates", "http://www.dynamicdrive.com/dynamicindex6/"]
    sitems[7]=["Text Animations", "http://www.dynamicdrive.com/dynamicindex10/"]
    sitems[8]=["Browser Window", "http://www.dynamicdrive.com/dynamicindex8/"]
    sitems[9]=["User System Information", "http://www.dynamicdrive.com/dynamicindex9/"]
    sitems[10]=["Other", "http://www.dynamicdrive.com/dynamicindex11/"]
    //If you want the links to load in another frame/window, specify name of target (ie: target="_new")
    var target=""
    if (ie4||ns4||ns6){
    for (i=0;i<sitems.length;i++){
    if (sitems[i][1])
    document.write('<a href="'+sitems[i][1]+'" target="'+target+'">')
    document.write(sitems[i][0])
    if (sitems[i][1])
    document.write('</a>')
    document.write('<br>\n')
    function regenerate(){
    window.location.reload()
    function regenerate2(){
    if (ns4){
    document.slidemenubar.left=((parseInt(slidemenu_width)-parseInt(slidemenu_reveal))*-1)
    document.slidemenubar.visibility="show"
    setTimeout("window.onresize=regenerate",400)
    window.onload=regenerate2
    rightboundary=0
    leftboundary=(parseInt(slidemenu_width)-parseInt(slidemenu_reveal))*-1
    if (ie4||ns6){
    document.write('</div>')
    themenu=(ns6)? document.getElementById("slidemenubar2").style : document.all.slidemenubar2.style
    else if (ns4){
    document.write('</layer>')
    themenu=document.layers.slidemenubar
    function pull(){
    if (window.drawit)
    clearInterval(drawit)
    pullit=setInterval("pullengine()",10)
    function draw(){
    clearInterval(pullit)
    drawit=setInterval("drawengine()",10)
    function pullengine(){
    if ((ie4||ns6)&&parseInt(themenu.left)<rightboundary)
    themenu.left=parseInt(themenu.left)+10+"px"
    else if(ns4&&themenu.left<rightboundary)
    themenu.left+=10
    else if (window.pullit){
    themenu.left=0
    clearInterval(pullit)
    function drawengine(){
    if ((ie4||ns6)&&parseInt(themenu.left)>leftboundary)
    themenu.left=parseInt(themenu.left)-10+"px"
    else if(ns4&&themenu.left>leftboundary)
    themenu.left-=10
    else if (window.drawit){
    themenu.left=leftboundary
    clearInterval(drawit)
    </script>
    <div id="vidus">
    <div id="head">
                        <div id="logo"><img src="../logo.png" height="130" alt=" " />   <img src="/banner_top.gif" alt=" " name="banner" width="300" height="100" id="banner" /></div>
    </div>
              <div id="nav">
                  <div class="nav_kreisais">
                  </div>
                        <div class="nav_middle">
                        <ul id="navi">
                                  <li><a href="/index2.php">JAUNUMI</a></li>
                                  <li><a href="/about/">PAR MUMS</a></li>
                <li><a href="/manufacters/">RAŽOTĀJI</a></li>
                <li><a href="/question/">JAUTĀ CENU</a></li>
                <li><a href="/contact/">KONTAKTI</a></li>
            </ul>
                        </div>
            <div class="nav_labais">
            </div>
              </div>
    <div id="content">
    <!-- TemplateBeginEditable name="content" -->
    <div style="float:left; position:relative; width:620px; min-height:469px; height:auto; padding-left:5px;">
    </div>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="malaa" -->
              <div id="malaa">
                <p><br />
    <div class="addthis_toolbox addthis_default_style addthis_32x32_style">
      <a class="addthis_button_preferred_1"></a>
      <a class="addthis_button_preferred_2"></a>
      <a class="addthis_button_preferred_3"></a>
      <a class="addthis_button_preferred_4"></a>
      <a class="addthis_button_favorites"></a>
      <a class="addthis_button_compact"></a>
    </div>
    <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-4eeca30e39a7c1a2"></script>
    </p>
    <p> </p>
    <table width="360" border="0">
      <tr>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ate','','/partners/Ate.png',1)"><img src="/partners/Ate-.png" name="ate" width="80" height="80" border="0" id="ate" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('beru','','/partners/Beru.png',1)"><img src="/partners/Beru-.png" name="beru" width="80" height="80" border="0" id="beru" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('bosal','','/partners/bosal.png',1)"><img src="/partners/bosal-.png" name="bosal" height="80" border="0" id="bosal" /></a></td>
      </tr>
      <tr>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('elring','','/partners/Elring.png',1)"><img src="/partners/Elring-.png" name="elring" width="80" height="80" border="0" id="elring" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('INA','','/partners/INA.png',1)"><img src="/partners/INA-.png" name="INA" width="80" height="80" border="0" id="INA" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Luk','','/partners/Luk.png',1)"><img src="/partners/Luk-.png" name="Luk" width="80" height="80" border="0" id="Luk" /></a></td>
      </tr>
      <tr>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Sachs','','/partners/Sachs.png',1)"><img src="/partners/Sachs-.png" name="Sachs" width="80" height="80" border="0" id="Sachs" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('skf','','/partners/SKF.png',1)"><img src="/partners/SKF-.png" name="skf" width="80" border="0" id="skf" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Corteco','','/partners/Corteco.png',1)"><img src="/partners/Corteco-.png" name="Corteco" width="80" height="80" border="0" id="Corteco" /></a></td>
      </tr>
    </table>
    <table width="360" border="0">
                <tr>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Boge','','/partners/Boge.png',1)"><img src="/partners/Boge-.png" name="Boge" width="167" height="80" border="0" id="Boge" /></a></td>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Bosch','','/partners/Bosch.png',1)"><img src="/partners/Bosch-.png" name="Bosch" width="167" border="0" id="Bosch" /></a></td>
          </tr>
                <tr>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Brembo','','/partners/Brembo.png',1)"><img src="/partners/Brembo-.png" name="Brembo" width="167" height="80" border="0" id="Brembo" /></a></td>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('continental','','/partners/continental.png',1)"><img src="/partners/continental-.png" name="continental" width="167" height="80" border="0" id="continental" /></a></td>
          </tr>
                <tr>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('***','','/partners/***.png',1)"><img src="/partners/***-.png" name="***" width="167" height="80" border="0" id="***" /></a></td>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Lemforder','','/partners/Lemforder.png',1)"><img src="/partners/Lemforder-.png" name="Lemforder" width="167" height="80" border="0" id="Lemforder" /></a></td>
          </tr>
                <tr>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('TRW','','/partners/TRW.png',1)"><img src="/partners/TRW-.png" name="TRW" width="167" height="80" border="0" id="TRW" /></a></td>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Valeo','','/partners/Valeo.png',1)"><img src="/partners/Valeo-.png" name="Valeo" width="167" height="80" border="0" id="Valeo" /></a></td>
          </tr>
                <tr>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('varta','','/partners/varta.png',1)"><img src="/partners/varta-.png" name="varta" width="167" height="80" border="0" id="varta" /></a></td>
                  <td> </td>
          </tr>
        </table>
    <br />
    </div>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="content2" --><!-- TemplateEndEditable -->
                        <div id="foot">
                <hr class="foot" />
                Visas Tiesības aizsargātas  &copy; SIA "Twin Auto" | 2011 | <a href="http://resendi/digital" target="_blank">Izstrādājis Resendi DIGITAL</a>
                        </div>
    </div>
    </body>
    </html>

  • Nested dataTable bug?

    I�m having a problem with nested dataTables. The complete source code is attached.
    My backing bean has properties keys and map. Keys is an array of strings. Map is a map keyed off keys with string array values.
    The faces jsp creates a table with one row per key. The key is displayed in the first column and the second column holds another table displaying the elements of the corresponding map entry.
    Various command links with nested <f:param> elements are in the cells and footers of the nested table. The parameter values reference the var property of either the inner or outer tables. All command links reference the same action listener which prints the value of the parameter to stdout.
    Clicking on outer var always works.
    Clicking on inner var yields the correct result only if you are in the last row of the outer table.
    Clicking once on any of the footer link command links causes the action listener to be invoked once for each row of the outer table.
    Have I found a bug, am I doing something wrong, or is this functionality not supported?
    Any help appreciated.
    Nick
    Backing Bean Source:
    package test;
    import java.util.*;
    import javax.faces.component.UIParameter;
    import javax.faces.context.FacesContext;
    import javax.faces.event.ActionEvent;
    public class NestedTableBean {
         private Map map;
         private String[] keys;
         public NestedTableBean() {
              keys = new String[]{"1", "2", "3"};
              map = new HashMap();
              map.put(keys[0], new String[]{"1a", "1b", "1c"});
              map.put(keys[1], new String[]{"2a", "2b", "2c"});
              map.put(keys[2], new String[]{"3a", "3b", "3c"});
         public Map getMap() {
              return map;
         public String[] getKeys() {
              return keys;
         public void doIt(ActionEvent actionEvent) {
              String param = null;
             List children = actionEvent.getComponent().getChildren();
             for (int i = 0; i < children.size(); i++) {
               if (children.get(i) instanceof UIParameter) {
                 UIParameter currentParam = (UIParameter) children.get(i);
                 if (currentParam.getName().equals("param") &&
                     currentParam.getValue() != null) {
                   param = currentParam.getValue().toString();
                   break;
             FacesContext context = FacesContext.getCurrentInstance();
             String id = actionEvent.getComponent().getClientId(context);
             System.out.println("In doIt(), component id: "+id+", param: "+param);
    }Faces JSP Source:
    <h:dataTable border="2" value="#{nestedTable.keys}" var="outerVar">
    <h:column>
      <h:outputText value="#{outerVar}"/>
    </h:column>
    <h:column>
      <h:dataTable  border="1" value="#{nestedTable.map[outerVar]}" var="innerVar">
       <h:column>
        <h:panelGrid columns="3">
         <h:outputText value="#{innerVar}"/>
         <h:commandLink actionListener="#{nestedTable.doIt}">
          <h:outputText value="outerVar"/>
          <f:param name="param" value="#{outerVar}"/>
         </h:commandLink>
         <h:commandLink actionListener="#{nestedTable.doIt}">
          <h:outputText value="innerVar"/>
          <f:param name="param" value="#{innerVar}"/>
         </h:commandLink>
        </h:panelGrid>
       </h:column>
       <f:facet name="footer">
        <h:panelGrid columns="2">
         <h:commandLink actionListener="#{nestedTable.doIt}">
          <h:outputText value="footer link"/>
          <f:param name="param" value="#{outerVar}"/>
         </h:commandLink>
        </h:panelGrid>
       </f:facet>
      </h:dataTable>
    </h:column>
    </h:dataTable>

    Hello,
    I have the same problem, when I use an nested dataTable the ActionEvent of the Second dataTable get always the Last Row of the First dataTable.
    The complete code :
    -=-=-=-=-=-=-=-=-=-=-=-=- PAGE.JSP -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    <h:dataTable id="categorias" var="categoria" value="#{UserBean.allCategorias}">
        <h:column>
            <h:dataTable id="items" var="item" value="#{categoria.items}">
               <f:facet name="header">
                   <h:outputText value="#{categoria.nome}" />
               </f:facet>
               <h:column>
                   <f:facet name="header">
                       <h:outputText value="Item" />
                   </f:facet>
                   <h:outputText value="#{item.nome}" />
               </h:column>
               <h:column>
                   <f:facet name="header">
                       <h:outputText value="Qtd Solicitada" />
                   </f:facet>
                    <h:outputText value="#{item.qtdSolicitada}" />
                </h:column>
            <h:column>
                <f:facet name="header">
                    <h:outputText value="Qtd Recebida" />
                </f:facet>
                <h:outputText value="#{item.qtdEfetivada}" />
             </h:column>
              <h:column>
                  <h:panelGrid columns="2">
                      <h:inputText id="selected" size="5" />
                      <h:commandButton id="confirmar" immediate="true" image="images/confirmar_1.gif" actionListener="#{UserBean.processAction}">
                          <f:param id="itemId" name="id" value="#{item.nome}" />
                      </h:commandButton>
                  </h:panelGrid>
             </h:column>
         </h:dataTable>
    </h:column>
    </h:dataTable>-=-=-=-=-=-=-=-=-=-=-=-=- UserBean.java -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    public void processAction(ActionEvent event) throws AbortProcessingException {
        /* Find the UIParameter component by expression */
       UIParameter component = (UIParameter) event.getComponent().findComponent("itemId");
       /* param itemId - Wrong (use Debug to see) */
    }

  • Footer out of whack

    I'm using the same template for my conact page as I did with the rest of my website. But for some reason the footer on my contact page is not lined up with the rest of the page. I don't understand why. It should be the same.
    www.kurtesposito.com
    Thanks

    <form action="http://www.kurtesposito.com/cgi-sys/formmail.pl" method="post" name="hgmailer">
      <input type="hidden" name="recipient" value="[email protected]">
      <input type="hidden" name"subject" value="Website Contact">
    1. Where is the ending tag for the form element? On line 262????
    2. Where is the equal sign in the red coloured part
    3. There is no way to submit the form.
    <td width="417"><form id="form1" name="form1" method="post" action="">
      <label for="Name"></label>
      <input name="Name" type="text" id="name" size="50" />
    </form></td>
    1. This is repeated several times albeit with unique ID's and names
    2. These forms are illegally nested within the form above
    3. There is no way to submit each of these forms
    <p> </p>
        <h1> </h1>
        <h1> </h1>
    </div>
    1. Starting at line 263, this seems to be superfluous.
    Solution:
    1. Ensure that all form elememts are within one form element similar to
      <form action="http://www.kurtesposito.com/cgi-sys/formmail.pl" method="post" name="hgmailer">
        <input type="hidden" name="recipient" value="[email protected]">
        <input type="hidden" name="subject" value="Website Contact">
        <table width="571" border=".25">
          <tr>
            <td width="138">Name</td>
            <td width="417">
              <label for="Name"></label>
              <input name="Name" type="text" id="name" size="50" />
            </td>
          </tr>
          <tr>
            <td>Email</td>
            <td>
              <label for="email"></label>
              <input type="text" name="email" id="email" size="50"/>
            </td>
          </tr> 
          <tr>
            <td>Comments</td>
            <td>
              <label for="commentsArea"></label>
              <textarea name="commentsArea" id="commentsArea" cols="53" rows="5"></textarea>
            </td>
          </tr>
          <tr>
            <td>
              <input type="submit" name="submit" id="submit" value="Submit" onclick="doSubmit()" />
              <input type="hidden" name="redirect" value="http://www.kurtesposito.com/redirect-path" />
            </td>
            <td> </td>
          </tr>
        </table>
      </form>

  • Dashed rule between menu items nested inside an accordion panel widget in Muse?

    I have a vertical menu widget nested inside an accordion panel widget and I want a dashed rule under each menu item. I already know I can have a solid rule by assigning a stroke to just the bottom of each menu item container. 
    I manually created dashed rules by "step and repeating" a 1px black square followed by 2px of space to a 380px width. I positioned these dashed rules under each menu item and grouped them with the menu. Then I placed the menu widget with the dashed rules into the content container for the accordion panel.  The menu expands and collapses in the Preview mode but the dashed rules don't show up.
    Muse CC 2014, iMac OS10.9

    The link again is I forgot to add http to the link before, but it should have worked.
    http://www.lipowiec.org/test/index.php
    a) used Dreamweaver to create new site selected 1 column, elastic, centered, header, and footer
    b) used spry to add horizontal menu to header
    c) followed instructions from Spry Help
    http://livedocs.adobe.com/en_US/Spry/SDG/index.html?lang=en_US ->
    working with spry widgets -> working with the menu bar widget -> Customize the dimension of menu items as indicated
    To change the dimension of menu items by changing the width properties of the menu item’s li and ul tags.
    Locate the ul.MenuBarVertical li or ul.MenuBarHorizontal li rule.
    Change the width property to a desired width, or change the property to auto to remove a fixed width, and add the property and value white-space: nowrap; to the rule.
    Locate the ul.MenuBarVertical ul or ul.MenuBarHorizontal ul rule.
    Change the width property to a desired width (or change the property to auto to remove a fixed width).
    Locate the ul.MenuBarVertical ul li or ul.MenuBarHorizontal ul li rule.
    Add the following properties to the rule: float: none; and background-color: transparent;.
    Delete the width: 8.2em; property and value.
    Under IE it's broken, under the other browsers it works.
    There need to be more IE HACKS added.

  • Nested Sub reports

    Hi All,
    Please suggest how can I achieve this requirement.
    As we know cr does't supports nested sub reports, but my requirement is similar to this.
    I have a main report which displays country wise data.
    If I click a particular country It should show respected location names which contains some data in details(coming from sub report 1).
    If I click particular location it should show respected locations data(coming from sub report 2)..
    For country to location I did using on demand sub report.
    Please suggest is there any work around to achieve this.

    Hi Kalyan,
    Nested Subreport is Not supported in CR however if you have CR Server or BO Enterprise Server you can do something like this:
    1) First create a report that shows details for the 'Location' report. The report should have a prompt called 'Location' and should return data for the selected location. Saved this report to the Enterprise repository in a folder.
    2) Create a report that returns data for the Countries. Then, create a group on the Country field and add the Subreport that returns data Location Names in each Country and place it on the Group Header/Group Footer
    3) Link the Main Report Country field with the Subreport's Country Field and make this an on-demand Subreport. I guess you've already completed this.
    4) Inside this Subreport, right-click the Location field > Format Field > Hyperlink tab > Select 'A website on the Internet' > Click 'Create Enterprise hyperlink' > Log-in to the repository > Browse to the folder where you saved the report created in Step 1.
    An openDoc URL pointing to the Location Details report is automatically created. Make sure the
    openDoc URL contains the lsS attribute.
    Search google to know more about openDoc.
    -Abhilash

Maybe you are looking for

  • How to identify when shd i go for lis nor for lo

    hi all, Can anyone explain me with a scenario to identify when shd we go for LIS extraction and we shd we opt for LO extraction. thanxs hari

  • How can I replace my IPhone in France?

    How can I replace my IPhone in France? I have bought an IPhone 5 in Paris and now its display is broken and the warranty is expired. Can I ask someone to do the replacement for me there?

  • Leopard on a Dual 1.8Ghz - Performance Pros/Cons

    I've been using Tiger on my Dual 1.8 G5 ever since I bought it off of eBay, and it's served me pretty well. It handles Photoshop like a champ with a Radeon 9600. However, as greedy as I am, I'm looking for the best way to increase its performance in

  • Difference b/w oracle golden gate and odi

    Hi Friends, i am new to odi,i want to know the exact difference b/w ODI AND OGG please share your knowledge Regards sateesh

  • Cant open iphoto after getting ilife

    Like others I downloaded ilife and get a message "in order to open iphoto you need to update for latest version". I removed everything, tried again but no good. What should I do please. I was happy with previous version of iphoto. Looking at all the