Table height stretching and showDetail

Hi,
I know this question has been asked many times but I don't found the solution in my case. So I am requesting your help, if you have some time to loose...
I have a fragment with :
- showDetail
- panelCollection
  L - table
I want the tabe to stretch in all the page. And it must continue to stretch when user Disclose the showDetail.
I could put a panelStretchLayout at the root, but if I put showDetail in a facet (like top) and panelCollection in another (like center), when disclosing showDetail, the facet is always having the same height.
And if I put panelGroupLayout at the root, the table is not stretching all the page.
Any suggestion?

The [url http://docs.oracle.com/cd/E16162_01/apirefs.1112/e17491/tagdoc/af_showDetail.html]documentation for af:showDetail says:
This component cannot be stretched by a parent layout component.
This component does not have support for stretching its children.John

Similar Messages

  • Table Height in Dreamweaver CS3

    Why is it that I'm unable to make my table height stretch to
    fit the browser? I never had this problem when I used FrontPage. Is
    there some code I need to add by hand to make it work? I've
    double-checked the table height and cell height and they are both
    at 100%.
    Thanks in advance!

    > Why is it that I'm unable to make my table height
    stretch to fit the
    > browser? I
    Table height is invalid HTML. DW likes to work with valid
    HTML. To make
    sure that your page validates, DW adds a valid and complete
    doctype to each
    new page you create. When a browser sees a page with a valid
    and complete
    doctype, it renders the page in Standards mode, ignoring any
    invalid HTML it
    encounters. Thus DW pages will result in your table heights
    being ignored
    in the browser. FP had no sense of this detail, and threw
    invalid code out
    like a Pez dispenser, hence your invalid construction seemed
    to work.
    If you really need to do stuff like this, read here -
    http://www.apptools.com/examples/tableheight.php
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Mr. Angier" <[email protected]> wrote in
    message
    news:fnogrp$cv0$[email protected]..
    > Why is it that I'm unable to make my table height
    stretch to fit the
    > browser? I
    > never had this problem when I used FrontPage. Is there
    some code I need
    > to add
    > by hand to make it work? I've double-checked the table
    height and cell
    > height
    > and they are both at 100%.
    >
    > Thanks in advance!
    >

  • Table height in layout development

    Hello there,
                   I have defined a table in the layout which has a header and a row. Now, I have another table is displayed (using repeating subforms not with standard table layout). When my data is getting printed, if the inner table is blank, then it is currently leaving a blank space on its place. I want the height to be reduced if there is no data in the inner table.
                     I have checked that all the subforms used in the ROW part are FLOWED. However I doubt that, it is taking minimum height of the ROW.
                    Please let me know if there is any way to reduce height automatically when there is less data to be printed.
    Thanks & regards,
    Ganesh V Khumse

    > Why is it that I'm unable to make my table height
    stretch to fit the
    > browser? I
    Table height is invalid HTML. DW likes to work with valid
    HTML. To make
    sure that your page validates, DW adds a valid and complete
    doctype to each
    new page you create. When a browser sees a page with a valid
    and complete
    doctype, it renders the page in Standards mode, ignoring any
    invalid HTML it
    encounters. Thus DW pages will result in your table heights
    being ignored
    in the browser. FP had no sense of this detail, and threw
    invalid code out
    like a Pez dispenser, hence your invalid construction seemed
    to work.
    If you really need to do stuff like this, read here -
    http://www.apptools.com/examples/tableheight.php
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Mr. Angier" <[email protected]> wrote in
    message
    news:fnogrp$cv0$[email protected]..
    > Why is it that I'm unable to make my table height
    stretch to fit the
    > browser? I
    > never had this problem when I used FrontPage. Is there
    some code I need
    > to add
    > by hand to make it work? I've double-checked the table
    height and cell
    > height
    > and they are both at 100%.
    >
    > Thanks in advance!
    >

  • Table height changes in Firefox

    Here is my website. Looks great in IE6, but in Firefox the
    table height changes and on my 15" monitor, the bottoms get cut
    off. I'm a graphic designer and don't know code well, so I really
    need advice on how to correct this in DW8. Thanks.
    http://bellsouthpwp.net/r/a/rarose1967/Portfolio/Portfolio2/final/Pages/

    Bobbi67 wrote:
    > Here is my website. Looks great in IE6, but in Firefox
    the table height changes
    > and on my 15" monitor, the bottoms get cut off. I'm a
    graphic designer and
    > don't know code well, so I really need advice on how to
    correct this in DW8.
    > Thanks.
    >
    http://bellsouthpwp.net/r/a/rarose1967/Portfolio/Portfolio2/final/Pages/
    >
    What happens if you remove "height" attributes from table
    and td's?
    Mick

  • Unable to stretch af:table height

    Hi
    I have af:table in my jspx page which showing default height even there is no rows in it
    i want to stretch it based on rows
    please help if any one knows
    Thanks in advance
    GiriBabu

    Set the table's ContentDelivery to "immediate" and AutoHeightRows attribute to the number of maximum rows you want the table to stretch to.
    Correct.
    This is not required most of times because even if we dont give this attribute then also it set it to height so that we can see message that says
    'No data to display.'
    You can also set a minimum height (in pixels) with InlineStyle, e.g. min-height: 300px;
    Thanks,

  • IE stretching table height??

    My site is dsigned as follows....(can only provide links
    through email).
    I have an nav.html file with my navigation and header
    banner...
    then I have my index.shtml file that has the nav.html
    included using ssi.
    The index.shtml is a table structured page with all content
    being sliced images in cells etc.. now the problem is that when I
    display the index.shtml, the table stretches slightly (about
    7pixels) throughout... yet in firefox and netscape its just fine...
    I did notice that this only started happening once I added
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    to the top of the page (my css in the nav,html wasn't
    functioning properly until I added this).
    Anyone have any idea as to how I resolve this issue?
    P.S. I'd also like to know, how do u prevent the table from
    expanding when someone increases the text size in their browser?
    This as you know causes the table to expand and thus destroys my
    original design? Must be some way? I have already set w and h
    dimensions.

    > P.S. I'd also like to know, how do u prevent the table
    from expanding when
    > someone increases the text size in their browser?
    You cannot prevent this. The only practical solution is to
    design your page
    so that it accommodates these flexes in dimension.
    > the table stretches slightly (about 7pixels) throughout
    When you add a valid and complete doctype to a page, you
    enable the browsers
    to display/render the page in Standards mode. This is a good
    thing. If you
    are seeing a variation in how Standards mode renders your
    page in IE
    compared to FF, then it can only be because you have used
    some invalid HTML.
    Does the page validate using the W3's validator?
    http://validator.w3.org
    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
    ==================
    "nhavfx" <[email protected]> wrote in
    message
    news:[email protected]...
    > My site is dsigned as follows....(can only provide links
    through email).
    >
    > I have an nav.html file with my navigation and header
    banner...
    > then I have my index.shtml file that has the nav.html
    included using ssi.
    >
    > The index.shtml is a table structured page with all
    content being sliced
    > images in cells etc.. now the problem is that when I
    display the
    > index.shtml,
    > the table stretches slightly (about 7pixels)
    throughout... yet in firefox
    > and
    > netscape its just fine... I did notice that this only
    started happening
    > once I
    > added
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "<a
    > target=_blank class=ftalternatingbarlinklarge
    > href="
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">">http://www.w3.o
    > rg/TR/xhtml1/DTD/xhtml1-transitional.dtd"></a>
    >
    > to the top of the page (my css in the nav,html wasn't
    functioning properly
    > until I added this).
    >
    > Anyone have any idea as to how I resolve this issue?
    >
    > P.S. I'd also like to know, how do u prevent the table
    from expanding when
    > someone increases the text size in their browser? This
    as you know causes
    > the
    > table to expand and thus destroys my original design?
    Must be some way? I
    > have
    > already set w and h dimensions.
    >

  • Table height issue

    Hey,
    on my website below :
    http://www.scenekill.com/parkway/home.php
    just made a rough mock up of it to test everything, and this
    is probably something dead simple, but I have a big table with a
    bunch of smaller ones in it and the main one has a width of 670px
    and the height is set to 100% so even when this isn't enough
    content to stretch down to the bottom the border will still go all
    the way down, but as you can see from my site this isn't happening.
    Just wondered if anyone can see what i'm doing wrong?
    thanks in advance

    Here's the deal.
    A doctype on an HTML page tells the browser how to render the
    page. If
    there is no doctype, or if there is an invalid one, the page
    is rendered in
    quirks mode. If there is a valid doctype, the page is
    rendered in standards
    mode.
    DMX inserted a broken doctype on the page (i.e., functionally
    equivalent to
    no doctype). Earlier versions inserted NO doctype. Hence, all
    these pages
    are rendered in quirks mode.
    In quirks mode, the browser makes an attempt to render
    invalid HTML. Not
    all browsers attempt the same rendering - so you will see a
    variety of
    differences, comparing one browser to the next on the same
    page.
    In standards mode, the browsers all render the same (so they
    say - but in
    practice, while not true, it's much more uniform).
    Table height is invalid HTML. It always has been - it was
    never a part of
    HTML's specs.
    Browsers in quirks mode will try to render table heights.
    Browsers in
    standards mode willl not.
    Geddit?
    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
    ==================
    "Joso" <[email protected]> wrote in message
    news:[email protected]...
    > Hey,
    >
    > on my website below :
    >
    >
    http://www.scenekill.com/parkway/home.php
    >
    > just made a rough mock up of it to test everything, and
    this is probably
    > something dead simple, but I have a big table with a
    bunch of smaller ones
    > in
    > it and the main one has a width of 670px and the height
    is set to 100% so
    > even
    > when this isn't enough content to stretch down to the
    bottom the border
    > will
    > still go all the way down, but as you can see from my
    site this isn't
    > happening. Just wondered if anyone can see what i'm
    doing wrong?
    >
    > thanks in advance
    >

  • Dynamic table height for Printed PO Report

    I have created a RTF template for Printed Purchase Order report using Microsoft Word. The template has Header and Line information. I have two questions.
    1) Lines are printed in Table format. I also print header level notes in Line Section.
    If the header notes are blank, I want the line information (line #, Item Number, Description, quantity etc) to be moved to line1. How do I acheive this?
    I want to dynamically adjust the Table height based on the information printing in the line section. The table has two rows. One for Header notes and one for Line information.
    2) Header notes field is placed in Description column of Line Table (MS word). Currently Header notes are printing within the Description column as wrapped text. I want to print Header notes in one line. How do I expand this field to print in one line?
    Thanks,

    Hi,
    Even I faced the same problem, however I have found a workaround to come out of this problem.
    My PO design template has 16 lines, I am counting the number of lines with data and subtracting the same from 16 and inserting that many empty rows to increase the table height.
    I am pasting the code so that it will be useful for others.
    Paste this code before LINES_ROW for-each loop. This will give the number of lines present.
    <xsl:variable name="_XDOFOTOTAL" select="count(.//LINES_ROW)"/>
    Paste this code at the end of the for-each loop.
    <!-- 16 is the maximum number of rows which fits in my page.-->
    <xsl:variable name="_cnt" select="16-$_XDOFOTOTAL"/>
    <xsl:call-template name="countdown">
    <xsl:with-param name="countdown" select="16-$_XDOFOTOTAL"/>
    </xsl:call-template>
    This function you can put it at the end.
    <xsl:template name="countdown">
    <!-- Instead of for loop. -->
    <xsl:param name="countdown"/>
         <xsl:if test="$countdown">
              <fo:table-row keep-together="always">
              <fo:table-cell/>
              <fo:table-cell>
              <fo:block height="13.2pt"/>
              </fo:table-cell>
              <fo:table-cell>
              <fo:block height="13.2pt"/>
              </fo:table-cell>
              <fo:table-cell xdofo:use-attribute-sets="c_33 c_35">
              <fo:block height="13.2pt"/>
              </fo:table-cell>
              <fo:table-cell xdofo:use-attribute-sets="c_33 c_35">
              <fo:block height="13.2pt"/>
              </fo:table-cell>
              <fo:table-cell>
              <fo:block height="13.2pt"/>
              </fo:table-cell>
              <fo:table-cell>
              <fo:block height="13.2pt"/>
              </fo:table-cell>
              <fo:table-cell>
              <fo:block height="13.2pt"/>
              </fo:table-cell>
              <fo:table-cell/>
              </fo:table-row>
              <!-- Call the template again -->
              <!-- The below code is like x=x-1 -->
              <xsl:call-template name="countdown">
                   <xsl:with-param name="countdown" select="$countdown - 1"/>
              </xsl:call-template>
         </xsl:if>
    </xsl:template>
    If some one is having a better solution, please share.
    Regards,
    SURESH KUMAR M R

  • Fixed Table Height for PO Report

    Hi,
    We have a problem in adjusting the height of the table for Purchase order Report.We are displaying lines and shipment information in the table.
    But the shipments data is varying for each line due to which the table height is also varying on each page.
    We tried fixing this by counting lines but this didn't help.
    Cant we fix the table height so that it runs throughout the page irrespective of the number of lines it contains and gets attached to the footer information at the Bottom of the page.
    Urgent help required.
    Thanks in advance.

    My suggestion would be to figure out the maximum number of lines the layout can handle and fix that number. Then modify the program that generates the XML output to create that many lines i.e. if the max number is 50 and your PO contains 2 lines, create 48 additional dummy blank lines so that the layout is always satisfied. For overflows, i.e PO contains 52 lines, make sure the program handles it.
    Just my suggestion. I've used it for AP checks, where the layout is stub over check and it works great.

  • Table Height Missing in DW CS3?

    I just upgraded from DW8 to CS3. The Properties panel is
    missing the table height fields. I see width, but where height is
    supposed to be is blank...
    I tried searching for "table" in help and couldn't find an
    answer. Any help would be greatly appreciated!
    Thanks
    Jose

    In response to the web community at large, each new version
    of DW is moving
    more and more in the direction of producing so-called valid
    code and
    formatting pages exclusively via CSS.
    "height" has never been a valid attribute of the HTML
    <table> tag, even
    though some browsers have honoured it, so it has finally been
    removed from
    the DW interface.
    http://www.w3.org/TR/html401/struct/tables.html#h-11.2.1
    See
    http://www.apptools.com/examples/tableheight.php
    Also, FYI, here's an example of formatting a table-based
    layout with CSS:
    http://www.projectseven.com/tutorials/css/css_td/index.htm
    In any case, it's good practice on the web to allow your
    tables to collapse
    to suit their content.
    Regards
    John Waller

  • I created new table in database and want to bind with system form

    Hi All,
    1) i created new table in database and want to bind with system form .
    2) How i bind this field to system form sale order where i added new folder tab in that i added some fields that fields i want to bind with database. when i click on the next ,previous ,first and last button
    bind value should change.
    Awaiting soon reply
    Rajkumar G.

    hi,
    try this
    Public Sub BindDataToForm()
            Dim oItem As SAPbouiCOM.Item
            Dim oEdit As SAPbouiCOM.EditText
            Dim oComboBox As SAPbouiCOM.ComboBox
            '// getting the matrix column by the UID
            'oItem = oForm.Items.Item("docname")
            'oComboBox = oItem.Specific
            'oComboBox.DataBind.SetBound(True, "OSRI", "BaseType")
            'oItem = oForm.Items.Item("docno")
            'oEdit = oItem.Specific
            'oEdit.DataBind.SetBound(True, "OSRI", "BaseEntry")
            oColumn = oColumns.Item("Code")
            'oColumn.DataBind.SetBound(True, "", "DSCardCode")
            oColumn.DataBind.SetBound(True, "OSRI", "ItemCode")
            oColumn = oColumns.Item("Serial")
            oColumn.DataBind.SetBound(True, "OSRI", "IntrSerial")
            Try
                oColumn = oColumns.Item("Inspection")
                oColumn.DataBind.SetBound(True, "OSRI", "U_Inspection")
            Catch ex As Exception
                MessageBox.Show(ex.Message)
            End Try
            oColumn = oColumns.Item("Quality")
            oColumn.DataBind.SetBound(True, "OSRI", "U_Quality")
            oColumn = oColumns.Item("Status")
            oColumn.DataBind.SetBound(True, "OSRI", "U_Status")
            oColumn = oColumns.Item("Finish")
            oColumn.DataBind.SetBound(True, "OSRI", "U_Finish")
            oColumn = oColumns.Item("Thickness")
            oColumn.DataBind.SetBound(True, "OSRI", "U_Thickness")
            oColumn = oColumns.Item("uom")
            oColumn.DataBind.SetBound(True, "OSRI", "U_NetUOM")
            oColumn = oColumns.Item("length")
            oColumn.DataBind.SetBound(True, "OSRI", "U_Length")
            oColumn = oColumns.Item("height")
            oColumn.DataBind.SetBound(True, "OSRI", "U_Height")
            oColumn = oColumns.Item("sqf")
            oColumn.DataBind.SetBound(True, "OSRI", "U_sqf")
            oColumn = oColumns.Item("sqm")
            oColumn.DataBind.SetBound(True, "OSRI", "U_sqm")
        End Sub

  • Html table vertical stretching

    Hi,
    I'm getting weird output when report is generated in HTML. I've added a table via insert table wizard, and I have added four different groupings, first two are above, and last two are left. When my report has more than 500 rows some cells are getting vertically stretched in terms of 30 pages (empty pages). When generating report in pdf everything is okay, this only happens when using html and group left option in combination with more than 500 rows. I've tried with 5 different reports and I always get the same output when using HTML, is this a bug?
    I'm using Bi Publisher 10.1.3.4.1 build 130,
    please help,
    thanks in advance Tomislav.

    You can easily replicate my problem, here's what I've done:
    3 Reports:
    1. Test report with just one group: Insert Table Wizard.... Group by: City (above) -> everything works as expected
    2. Test report with just one group: Insert Table Wizard.... Group by: City (left) -> everything works as expected
    3. Test report with two groups: Insert Table Wizard.... Group by: Country (above), Group by City (left) -> table is getting vertically stretched and cannot be used
    In my case the query is returning 1063 rows, so I don't know if that could be the reason of this problem.

  • How to stretch and shrink with browser resize

    Is there a simple way to force stretch and shrink all
    components and text as the browser window resizes? I tried 100%
    width and height in the application tag but that only resizes the
    main container. I want to also resize eveything inside the main
    container and all the subcontainers including all text and all
    graphic objects. With SVG this was simple. I also tried the
    "Resize" effect but again that just resized the container and not
    the elements inside the container. Any suggestions would be greatly
    appreciated. Thanks.

    Each child container is based on it's parent container. So if
    you set a child height and width to 100%, it will stick to the
    height and width constraints of the parent container. In other
    words, you have to set the constraints from the top most parent
    container, down to the bottom container and components. See this
    slight modification of your example below. Setting both panels to
    height/width = 100%, both panels resize accordingly as the window
    is resized.
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="onResize();" resize="onResize();">
    <mx:Script>
    <![CDATA[
    [Bindable] public var thisWidth:Number;
    private function onResize():void{
    thisWidth = this.width;
    if (this.width >= 1020){
    pnl1.setStyle("fontSize", 10);
    if (this.width < 1020 && this.width >= 500){
    pnl1.setStyle("fontSize", 8);
    if (this.width < 500){
    pnl1.setStyle("fontSize", 5);
    ]]>
    </mx:Script>
    <mx:Panel title="Panel 1" width="100%" height="100%"
    id="pnl1" fontSize="10">
    <mx:Panel title="Panel 2" width="100%" height="100%">
    <mx:Canvas width="100%" height="100%">
    <mx:Button label="Submit" horizontalCenter="0"
    verticalCenter="0"/>
    <mx:Label text="{thisWidth}" right="10" bottom="10"/>
    </mx:Canvas>
    </mx:Panel>
    </mx:Panel>
    </mx:Application>
    Changing the font size is not as easy. All I can think of is
    setting the font size based on the current size of the window, as
    in my example above.

  • DW 8 - Table Height 100%

    What's the secret to get it to work?
    I have a table at the top of my site that contains a masthead
    graphic, below that - I have another table that I want to extend
    all the way down 100%. I have that table height set to 100% as I
    did when I had DW mx, but for some reason - it doesn't work now.
    I'm viewing the site on IE 7 and Firefox.
    Thanks

    Table height is not deprecated. It was never a part of the
    HMTL specs.
    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
    ==================
    ": Nadia : ** Adobe Community Expert **"
    <[email protected]> wrote in message
    news:[email protected]...
    > That's because DWMX didn't use a valid doctype, so that
    it rendered pages
    > on non compatible browsers in quirks mode. Table height
    is not valid,
    > it's deprecated, but it can be made to work with a
    correct doc type... see
    > if this helps:
    >
    >
    http://apptools.com/examples/tableheight.php
    >
    > --
    > Nadia
    > Adobe® Community Expert : Dreamweaver
    > ----------------------------------------
    > CSS Templates |Tutorials |SEO Articles
    >
    http://www.DreamweaverResources.com
    > ~ Customisation Service Available ~
    >
    http://www.csstemplates.com.au
    > ----------------------------------------------------
    > Spry Widget Examples
    >
    http://www.dreamweaverresources.com/spry-widgets/
    > ----------------------------------------------------
    > ~ Forum Posting Guidelines ~
    >
    http://www.adobe.com/support/forums/guidelines.html
    > CSS Tutorials for Dreamweaver:
    >
    http://www.adobe.com/devnet/dreamweaver/css.html
    >
    >
    >
    >
    >
    > "darone75" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> What's the secret to get it to work?
    >>
    >> I have a table at the top of my site that contains a
    masthead graphic,
    >> below
    >> that - I have another table that I want to extend
    all the way down 100%.
    >> I have
    >> that table height set to 100% as I did when I had DW
    mx, but for some
    >> reason -
    >> it doesn't work now. I'm viewing the site on IE 7
    and Firefox.
    >>
    >> Thanks
    >>
    >
    >

  • Table heights inconsistent - Please help!

    I'm not at all savvy with web programming. I have lots of
    experience creating HTML e-mails in DreamWeaver but this is the
    first complete site I've designed and built using DW8.
    http://www.10speedstudio.com/testsite
    I'm almost done except I cannot figure out why two of the
    pages, "contact" and "creative brief", are taller than the other
    pages.
    http://www.10speedstudio.com/testsite/about_brief.html
    http://www.10speedstudio.com/testsite/about_contact.html
    Everything checks out in DW layout mode; every container
    table adds up to 561 pixels high. However, when I look at these two
    pages live (or in browser preview) they are not only taller than
    the portfolio pages, they're off by different amounts.
    I thought perhaps I had added top/bottom margins in CSS that
    weren't showing in DW layout mode but my brief moment of
    inspiration was proven to be incorrect.
    I'd appreciate your input as to what I can do to fix this.
    Thanks in advance!

    Yeah - it's not really good news.
    Layout Mode makes such a godawful mess on your pages it's
    very hard to just
    offer a concise solution that doesn't involve the words
    "start over". For
    example, read this page -
    http://apptools.com/rants/spans.php
    Then look at the code on your page, and count how many
    instances of
    'colspan' and 'rowspan' you see. My quick look came in at
    more than 10.
    Let me just say that your DESIGN for the pages is very
    pleasant. It's clear
    that you do this well.
    And looking at your code, there is ANOTHER huge problem with
    this page - you
    have not used DW's templates properly. I can see that what
    you have done is
    to open a template page, insert unique content for this page,
    and then
    resave the page with an *.html extension. That's just not
    going to work.
    How do I know this? Look here -
    <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>10 speed | contact</title>
    This is from the Contact page - note the "Template" in the
    comment above the
    title tag?
    The same thing is true on the other page -
    <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>10 speed | creative brief</title>
    I really don't know what to suggest to you other than to
    either take the
    time to learn the tool, or hire a developer to work with you
    on these
    projects.
    For what it's worth, I removed the HEIGHT="209" from one of
    the table cells
    at the bottom of the table, and you can see the result here -
    http://murraytestsite.com/10speed-contact.htm
    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
    ==================
    "tenspeedsf" <[email protected]> wrote in
    message
    news:[email protected]...
    >>> Everything checks out in DW layout mode
    >
    > >There's problem #1 - using layout mode to build your
    pages.
    >
    > >> every container table adds up to 561 pixels
    high.
    >
    > >There's problem #2 - using table heights (invalid
    HTML).
    >
    > >> I'm not at all savvy with web programming.
    >
    > >There's problem #3 - and the root of the other two
    problems.
    >
    > Ouch.
    >
    > Frankly, I'm not that interested in learning web
    programming. I'd rather
    > leave
    > that stuff to the folks that enjoy it and spend more of
    my own time doing
    > print
    > design work. Thanks for pointing out everything I don't
    know. Would you
    > mind
    > offering some solutions?
    >
    > I removed the offending heights from my code and, as you
    predicted, it
    > threw
    > my lay-out out of whack.
    >
    > Aside from spending a big chunk of time I don't have
    learning CSS box
    > model
    > for lay-out (and growing gray in the process) what would
    you suggest?
    > Should I
    > use another table-based mode other than Layout Mode? Or
    a WYSIWYG
    > application
    > other than DW? I mean, if it were any good would it
    allow me to use Layout
    > Mode
    > in the first place?
    >
    > I would like to fix this issue and launch my site as
    quickly as possible
    > so
    > that I may go back to my billable work. If you can help
    me out, I'd
    > appreciate
    > it.
    >

Maybe you are looking for

  • Mac OS Extended or Mac OS Extended Journaled?

    HI, I have three external La Cie Hard Drives connected to my Mac (along with my original start-up disk) and have had several problems with one of them, which I'm about to erase and re format. I've noticed I have the other two formatted as Mac OS Exte

  • Question About "Manually Manage Music and Videos"

    Hi! I have a podcast stuck on my iPod. It is not deleted from a Playlist upon syncing, even though I've deleted it from the Playlist in iTunes. It still shows up in the "On My Device" representation of the Playlist, and of course, on the iPod itself.

  • G4 Sawtooth No video!

    So last year, we bought a Sawtooth for my teacher's Mother, it is a 400MHZ (i'm pretty sure, with like 320? MB of RAM) anyway, it worked great, and we left it over the summer, and he said he would give it to her, anyway, my brothers laptop (ibook g4)

  • Bi Content Transformation's

    Hi Friends,              I've taken Bi content objects DataSource: 0FI_AR_4 ODS: 0FIAR_O03 CUBE: 0FIAR_C03                        I've just installed and replicated and then started instaling respective BI Content cube (ofiar_c03) by setting grouping

  • Iphone 5 bluetooth is not working with my macbook

    can somebody help me? my iphone 5 is not working when i try to use it with my mackbook.