Form sticking out of liquid 3-column layout

Hi all,
I have created a 3 column liquid layout via Dreamweaver CS3's
instant layouts. The right and left columns are floated and their
width is a percentage.
I am trying to fit a short form in the right column. See it
here:
CLICK HERE
The form is contained properly in Firefox, but chokes in IE7.
The form has an inexplicable huge left margin and when the window
is reduced in size, the form elements stick out of the column to
the right.
How can I fix this? I tried floating the fieldset left and it
didn't work. I tried making the right column "relative" for
positioning and it didn't work. I tried zeroing out the margins and
paddings for fieldsets, inputs, and LI tags and it didn't work.
#@$% IE!
Can anyone help me tame this form in IE7?
Regards,
David C.

Try
1. Changing the padding-left value to as below
fieldset ol {
padding-top: 1em;
padding-right: 1em;
padding-bottom: 0px;
padding-left: 10px;
list-style-type: none;
2. Adding margin and padding as below
fieldset li {
margin: 0;
padding: 0;
padding-bottom: 1em;
3. Adding these to you stylesheet
#sidebar2 form {
margin: 0;
padding: 0;
#sidebar2 input {
width: 150px;
Bopjo wrote:
> Hi all,
>
> I have created a 3 column liquid layout via Dreamweaver
CS3's instant layouts.
> The right and left columns are floated and their width
is a percentage.
>
> I am trying to fit a short form in the right column. See
it here:
>
>
http://www.bopjo.com/test/
>
> The form is contained properly in Firefox, but chokes in
IE7. The form has an
> inexplicable huge left margin and when the window is
reduced in size, the form
> elements stick out of the column to the right.
>
> How can I fix this? I tried floating the fieldset left
and it didn't work. I
> tried making the right column "relative" for positioning
and it didn't work. I
> tried zeroing out the margins and paddings for
fieldsets, inputs, and LI tags
> and it didn't work.
>
> #@$% IE!
>
> Can anyone help me tame this form in IE7?
>
> Regards,
> David C.
>
>

Similar Messages

  • Expanding text fields side-by-side in a 2 column layout

    Hi,
    I've been trying to create a form that is a 2-column layout. This form contains expanding text fields that are side-by-side with additional form elements underneath. I managed to get the expandable fields to work, however, if the user writes too much in the text field in the left-hand column and it wraps onto a second page, the text field in the right-hand gets pushed to the second page. I am wondering if someone has experience with this and could help me figure out how to make sure the text field in the right-hand column stays in place as the text field in the left-hand column expands onto 2 pages.
    I've tried to wrap each text-field in their own subform that stays fixed, but that seemed to cause the field to expand over the elements below it.
    Take care,
    Carolyn

    Luke23ae wrote:
    for my bachelor-thesis I'm trying to create a 2 column layout in pages. The left column should contain all contents, the right column should only contain notes and additional information supporting the 'main' column. So the right column only contains a little text every now and then. Using the Layout Inspector and setting up 2 columns fills the right column automatically withe the contents overflowing the left column. What I'm hoping to archive is to create a 2 column layout leaving the right column blank, allowing me to insert Text-fields (unless there's a better way) wherever I need to add an annotation.
    Hi Lukas,
    Welcome to Apple Discussions and the Pages '09 forum.
    Since you want the text to flow from page to page in the left column, it would appear best to use a single column for the main text, and to limit the width of that column using the right margin stop.
    That leaves the right half of the page open for a series of text boxes (or shapes, as shown) to contain the notes and additional information.
    I would start with a single text box or shape, resize it to the width you want, then duplicate that one each time you need a new box. That way all your text blocks have a common width to begin with, and if you take care to use only the handle at the center of the bottom edge to resize them, you will not disturb that width setting.
    As noted earlier, the floating objects will not automatically travel with the text they apply to if editing causes that text to move.
    Regards,
    Barry

  • How can I set up a 2 column layout in LiveCycle?

    Hi,
    I'm new to working with LiveCycle Designer. I'm using version 10.4, the OEM version bundled with SAP. Aside from being quite buggy, the capabilities seem pretty similar to LiveCycle Designer ES4, which I downloaded in a trial version. All of which is to say that this is a newbie question.
    I cannot, for the life of me, figure out how to set up a 2-column layout.
    On my master page, I have two content areas.
    When I create a new page, I am able to drag fields into the first content area I created, but not into the second content area.
    What am I doing wrong?
    Thanks,
    Janet

    Hi. 
    I am not a new LiveCycle Forms designer.  I am using Workbench ES2 (9.0.0.2.20121123.884160).  I have run into a new design problem related to a two column page. The business analytsts have designed the form in Word, where columns work great.  I have tried two subforms within the page. The problem with that is when the right column subform overflows, it overflows to the left column (as the left column has not overflowed), or when the left column overflows (whether or not the right column overflows) the right column begins on the left column's overflowed page.
    I have tried building a page with two side-by-side content areas in the Master Pages, including setting overflow parameters for each subform in the Design View, also with similar problems.
    I have tried using a table with no header and 1 row.  That one is interesting.  When only one cell overflows to another page, it works correctly.  When both columns overflow, the first text box in the subform in each cell is displayed at the top of the page and the remaining content of both cells overflow to the next page, leaving a nearly blank page containing only the one-line text label in each of the two columns.
    Is there some nearly hidden setting I am missing?  Is this possible within LiveCycle Designer Forms?
    Thanks for your attention to this request.
    Frank

  • JSF Page - Three Column Layout

    Hi all,
    I'm trying to create a JSF page with Oracle Three Column Layout but am only one column in the visual design view. Moreover, in the visual design view, i cannot see the normal Oracle logo on the left corner.
    Heres he steps i used:
    1. Right click ViewController and select New.
    2. Under Web Tier i click JSF and selected JSF Page then click OK
    3. In the Create JSF Page dialog, i renamed the page and in Page Template drop down i select Oracle Three Column Layout and checked Create as XML Document then click OK
    I'm new in JDeveloper and if theres any steps i'm missing then please let me know.
    Thanks in advance
    Stoneiidol

    Hi,
    Mostly a Jdeveloper design view problem. Did you try closing and reopening the page? Or restarting JDeveloper?
    The code Generated in my Jdev is:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:pageTemplate viewId="/oracle/templates/threeColumnTemplate.jspx"
    id="pt1">
    <f:facet name="center"/>
    <f:facet name="header"/>
    <f:facet name="end"/>
    <f:facet name="start"/>
    <f:facet name="branding"/>
    <f:facet name="copyright"/>
    <f:facet name="status"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    What Amit said is alos true.
    Regards,
    Venkat

  • Liquid and Elastic Layout

    My first attempt at a liquid layout seems to work well in the
    sense it fits various browser sizes. I then discovered elastic
    layout and thought I should incorporate it for users to resize the
    text. Now I am having problems with text spilling all over the
    place. I am using % and ems. Should I just stick with the liquid
    layout or has anyone got any tips.
    Thanks in advance.

    this sort of thing gave me head aches for ages. i found the
    best way is to use a fix px size for your main wrapper/container.
    if you are using ap divs in the main wrapper div, set the positon
    as relative in your css code, i.e
    #wrapper
    position:relative;
    doing it this way, everything always takes up the same amount
    of pixels within your page, no matter what resolution you are
    viewing in.
    i, personally, would recomment a main wrapper size of about
    770px.
    i also have discovered that if you create your pages catering
    to every whim, of every user, you will surely go mad. i did.
    so create it to look good, as it is. if you think people may
    have to make text larger, than do it yourself in the design.

  • 2-column layout with correct page breaks

    Hi there,
    I am trying to produce a 2-column layout in my form.
    The problem is: These columns stretch over more than one page and I just cannot get the page breaks right.
    I have a flowed layout with two adjacent subforms which form my columns. In these column subforms I fill lots of data from XML.
    Problem 1 is: At the end of the page I miss about 5 lines. They vanish in the page break.
    Problem 2 is: My second column starts getting filled only on the second page (which happens to be the page where the first column ends).
    I also tried this with one table with exactly one row. But there all lines after the first page disappear and I get empty pages instead.
    Has anyone ever come across this problem?
    What is a good safe way to build dynamic 2-column forms?
    Ulrich

    Hi Paul,
    the former. It is NOT like in a newspaper where the content runs from left to right from one column into the next and finally into the leftmost column of the next page.
    Im my case the content of the 2 columns is completly separat from each other: The data in the left column is distincly left-column-only data. As is the data in the right column distinctly right-column-only data.
    Actually it is not even sure, that the left column is longer than the right.
    It is absolutly o.k. to have  3 pages where the left column is empty and only the right column is filled.
    An example would be: Technical data of two articles to be compared: Left is the Mercedes-data and right is the BMW-data.
    Ulrich

  • Help with three column layout please

    Hello All
    I have been struggling with a three column layout to incorporate inserted images on the right. Please see http://www.greenpatchwebsites.com/ridgeway/index2.html
    At the moment I have resorted to a background image but I am not happy with the quality and lack of positioning in relation to the text.
    I have looked at lots of sites re faux / three columns etc but I can't make it work. As you will see from the attached css there are lot of divs because of the expanding box and I am getting in a muddle.
    Expert help here would be very gratefully received and I thank you in advance.

    Hi There,
    You can refer to 3 column fixed template (with header and footer) provided by DW itself. For reference how to make a 3 column layout use following code. Just save the whole of this as .html file and preview. Go through the structure and css classes in the head to understand the layout.
    <!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">
    <!--
    body  {
         font: 100% Verdana, Arial, Helvetica, sans-serif;
         background: #666666;
         margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
         padding: 0;
         text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
         color: #000000;
    .thrColFixHdr #container {
         width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
         background: #FFFFFF;
         margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
         border: 1px solid #000000;
         text-align: left; /* this overrides the text-align: center on the body element. */
    .thrColFixHdr #header {
         background: #DDDDDD;
         padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    .thrColFixHdr #header h1 {
         margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
         padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    .thrColFixHdr #sidebar1 {
         float: left; /* since this element is floated, a width must be given */
         width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
         background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
         padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
    .thrColFixHdr #sidebar2 {
         float: right; /* since this element is floated, a width must be given */
         width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
         background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
         padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
    .thrColFixHdr #mainContent {
         margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
         padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    .thrColFixHdr #footer {
         padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
         background:#DDDDDD;
    .thrColFixHdr #footer p {
         margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
         padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .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 */
         float: left;
         margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
         clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    -->
    </style><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .thrColFixHdr #sidebar1 { width: 180px; }
    .thrColFixHdr #sidebar2 { width: 190px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
    .thrColFixHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]--></head>
    <body class="thrColFixHdr">
    <div id="container">
      <div id="header">
        <h1>Header</h1>
      <!-- end #header --></div>
      <div id="sidebar1">
      <h3>Sidebar1 Content</h3>
        <p>The background color on this div will only show for the length of the content. If you'd like a dividing line instead, place a border on the left side of the #mainContent div if it will always contain more content. </p>
        <p> </p>
      <!-- end #sidebar1 --></div>
      <div id="sidebar2">
        <h3>Sidebar2 Content</h3>
        <p>The background color on this div will only show for the length of the content. If you'd like a dividing line instead, place a border on the right side of the #mainContent div if it will always contain more content. </p>
        <p> </p>
      <!-- end #sidebar2 --></div>
      <div id="mainContent">
        <h1> Main Content </h1>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam,  justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam  ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo  porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus quis  ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at,  odio. Donec et ipsum et sapien vehicula nonummy. Suspendisse potenti. </p>
        <h2> </h2>
        <!-- end #mainContent --></div>
         <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
      <div id="footer">
        <p>Footer</p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    </body>
    </html>
    Don't be overwhelmed as this is simple code only (much like your own page). You can then divide your background image and put one part in the center column (mainContent DIV) and the other in the right sidebar (sidebar2 DIV).
    Hope this helps.
    Regards,
    Vinay

  • Minor help needed with four-column layout

    Hello,
    I took a three-column DW template and turned it into a
    four-column layout, and I'm very proud to say that I've figured out
    most of it myself. (CSS is NOT my strong point.) However, I'm
    having some problems with the background in the fourth column.
    http://www.patiastephens.com/new
    How can I make the top of the fourth column/background level
    with the other three columns?
    And how can I get the background to repeat?
    I plan to eventually put ads in the fourth column, and I may
    or may not leave the background in, depending on how it looks.
    Thanks much!

    Hi, thank you, Bonnie.
    I did mess with the repeat properties, but nothing helped.
    However, I ended up moving the background image to the entire page;
    I think it looks better. (See updated page if you're interested.)
    Now I'm trying to figure out why I get float drop when I move
    the main content column above columns 3 and 4 (so it loads first)
    And why the text in columns 1 and 4 is pushed down ....
    Aaargh.

  • Is it possible to display Footnotes in column layout?

    I have many small footnotes (one or two words). To prevent wasting space with the footnotes I would like to have the footnotes in a two column layout and the body text in one column.
    Is this possible in Framemaker (latest version)?

    No, not in any version. It's a hardcoded function of the text frame
    itself. You can't even split the frame manually. The footnotes
    automatically go to the bottom of the text frame holding the
    paragraphs with the footnote.

  • How do I create a new row on tab out of the last column, last row?

    JDev 11.1.2.1.0.
    I've seen a few topics on this but none that I think were really very good solutions.
    Use Case:
    On tab out of the last column in the last row, a new row should be added to the end of the table. Bonus points for setting the focus to the first <af:inputText> of the newly created row.
    Complications:
    1. I'm having a heck of a time trying to find a function that returns the column's displayed index. Sadly, <column binding>.getDisplayIndex() returns -1 unless the user has manually re-ordered the column.
    2. Value Change Listeners only fire if there is a value change. Guess that means I need to do client/server listeners to check each and every <af:inputText> for a tab press?
    3. I'm not even going to get into setting the focus. With all the templates, regions, etc. going on, it's dang near impossible.
    Any ideas on how to attack this one?
    Will

    Hi,
    You will need to use the Run Engine Installation Wizard found on the Tools menu. In addition you need to create a installation set for the operator interface.
    Look at Chapter 16 Distrubuting TestStand ( chapter 17 for version 2).
    Once you have created your installation, install is on your new system.
    The serial number etc is part of the process model. When you run the entry point 'Test UUTs' the PreUUT callback is executed which asks the user for the serial number.
    Hope this helps
    Ray Farmer
    Regards
    Ray Farmer

  • Setting default value for form field assoc with a table column

    On a "Create Record" situation I was trying to set the default values of some form fields using a page level "Process". These form fields have Source Type = Database Column. It wasn't working, I could only set non-db assoc form field values no matter when the "Process" was set to exec. From some other posts it seems that this is by design, ie. not being able to programatically set the initial values of form fields that are sourced to db columns. I was hoping to have just one "Process" that would exec to set these initial values in one place rather than scattered about for each field that needed a default value. These particular default values come from ref tables and may be different for each user.
    So, it looks like I have to use a "Default Value" plsql chunk for each field on the form itself or else set their value on the calling form's Redirect in the "Set these Items" area.
    Is this correct?

    You could define a database function which accepts the name of the item and the user ID of the user running the application. Based on the item name and the user ID have the function return the appropriate initial value. Invoke this function in a "Default Value" PL/SQL block.
    Does that help in centralizing your initial values? You could have one function per page or one function per application. I would do one function per application.

  • DVD Drive Module on Pismo sticks out of expansion bay. Any way to fix?

    I just picked up a Pismo the other day and found a DVD drive for it on ebay, which works perfectly, but the drive sticks out of the expansion bay a little unless I put some pressure on the bottom or the top of the computer. Of course, when I release pressure, the drive pops out a little again. Should i be worried about this at all, or is it just cosmetic? Is this a common problem? Any help would be appreciated. Thanks.

    soul,
    It sounds like the little plastic tab on the release mechanism inside the frame is worn and is not holding the drive as far in the bay as it should, or the recess on the optical drive may be worn. If you remove the optical drive, you will see a small rectangular recess on the edge of the drive that engages a small tab on the lever. Look into the empty bay with a flashlight and you will see the tab and how the mechanism works.
    Here is a picture of the recess (top picture) on the drive:
    http://www.ifixit.com/Guide/Mac/PowerBook-G3-Pismo/Optical-Drive/6/22/Page-1/Opt ical-Drive
    You cannot replace the levers, if necessary, without considerable disassembly of the 'book. Possibly you can improvise a thin spacer for the recess on the drive.

  • T400 & T500 Battery size - what sticks out and what doesn't? *EMBEDDED IMAGES*

    I've been seeing a lot of discussion around the various notebook communities about batteries, and wanted to take a moment to discuss them. The big question on everybody's mind is: which batteries fit flush on the new T400 & T500, and which don't?
    I'm still trying to get accurate measurements of how far the batteries stick out the back of these machines and I will update this post when I have them. I just wanted to get this out there to hopefully answer people's questions sooner than later. 
    Lastly, please note this information applies to R400 & R500 as well. 
    Edit Saw this question out there and I updated the info below to show the extra mount of runtime one battery has over another. Obviously your runtime will vary based on usage, but given the capacity of the battery, one can derive how much longer it will run at a given usage level. 
    also, anyone know how much longer the life is on a 9 cell vs a 6 cell? 
    8/14 Edit - Added all battery measurements except 9-cell. Stay tuned. Note that I also included the total depth of the battery, which is how I calculated how far the batteries stick out. (Depth of larger battery) - (Depth of flush battery) = amount sticking out. I'm normally good with numbers and a calculator, but if I made a mistake feel free to correct me.
    8/18 Edit - The measurements for the 9-cell battery are now below, and added photo comparing two systems. Thanks to Matt Kohut for having the systems and the camera.
    T400
    Short answer - the batteries are the same on T61 and R61 14.1" widescreen:
    4-cell: Flush
    6, 7, 9-cell: Sticks out
    (Note: The 7-cell battery is actually replaced by the 9-cell now)
    Long answer:
    Length sticking out back of system:
    4-cell: 0 inches (1.57 inches deep)
    6-cell: 1 inch (2.57 inches deep)
    7-cell: 1.08 inches (2.65 inches deep)
    9-cell: 1.47 inches (3.04 inches deep)
    Part number:
    4-cell: 41U3196
    6-cell: 41U3198
    7-cell: 41U3197
    9-cell: 43R2499
    Capacity in Wattage-hours:
    4-cell: 37.44
    6-cell: 56.16 50% longer run-time than 4-cell
    7-cell: 74.88 100% longer run-time than 4-cell, 33% longer than 6-cell
    9-cell: 84.24 125% > 4-cell, 50% > 6-cell, 12.5% > 7-cell
    Important note about 9-cell on T400: As some of you have noted, this battery is uniquely shaped as shown in the photo below. This was done to allow for the increased run-time of the 9-cell battery while still fitting in all of our docking stations. Note that we are no longer offering the 7-cell battery for purchase with new systems and it will not be something offered going forward, you may still be able to purchase it from your local Lenovo teams or resellers/business partners. Contact them directly to find out.
    Note: These pictures are of a T61, but you get the idea...
    6-cell T61 on top, 9-cell T400 on bottom
    T500
    Short answer - the batteries are the same on T61 and R61 15.4" widescreen/14.1" standard:
    6-cell: Flush
    9-cell: Sticks out
    Long answer:
    Length sticking out back of system:
    6-cell: 0 inches (2.3 inches deep)9-cell: 0.83 inches (3.13 inches deep)
    Part number:
    6-cell: 40Y6799
    9-cell: 40Y6797
    Capacity in Wattage-hours:
    6-cell: 56.16
    9-cell: 84.24 50% longer runtime than 6-cell
    Message Edited by Tim_Lenovo on 08-13-2008 02:53 PM
    Message Edited by Tim_Lenovo on 08-13-2008 02:54 PM
    Message Edited by Tim_Lenovo on 08-13-2008 03:02 PM
    Message Edited by Tim_Lenovo on 08-14-2008 05:38 PM
    Message Edited by Tim_Lenovo on 08-14-2008 05:39 PM
    Message Edited by Tim_Lenovo on 08-18-2008 02:51 PM
    Message Edited by Tim_Lenovo on 09-12-2008 11:04 AM
    Tim Supples
    Lenovo Social Media
    Got a question? Don't PM me, post it on the forum!
    Lenovo Blogs
    X60 Tablet SXGA+ primary, Z61p fully loaded workhorse

    The part number for my 6-cell battery that I received on my system configuration differs than the one that you have listed.
     42V9338   SBB 6 CELL LI-ION BATERRY 
    Could it be that T61 batteries are backwards compatible with the T400 and that the T400 also has new batteries?
    From looking at the lenovo site to order the T400 it does suggest that 6 cell sticks out but I feel that it could be one of the many errors (although many have been fixed) on the site. 
    If you look at tabook.pdf the T61 with a 6 cell has a depth of 10.2 inches whereas the T400 with a 6cell has a depth of 9.4 inches suggesting that the 6cell on the T400 would sit fairly flush with the back of the notebook.  I find it hard to believe that the T400 with a 4cell battery has a depth of 8.5 or so inches.
    Any further information would be appreciated

  • Form report with both edit and column link

    hi experts,
    How can we create form report with both edit and column link. Ie, the form should have both the Edit link and column link. When we click on the edit link(in page1) it should go for the page2 and the page2 should display the corresponding row fields which should be editable. but when i click the column link it should bring me to the next page but the corresponding values of the column should not be editable.
    Regars,
    KK

    hi,
    Here i have achieved this by making the column link and page navigation.

  • Trying to save a Form filled out that came in Adobe Reader format, each time I try and save it says it can only save a blank copy

    trying to save a form filled out that came in Adobe reader format, each I try and save it, it says that it can only save a blank format and I lose the data

    Is there anything in the document properties that would make it behave that way?

Maybe you are looking for