Contribute doesn't let us remove table HEIGHT value that IT PUT IN

IE displays tables incorrectly when a "Height" value is set
on a <table> tag, also this markup doesn't validate. So I
need to give instructions to Contribute users I support for how to
remove the table height values from the pages they created with
Contribute... only CONTRIBUTE doesn't provide a way to do this!!!
Try this:
1. create a new document in Contribute with only one table
with three rows and three columns and populate it with text
table width: 600
border: 1
cellpadding & cellspacing: 0
first col: 300 px
second col: 150 px
third col: 150 px
2. Publish and view source code: no height tags.
3. Open the document again for Editing in Contribute.
Select the entire table (click inside the table, then Table
> Select Table), then drag the lower edge to make it taller.
This adds a heights value to the <table> tag. Confirm
this by publishing and viewing source.
4. Now TRY to remove that height value in Contribute. It is
impossible.
This doesn't work:
Table > Select Table, Table > Table Cell Properties...
, click "Row and Column" tab, click "Fit to Contents" radio button.
This also doesn't work:
Selecting the table and dragging it smaller.
Maybe I am overlooking something?

Hi Ibarim,
verticalAlignment will not work for VBox when you have two or more children and which are direct children. When you have only one direct children for VBox then it will work. Normally we use verticalAlignment="middle" for HBox and not VBox. Since VBox lays out its children vertically this property won't work when you have more than 1 children.
You can try this
<mx:VBox id="vb1" width="400" height="100%" verticalAlign="middle">
<mx:VBox id="vb2" width="200" height="50%">
</mx:VBox>
</mx:VBox>
<mx:VBox id="vb1" width="400" height="100%" verticalAlign="middle">
     <mx:CheckBox id="chk" label="My CheckBox"/>
</mx:VBox>
The above two combinations work correctly as you have only one immediate children....But if you see the below case...
<mx:VBox id="vb1" width="400" height="100%" verticalAlign="middle">
     <mx:VBox id="vb2" width="200" height="50%" backgroundColor="yellow" verticalAlign="middle">
          <mx:CheckBox label="Check Box"/>
         <mx:VBox id="vb3" width="200" height="50%" backgroundColor="blue">
          </mx:VBox>
     </mx:VBox>
</mx:VBox>
Now in the above case you can see that VBox vb2 is vertically aligned middle in the VBox vb1 as vb2 is the only one direct child of VBox vb1. Whereas now in the VBox vb2 Check Box and VBox vb3 are not vertically aligned in the VBOx vb2 as because now VBox vb2 contains two children.
Hope this is clear and make you understand the problem.
Thanks,
Bhasker

Similar Messages

  • Inserting in the UUT_Results table a value that we read from our data base from a local variable

    We would like to include in the UUT_Results table a value that we read from our data base into a local variable during the execution of our sequence file. We found that by modifying the configure database options we were able to add a column for this variable, but the local variable was not available to be placed into an expression for that column from the local variables or parameters. Is it possible to do this, and if so, how? Station Globals were available to be included in the expression, however the sequence file may be executed on more than one system which makes the Global unavailable on systems other than the one where the sequence file originated.

    You can use the TestStand API to programmatically create global variables at runtime, thus ensuring their existence. For example, you could call Engine.Globals.SetValString("GlobalStringVariableName", PropOption_InsertIfMissing, "variable value")
    Of course, if you need to test multiple UUTs in parallel, a single global is not sufficient. In that case you might consider adding the field you need to the UUT datatype in the process model. You could then access the field in your sequence via RunState.Root.Locals.UUT.YourNewField = YourNewValue.
    If you also want your sequence to run without using a process model, you must check for the existence of the UUT before accessing it. You could use the expression function: PropertyExists("RunState.Root.Locals.UUT.YourNewFi
    eld")

  • ITunes keeps encrypting my backups and doesn't let me remove the encryption

    I have done some research on this topic but none of the issues are specifically related to mine.
    I just want to remove the encryption password that keeps being put on my backups. I know what the password is but I am unable to remove it. There is a box in iTunes that says 'Encrypt Ipad Backup' with a checkmark but it is greyed out so I am unable to remove it. I am however aloud to change my password. I cannot do a full restore of my device or anything because I must keep the files on it for school.
    I just want to make it so that my backups in the future are not encrypted.
    Thanks.

    Try this:
    With Safari open type command + option + E - all three keys together.
    Next go to Safari in the menu bar, and select Reset Safari,

  • 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.

  • How can I edit excel with my iPad?  Doesn't let me see pivot tables or drill downs...

    How can I edit excel with my iPad?  Doesn't let me see pivot tables or drill downs...

    Read https://discussions.apple.com/thread/4956673?start=0&tstart=0
    Allan

  • 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.
    >

  • N00b question - Setting Table Heights

    I have a table inside a layer, i want to set that table to
    have lets say 10 columns and i want the entire table height to be
    100 px.
    What happens is that the table doesn't change its size, what
    happens is that the table is larger then the div itself in the
    page.
    So how do i change it and limit the table height as I wish?

    Shrinking a container will not force the contents to also
    shrink. A table's
    height is determined by its contents, no matter what the
    height of the
    table's container is.
    Just for the record, table height is invalid HTML (always has
    been), and
    will be ignored by modern browsers on pages that have valid
    and complete
    doctypes.
    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
    ==================
    "AirParker" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    http://38.113.149.34/Untitled-2.html
    >
    > notice the left table, its inside a layer, if i set the
    layer height to
    > auto
    > the table is expending the layer like it should in
    perfect size, but, when
    > i
    > try to make the layer smaller so the table will get
    small too u can see
    > the
    > result in the link above.
    > I've tried to set it by giving the table an height too
    like that:
    >
    > <table width="225" height="250" align="center"
    > class="teams_fixture_table" >
    >
    > Didnt really do much, guess its not supporting that
    option in a table...
    >
    > as u can see its easy to make the table bigger, then the
    layer is
    > expending as
    > well, but how do i make the table smaller, without
    removing columns?
    >
    >
    >
    >
    > Originally posted by: Newsgroup User
    > perhaps an url would render other suggestions?
    >
    >
    > "AirParker" <[email protected]> wrote
    in message
    > news:[email protected]...
    > >I have a table inside a layer, i want to set that
    table to have lets say
    > >10
    > > columns and i want the entire table height to be
    100 px.
    > > What happens is that the table doesn't change its
    size, what happens is
    > > that
    > > the table is larger then the div itself in the
    page.
    > >
    > > So how do i change it and limit the table height as
    I wish?
    > >
    > >
    > >
    >
    >
    >
    >
    >
    >

  • I bought an iTunes gift card, reedemed it, and when i try to buy a game it doesn't let me use my credits, but instead I have to buy it using my Visa card?

    I bought an iTunes gift card, reedemed it, and when i try to buy a game it doesn't let me use my credits, but instead I have to buy it using my Visa card?

    What exactly do you see when trying to buy a game, what messages do you get on-screen ?
    If it's an account that you've just created then unless the instructions on this page are followed when creating an account : Create an iTunes Store, App Store, or iBooks Store account without a credit card or other payment method
    then credit card details will need to be entered before the account can be used to download any item from the store. You should be able to remove the card after entering its details.
    If you are getting a prompt to review the account then you could see if this post by mountaingoatgirl lets you do so without needing to enter credit card details : https://discussions.apple.com/message/24303054#24303054

  • 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

  • Interface Builder doesn't let me forward events to QC compositions???

    The problem is:
    Since this morning IB doesn't let me make standalone QC compositions with mouse input. The "forward all events" check box doesn't do anything:/. Its strange, everything was working just fine yesterday. I tried reinstalling developer tools, reseting IBs preferences and nothing helped. What's even stranger is that if i open the MouseTracking.nib from the QC examples folder and simulate, the mouse works fine. but if i uncheck and check "forward all events" then simulate again the mouse doesn't work anymore.
    I don't get it:(.

    Hi Yusuf,
    first u have to get the PRODH from MARA for a give table then  u have to get the text of PRODH frm T179T.
    sample logic :
    SELECT MARA~MATNR
           MARA~PRDHA
           FROM MARA
           INTO CORRESPONDING FIELDS OF TABLE I_MARA
           WHERE MARA~MATNR IN S_MATNR1.
    SELECT PRODH
           VTEXT
           INTO CORRESPONDING FIELDS OF TABLE I_VTEXT
           FROM T179T
           FOR ALL ENTRIES IN I_MARA
           WHERE PRODH =  I_MARA-PRDHA.
    dont use Nested Select Stmts.
    Regards
    Prabhu

  • 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 update my app. I can't tap in my Apple ID doesn't let me only password

    I am trying to update my app after I updated latest update of X Yosemite and now I am not able to update anything as when I want to tap in Apple ID it doesn't let me only password I can see the example apple ID but I can't write over it or not event to tap on it. Why is that or how can I fix it. I tried to resent my password but I did it 2 times and still no progress. Thanks

    Each application has the Apple ID used to download it stored inside it. This can’t be removed without deleting and redownloading it.
    (123829)

  • 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
    >>
    >
    >

  • Setting table height to fill browser window

    I am trying to create a table that fills the browser window
    it is in. See
    http://www.hopkinsandporter.com/about/careers.shtml
    for an example. I applied a height of 100% to the table. Doesn't
    work. I also used CSS to create a style
    .table {height: 100%}
    but this doesn't work either. Any suggestions?
    Tom

    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.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
    ==================
    "TSemmes" <[email protected]> wrote in
    message
    news:e4vpep$76h$[email protected]..
    >I am trying to create a table that fills the browser
    window it is in. See
    ><a
    > target=_blank class=ftalternatingbarlinklarge
    > href="
    http://www.hopkinsandporter.com/about/careers.shtml">http://www.hopkinsand
    > porter.com/about/careers.shtml</a> for an example.
    I applied a height of
    > 100%
    > to the table. Doesn't work. I also used CSS to create a
    style
    > .table {height: 100%}
    > but this doesn't work either. Any suggestions?
    >
    > Tom
    >

Maybe you are looking for