Resizing the height on tables

I have created a table on my page, I have not put anything in my table, however I am not able to resize my table, what could be the problem?  I have gone to the properties and tried to manually put in the height, and width, and I also changed the height and width in code view, but it doesn't change the size of the table.
I also changed the font to be ex-small, however the table size does not change.  Can anyone help me.

I am trying to resize table that has the verbiage Plan Complaints Training.  I click on the table and the arrows show up as though I can adjust the height and the width, but the size of the table does not move.
I usually insert the table above the table labeled bottom.  I click on insert/table, to insert a table.
The header that I was referring to, is the blue background image at the top of the page that has CMS in the right hand corner.  That is the file name that one of the developers gave this file.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Essential Job Training</title>
<link href="ejt_style.css" rel="stylesheet" type="text/css" media="screen">
<script language="javascript">
function createWindow(cUrl,cName,cFeatures) {
var xWin = window.open(cUrl,cName,cFeatures)
</script>
</head>
<body>
<table border="0" align="center" id="container">
    <tr>
        <td valign="top" id="tabtop"><div class="title"><strong>Plan Complaints Training</strong></div>
      <div class="subtitle">Verifying Current Plan Information</div></td>
    </tr>
    <tr>
        <td height="447" valign="top" id="middle">
    <p>On the <em>MA-PDP </em>view, scroll down and type the PBP number, contract number,  plan name, and LIS information (if applicable), into the dashboard. You will use  this information when completing the PDP Referral form.</p>
    <p> </p>
    <div align="center"><img src="images/Contract Information.jpg" width="470" height="242"></div>
<table width="650" border="0" align="center">
      <tr>
        <td width="76"><div align="center"><img src="img/ex_small.jpg" alt="exclamation point" width="72" height="73"></div></td>
        <td class="important">You must find the  contract information  before accessing the <em>Plan Complaints </em> script and PDP Referral form. You will not be able to toggle back  and forth once you start the complaint process.</td>
  </tr>
    </table>   </td>
  </tr>
    <tr>
        <td align="right" valign="middle"><table width="680" border="0" cellpadding="0" id="buttons">
                <tr>
                    <td width="150" align="left" valign="bottom" id="pgnum">Page 23</td>
                    <td align="right"><a href="20.html"><img src="img/back.gif" alt="Back" width="47" height="48" border="0"></a><a href="22a.html"><img src="img/next.gif" alt="Next" width="48" height="48" border="0"></a><a href="index.html"><img src="img/home.gif" alt="Home" width="32" height="34" border="0"></a><img src="img/site_map.gif" alt="EJT Site Map" width="32" height="34" border="0"><a href="javascript:createWindow('popup_help.html','window2','width=800,height=600,status,location,resizable')"><img src="img/help.gif" alt="Help" width="31" height="34" border="0"></a>
                  <input type="image" src="img/exit.gif" onClick="self.close()"></td>
          </tr>
            </table></td>
    </tr>
</table>
</body>
</html>

Similar Messages

  • Resize the height of a row in a JTable?????????

    hi there
    how can i custmize the height of rows in a table? thank you.

    Hi yes u have to set the contents seperately.
    try like this it is working for me.
    class MyCellRenderer extends DefaultTableCellRenderer
    public Component getTableCellRendererComponent(JTable table,
    Object value, boolean isSelected, boolean hasFocus, int row,
    int column)
    Component comp = super.getTableCellRendererComponent(table, value, false,false, row, column);
    // System.out.println("row "+row+" col "+ column);
    if(row==some row)
    setFont(XXXX);
    return comp;
    }

  • Automatically resize the height

    Hi!
    I am trying to bild an application where I have a list of
    items aligned vertically (Like a 1-column TileList or List).
    The problem is: I am using 2 states in my custom ItemRenderer
    to expand the information, whcih also expands the height.
    But when I do that with a TileList or List the height of the
    row is not expanded correspondingly. Thats why right now I am using
    a mx:Grid or a mx:Panel. Here it is no problem, the following items
    simply get moved down or up when I open or close items.
    But I have 2 problems now: How can I get alternating
    background colors? How can I select one item completly like in a
    TileList, List or Datagrid.
    I also played with the datagrid but here it is the same. The
    row height does not adopt dynamically to the chaning content. How
    can I achieve that?
    Or would an mx:Tree be the better solution? How can I use
    custom itemrenderers with trees? I only need 2 levels (1: TITEL,
    2:CUSTOM RENDERER).

    Hi.
    I found out something: There is no "real" limitation. But if
    the content has not set any height it is set to something around
    250px.
    I also ussed your code for testing and simply increased the
    number of items in the list so that it can not fit in any more (
    http://weblogs.macromedia.com/pent/archives/2006/04/a_list_itemrend.cfm).
    There I have the same behaviour.
    But if I set the height of the List containing the car models
    manually, e.g. to 400 the main List row has the right size.
    So all I need now is to know how I can set the height of the
    list containing yoru car models to the "perfect" height to match
    ALL the content. Then the main row should adapt correctly...

  • How can i control the height of an af:table

    I want to make something like this:
    <af:table maxrows='10'/>
    If my table have 3 rows the height of table is 50px for example, if the size exceed 10 rows, a scrollbar is add automatically.
    How can i make this using Adf Faces ?
    Obs.: The parameter maxRows is supported for many others frameworks, in ADF I don't find anything like this.
    Thanks.
    Victor Jabur

    Set autoHeightRows="20" for <af:table.
    Regards,
    Kiran Konjeti

  • The height of mx:RichTextEditor in VDividedBox cannot be reduced to less than 200.

    I'm using <mx:VDividedBox >, in which there are a mx:RichTextEditor and mx:Image, as in the code below.
    When I dragged the divider of the VDividedBox to resize the heights of the Image and RichTextEditor, I found that the height of the
    RichTextEditor cannot be reduced to less than 200. Is this a bug?
    I replaced RichTextEditor with TextArea, then divider of VDividedBox works fine. I use Flash Builder 4.5. Please try the following code, and
    post you result here. Let's help Adobe to make Flex better.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
          xmlns:s="library://ns.adobe.com/flex/spark"
          xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
    <fx:Script><![CDATA[
      import mx.controls.Alert;
      [Bindable] public var imageSrc:String = "http://cseligman.com/text/sky/perigeeapogee.jpg";
      private function showHeight():void {
       Alert.show(this.rte.height.toString());
    ]]></fx:Script>
      <mx:VDividedBox width="100%" height="100%" >
       <mx:Image id="image_edit" source="{this.imageSrc}" scaleContent="true"
           horizontalAlign="center" verticalAlign="bottom" width="100%" height="100%"
           />
       <mx:RichTextEditor id="rte"
           width="100%"
           text="The Moon.... Click me to show my height." click="showHeight()"/>
      </mx:VDividedBox>
    </s:Application>

    try setting minHeight of the RTE to 0

  • How to resize the menu,address and bookmark toolbars. Not the font but the toolbar sizes

    I'm trying to reduce the overall space of the top of the firefox page.
    I have the menu and the the bookmarks tool bars checked and between those 2 and the address and site header it takes up way to much real estate.
    My font size is good but the wasted area is way to much and I can't seem to find the simple answer to looking for addons and themes to just resize the height of the space.
    This is the new 33.1 and up to this point all custom has been a breeze.
    Thanks much.

    Hello,
    Have you considered running Firefox in [[How to make Firefox and websites go full screen|Full Screen mode]]? There is also an extension that hides the toolbars until you hover your mouse over the top of the screen:
    * https://addons.mozilla.org/en-US/firefox/addon/fullscreen-toolbar-hover/
    You can change the size of your toolbars by using the userChrome.css file, or by installing [https://addons.mozilla.org/en-US/firefox/addon/stylish/ Stylish] and using one of these styles:
    * https://userstyles.org/styles/9349/navigation-location-bar-minimal-height
    * https://userstyles.org/styles/9350/menu-and-searchbar-minimal-height-dm
    * You can edit the code of the style to suit your needs better. I don't know how it will affect the current interface, so if you find that Firefox becomes unusable after using this style, load Firefox in [[Troubleshoot Firefox issues using Safe Mode|Safe Mode]] and uninstall Stylish to remove it
    ** Alternatively, if the address bar still works, type in '''about:addons''' in your address bar, and go to the User Styles tab, then disable/remove the style
    For more information on userChrome.css:
    * http://kb.mozillazine.org/index.php?title=UserChrome.css

  • Row height in tables

    Hello,
    I want to set the height of tables rows but I couldn't find the function or the right way to do it.
    The table is in Column mode.
    The row size mode is set to Use Explicit Size
    First I remove all rows and columns and then the following code:
    InsertTableColumns (SA_ScatPosPanel, P_MULT_ROT_Z_TABLE, 1, NbX_Points, VAL_USE_MASTER_CELL_TYPE);   
    ColWidth = PlotAreaWidth / NbX_Points;  
    SetTableColumnAttribute (SA_ScatPosPanel, P_MULT_ROT_Z_TABLE, -1, ATTR_COLUMN_WIDTH, ColWidth);  
    InsertTableRows (SA_ScatPosPanel, P_MULT_ROT_Z_TABLE, 1, NbY_Points, VAL_USE_MASTER_CELL_TYPE);
    What should I add for setting also the row heights?
    Thank you
    Solved!
    Go to Solution.

    I finally found the solution.
    I did a mistake, by setting Size Mode to Use Explicit Size in the first row in the uir I thought it was the default value for all rows.
    I think the documentation is not completely correct because it says that SetTableRowAttribute has no effect on existing cells but for the row height it has. That's the reason why I was looking to find a solution with SetTableCellRangeAttribute () as recommended.
    I also tried with SetTableRowAttribute but because Size Mode was not correct it didn't work.
    With this code it works:
    for (i=1; i<=NbY_Points; i++)  
    InsertTableRows (SA_ScatPosPanel, P_MULT_ROT_Z_TABLE, i, 1, VAL_USE_MASTER_CELL_TYPE);  
    SetTableRowAttribute (SA_ScatPosPanel, P_MULT_ROT_Z_TABLE, i, ATTR_SIZE_MODE, VAL_USE_EXPLICIT_SIZE);  
    SetTableRowAttribute (SA_ScatPosPanel, P_MULT_ROT_Z_TABLE, i, ATTR_ROW_HEIGHT, RowHeight);  

  • Can you change the height of a numeric indicator in LabVIEW 2010?

    It seems like you could have done this is LV 7.1 as referenced by this article:
    http://digital.ni.com/public.nsf/allkb/AFCA584E0A7​0774586256E970052AFC3
    However, I also found that in 8.5 you apparently cannot resize the height of the indicator/control... as they may have gotten rid of the numeric text property node.
    Any ideas if this is possible?  Thanks.
    Erik
    Solved!
    Go to Solution.

    Here's the reference to the 8.5 manual...
    http://zone.ni.com/reference/en-XX/help/371361D-01​/lvpage/18properties/

  • How to resize at runtime only the height of a flash animation

    Hi all,
    I try to explain my problem by example:
    I have set a stage to this size: 1200x330 px.
    All graphics in this animation area greater than the stage, so I could extend the stage size to 1200 x 450 px.
    So, my miz size for the movie is 1200x330 px and max size is 1200x450 px.
    Is there a way to show the movie at minimum size or maximum size based on the browser window heigt?
    Please note that the movie is put iside a table in my html file.
    I would like to obtain something similar to this: http://www.audi.it
    If you resize the browser window the flash movie (and only the flash movie) will be shown in different ways.
    If the browser window is higher enough the whole flash movie is shown.
    If the browser window is not higher enough, the top and the bottom of the movie will be cut.
    Of course there is a trick that cuts the movie only to a specified minimum size.
    I need something similar.
    How can I do this with Flash 8?
    TIA for any help.
    tony

    karthic_vkn wrote:
    Changing stage height is not possible on runtime, but you can do this on different way. For example, your stage height 500x500 it means you can see the object or animation within the stage height. But in runtime you’re trying to animate or expending a text box to exceed the stage height. Then go to publish setting and change the 'Dimension' property value to 'Percent', Now run it on browser, you can able to see the full animation or full text box if browser has enough of space.
    Hi Karthic, thanks for your reply.
    Your solution should work when you have a movie that is alone in the page.
    What about a movie that is inside a table cell?
    I have a 3 rows table and the animation is in the middle cell.
    Here,  is the cell that should resize automatically. Is it right?
    Anywhay I would like to change only the height of the movie, without modifying the witdh.
    Can't think of a solution to this.
    Thanks again, anyway
    tony

  • Fixing the height of the maon area of a table in the main window in smartfo

    hi all,
    I have a requirement where I need to fix the height of the main area of a table in the main window in a smartform.

    Hi,
    If you need to fix the height of the main area of a table on a page.
    Then use a loop node to loop the table with 1 to 6 rows and under the loop node make us of a template for displaying the fixed no of rows.
    Regards,
    Ram

  • How to fix the table column header and resize the width of a table column?

    Hi all,
    I have the following two requirements,
    1) I need to wrap the table column header into two rows. I mean the header must be displayed in two rows.
    2) I need to to able to resize the width of the column. i.e The user should be able to drag the column width according to his requirement.
    Is this possible. Any help would be appreciated!
    Regards
    Kishan

    Hi Kishan,
    Refer to these links.They may ne useful for you.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80d81237-b780-2a10-d398-cc33af6bd75c
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ded11778-0801-0010-258f-ac3b9408a194
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30291df2-b980-2a10-0884-839c4f7f147e
    Regards,
    Sumangala

  • How to resize the columns of a table?

    Hi there!
    I want to resize the column of a JTable(constructed via AbstractTableModel) to
    fit the exact width of the word in the header?
    Can anyone tell me how to do this thing?
    Regards,

    import java.awt.*;
    import javax.swing.table.*;
    public class ColumnResizeDemo extends javax.swing.JFrame {
        public ColumnResizeDemo() {
            initComponents();
            TableColumn column = null;
            for (int i = 0; i < jTable1.getColumnModel().getColumnCount(); i++) {
                column = jTable1.getColumnModel().getColumn(i);
                String hv = column.getHeaderValue().toString();
                JTableHeader th = jTable1.getTableHeader();
                FontMetrics fm = th.getFontMetrics(th.getFont());
                column.setPreferredWidth(fm.stringWidth(hv)+5);
        private void initComponents() {
            jLabel1 = new javax.swing.JLabel();
            jScrollPane1 = new javax.swing.JScrollPane();
            jTable1 = new javax.swing.JTable();
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            setTitle("Column Resize Demo");
            jLabel1.setText("Sets column width to fit exactly the corresponding header value");
            getContentPane().add(jLabel1, java.awt.BorderLayout.NORTH);
            jTable1.setModel(new javax.swing.table.DefaultTableModel(
                    new Object [][] {
                        {null, null, null, null},
                        {null, null, null, null},
                        {null, null, null, null},
                        {null, null, null, null}
                    new String [] {
                "Title 1", "Title 0002", "Title 0000003", "Title 00000000000004"
            jTable1.setAutoResizeMode(javax.swing.JTable.AUTO_RESIZE_OFF);
            jScrollPane1.setViewportView(jTable1);
            getContentPane().add(jScrollPane1, java.awt.BorderLayout.CENTER);
            pack();
        public static void main(String args[]) {
            new ColumnResizeDemo().setVisible(true);
        private javax.swing.JLabel jLabel1;
        private javax.swing.JScrollPane jScrollPane1;
        private javax.swing.JTable jTable1;
    }

  • Fixing the row height in table

    Hi All,
    In my table column i am displaying address.  Address field is of type STRING_TABLE. (This is needed to display address in the format shown in the example below) As a result of this the row height changes depending on the length of the address.
    Hence all the rows in the table are of different heights.
    For Example i am displaying the output as shown below.
    39 Car Street,
    abcdefg,
    pincode
    india,
    ph no.
    Now is it possible set the height of the row so that all the rows in the table are of fixed height?
    Please help.
    Thanks in advance.

    closed

  • Is it possible to resize the row / column of a table at run time ?

    Hello All ,
    I want to make a table where the user have to put datas . But if some data exceeds the length of the column / row the user should have the ability to resize the column / row of the table just like we are able to do at the time of designing . Is it possible ??
    Thanks .
    Bibhu .

    Hi,
    If you select a cell in the table that cannot receive data, then the expand to fit will not be available.
    However if you select an object that is in the table (like a textfield) then the option of expand to fit should be available.
    Try experimenting with the options.
    Niall

  • To change the height of row of a table

    hi Experts,
    1) Can any one please help me to change the height of row of a table
    2) If i need to display data intable in such a way that data would be displayed in every alternate row, keeping one row empty.
    Points wil be rewarded to helpful answers,
    Regards,
    Sanjyoti.

    hi Jarrod, 
    i want to make a display iview where the data comes from a table, add image beside each data from the table,
    1) if i display data in table i am not able to add image beside each row.
    2)i have also tried using one form and one table displayed side by side where the table has data from data service and form has the images (static), but here again as the height of row can not be changed the image does not fit perfectly beside the rows.
    I have not worked in VC before, so dont know wat exactly cant be done,
    hope you will guide if you have any idea wat could be done
    I got the help given below but not able to understand the flow of what is done 
    First create a button to trigger an action (let's say the action is called "go").
    Drag a line and create a signal out set go as the event, name the signal out as "sig".
    Create 4 numeric fields in the signal out "num1",..,"num4".
    Map num1 <- 1
    Add a signal in to the model, name it "sig" and create 4 numeric field to it ("num1",..,"num4" as well).
    Drag a line from the signal in and choose a form from the context menu.
    4 recordsl will appear in the form. set them as visible and as spinner control.
    drag a line from the form's out port and add a signal out named "go".
    Map is as follows:
    num1 <= @num1+1
    num2 <= 1
    num3 <= if(@num2==1,1,0)
    num4 <= if@num3==1,1,0)
    Add a gaurd condition to the line @num1<4 and name the event "Next_Event"
    double click on num1 to open the properties popup.
    For num1 define a custom action named "Next_Event"
    For num2 define a custom action named "Pass1"
    For num3 define a system action move row - move next
    For num4 define a custom action named "pass2"
    drag a line from the form and add data store. Create 2 field in it "first" and "second"
    set the event to be pass1 and map the value you want from the table to "first".
    Create another line from the form to the data store with event pass 2 that maps value to second.
    Create a new form with 2 field which default vlaue is the value in the data store.
    Points would be awarded to helpful answers. 
    Regards,
    Sanjyoti.

Maybe you are looking for

  • Change in Invoice for condition amount.

    Hello Gurus, Actually I have a query where I want to make changes in the Invoice amount. I have maintain the contract and with respective of that contract I got due invoices of equal amount by the periodic billing. But now the case is that I want to

  • How does waveform graph downsamples the data before it is plotted

    Hi, I'm interested in how does waveform graph downsamples the data before it is plotted and what algorithm is used for this purpose? My goal is to plot 30 plots that have 1M samples each and I would like to downsample them before plotting onto a grap

  • Why do people love NAS?

    Usually people buy NAS for simplicity, flexibility, and support. Of course you can take a computer and connect a hard drive and share it out, and when you do that you've got a NAS too, so it comes down to doing whatever meets your requirements. It's

  • Adding document to a page

    Hi Experts, I am working with EP7.0 and we have configured a page to show in the tool. I want the manual to use the tool (a .pps file) to be accessible from the same page - read only. Which is the easiest way to do this? Is it possible to do it with

  • Need help with Grids on HFR

    Hi All, I have a question on which I need your help and suggestions. This is related to Grids on Hyperion Financial reports: Consider a grid as follows with the member selections as mentioned Actuals Budget @IDESCENDANTS(Account1) 30 60 @IDESCENDANTS