Table alignment problem

I have a table of format of CLIENT access licenses that I can't get alignment to work properly.  I have the attributes of the table defined and managed in the R/W rules file (shown below).  I have the code in the EDD to watch the TGROUP label align attribute and apply an initial table format suitable for the attribute (also shown below).  There are 3 conditions of test for the left/Center and right attribute values, then another on the off chance that the attribute is not specified.  The system always selects the condition ELSE regardless of the value of the align attribute.  I tried different case on the value of the attribute, and I tried different quotes on in ESD around the value of the attribute.  Nothing works.  It seems that it should be simple.  No idea what I am doing wrong?

Thanks for any help...

Jim

RULES OF R/W

/ * Rule Container table * /.
{"table" element
is part of fm;

/ * Table of the subrules * /.
the 'ttabstyle' attribute is fm properties table format;
attribute 'frame '.
{
to pronounce fm table property border;
the 'ALL' value is property of the fm in value;
the 'TOPBOT' value is fm upper and lower value property;
'TOP' value is property value top fm;
'BOTTOM' value is fm property value background;
value 'COAST' is fm property value ratings;
the 'NONE' value is fm property set to none.
}
attribute "colsep" is fm property column judgment;
'rowsep' attribute is fm row property judgment;
attribute 'East' is the attribute of fm;
attribute 'pgwide' is the wide fm property page;
}

/ * Rules table Group, array element is container object * /.
{"tgroup" element
is fm of table element;

/ * Rules for attribute * /.
attribute "collar" is fm property columns;
attribute "colsep" is fm property column judgment;
'rowsep' attribute is fm row property judgment;
"align" attribute is the attribute of fm;
"charoff" attribute is the attribute of fm;
"tank" attribute is the attribute of fm;
}

/ * ColSpec treatment * /.
{"colspec" element
is fm colspec;
attribute 'colnum' is the column number of property fm;
attribute 'column name' is the name of the property column fm;
"align" attribute is the type of fm property cell alignment;
the attribute "charoff" is the alignment of the cell of the property compensation fm;
attribute 'tank' is fm cell alignment character property.
attribute 'colwidth' is the width of column fm property;
attribute "colsep" is fm property column judgment;
'rowsep' attribute is fm row property judgment;
}

/ * SpanSpec treatment * /.
{'spanspec"element
is fm spanspec;
attribute 'spanname' is fm property name span.
attribute 'namest' is fm start column name property;
"nameend" attribute is the name of the end property of fm column;
"align" attribute is the type of fm property cell alignment;
the attribute "charoff" is the alignment of the cell of the property compensation fm;
attribute 'tank' is fm cell alignment character property.
attribute "colsep" is fm property column judgment;
'rowsep' attribute is fm row property judgment;
}

/ * Table of rules of the head * /.
element 'thead' {}
is the fm table header element;
'valign' attribute is the attribute of fm;
}

/ * Rules of table footer * /.
element 'tfoot' {}
is the element of fm table leg;
'valign' attribute is the attribute of fm;
}

/ * Table of the rules of the body * /.
element 'tbody' {}
is the fm table body element;
'valign' attribute is the attribute of fm;
}

/ * Rank rules * /.
{'line' element
is the fm table row element;
'valign' attribute is the attribute of fm;
'rowsep' attribute is fm row property judgment;
}

/ * Entry rules * /.
{"section" element
is fm table cell element.
attribute 'column name' is the name of the property column fm;
attribute 'namest' is fm start column name property;
"nameend" attribute is the name of the end property of fm column;
attribute 'spanname' is fm property name span.
attribute "morerows" is property of fm more lines;
attribute "colsep" is fm property column judgment;
'rowsep' attribute is fm row property judgment;
"rotation" attribute is the property of fm turn;
'valign' attribute is the attribute of fm;
"align" attribute is the attribute of fm;
"charoff" attribute is the attribute of fm;
"tank" attribute is the attribute of fm;
/ * "align" attribute is the alignment fm property type cell;
the attribute "charoff" is the alignment of the cell of the property compensation fm;
attribute 'tank' is fm cell alignment character property. * /
}

Tgroup ESD definition

Element (table): tgroup
General rule: thead?, tbody, tfoot?
List of attributes
Name: align the optional choices
Choice: left | good | Center | justify | char
Name: charoff Optional String
Default: 50
Name: char String
Original table format
If the context is: [align = "left"]
Table format: Table w / left in power
Otherwise, if the context is: [align = 'center']
Table format: Table w/o decision Center
Otherwise, if the context is: [align = 'right']
Table format: Table w / right of decision
On the other
Table format: Table w/decision Ctr

Table tag:

< framework table = 'NONE' colsep = "1" rowsep = "0" >
< tgroup cols = '2' colsep = "1" rowsep = "0" align = 'left' charoff = "50" char = "" >
< colspec colnum = colname '1' = '1' colwidth = in "2,000" / >
< colspec colnum = colname '2' = '2' colwidth = in "2,000" / >
< tbody valign = "top" >
< line rowsep = "1" >
< input column name = '1' colsep = "0" rowsep = "0" valign = "top" morerows = '0' turn '0' = >
MD80 < para > < / para >
< / Entry >
< input column name = "2" rowsep = "0" valign = "top" morerows = '0' turn '0' = >
918/292-3080 < para > < / para >
< / Entry >
< / row >
< line rowsep = "1" >
< input column name = '1' colsep = "0" rowsep = "0" valign = "top" morerows = '0' turn '0' = >
< para >
< revst / > 737 < resells / >
< / para >
< / Entry >
< input column name = "2" rowsep = "0" valign = "top" morerows = '0' turn '0' = >
918/292-3737 < para > / 3757 < / para >
< / Entry >
< / row >
< line rowsep = "1" >
< input column name = '1' colsep = "0" rowsep = "0" valign = "top" morerows = '0' turn '0' = >
< para >
< revst / > A300 < resells / >
< / para >
< / Entry >
< input column name = "2" rowsep = "0" valign = "top" morerows = '0' turn '0' = >
918/292-3300 < para > < / para >
< / Entry >
< / row >
< line rowsep = "0" >
< input column name = '1' colsep = "0" valign = "top" morerows = '0' turn '0' = >
< para >
< revst / > 767/777 < resells / >
< / para >
< / Entry >
< input column name = "2" valign = "top" morerows = '0' turn '0' = >
817/224-0767 < para > / 0777 < / para >
< / Entry >
< / row >
< / tbody >
< / tgroup >
< /table >

Jim,

jim_monaco wrote:

It's a bit tedious because you have to close the file and reopen it to see the effect of the changing attribute, but I can live with that.

What file do you need to close and reopen? You use another application to apply the XSLT? You can create a structured FrameMaker application and specify the location of XSLT in the structured application. When you open the XML of the chassis, chassis will apply the XSLT transformation and then open the file as an image file. The tgroupstyle attribute will be visible in the display of the structure if it is defined in the EDD.

Van

Tags: Adobe FrameMaker

Similar Questions

  • Table border problems...

    I'm embarrassed to ask this question, but I can't seem to find the answer to one of my books.

    I have a table of several row defined with borders and there are two problems:

    • When the new line is added to the current row in the table, the border between the two rows is doubled.  BORDER = "1" is fine on the edges; There is just this line dubbed boring between the lines.  I tried BORDER = "1,1,0,1", but that has not worked at all.

    The next roblem I wouldn't have noticed except for the fact that I'm going to put a background color on the lines:

    • When there is no data in the cell in the row, there are no borders.  This leaves a really funky screen - watch, because populated cells have the border, and not uninhabited cells: their border is white!

    Here is the definition of the table:

    < table align = "center".

    border = "1"

    BorderColor = 'blue '.

    cellspacing = "0".

    CellPadding = "2".

    width = "95%" >

    < tr = "lightblue" background

    Color = "black" >

    < td width = "125" >

    #StructData_Line.Common_Label #.

    < table >

    etc., through several cells

    < /tr >

    < /table >

    Any suggestions?

    Hello

    Another thing that surprised me is that CSS apparently can't stand the table on the page of centering?

    He supported by centering the table, you should try something like that.

    (i) create a class in your css like that,

    table.alignCenter {margin-left:auto; margin-right:auto;}
    

    (II) and in your coldfusion page call the defined class (in your)

    Tag)

    The attachment shows the latest version, which still has the double thickness between lines.

    Try adding,

    border: 1px solid black;

    in all your

    ,definitions of class in your CSS file like this,

    table
    {
         border: 1px solid darkblue;
         width: 90%;
         align: center;
         border:1px solid black;
         border-collapse:collapse;
    }
    
    td
    {
        padding: 5px;
        border:1px solid black;
    }
    
    td.td1175
    {
        width: 175px;
        border:1px solid black;
        background: lightblue;
    }
    

    HTH

  • Table/div problem with IE

    I build a "Planner" in a table, and it seems OK in Firefox but not in IE. It's a work in progress, but IE does not allow table align correctly and help would be appreciated.

    In addition, the table and the left menu reside in a div (container2) that I put in 1900px width. Is there another way to determine its size or just add the components (menu more centrebody).

    The page is located at http://members.optuszoo.com.au/csteed/4R%20Conference/3day-program.html

    Thanks, Chris

    Contempt - solved the problem.

    I build a "Planner" in a table, and it seems OK in Firefox but not in IE. It's a work in progress, but IE does not allow table align correctly and help would be appreciated.

    In addition, the table and the left menu reside in a div (container2) that I put in 1900px width. Is there another way to determine its size or just add the components (menu more centrebody).

    The page is located at http://members.optuszoo.com.au/csteed/4R%20Conference/3day-program.html

    Thanks, Chris

    Contempt - solved the problem.

  • alignment problem

    Hi, I have an alignment problem with my program. I use two verticalfieldmanager in a horizontalfieldmanager to display two columns. The problem is, according to the Simulator tha I use, the text seems aligned or not. In 9000, there is no problem, because the width of the screen is great. But if I use the 8110, which has a narrower screen, this problem occurs. How can I solve this problem for all simulators? Thank you. My code:

    SerializableAttribute public class DetallesOfertaScreen extends form {}
          
    GestNearController controller;
    Horizontal CustomHorizontalManager;
    VerticalFieldManager campos;
    VerticalFieldManager labels;
    RoundRectVerticalManager contGlobal;
    RoundRectContainer contProyecto;
          
          
          
    public DetallesOfertaScreen (GestNearController controller) {}
              
    This.Controller = controller;

    Cabecera
    setTitle ("Datos cabecera");

    If (Controller.getOfertaActual ()! = null) {}
                  
    Campos = new VerticalFieldManager();
    labels = new VerticalFieldManager();
    horizontal = new CustomHorizontalManager();
    contGlobal = new RoundRectVerticalManager();
    contProyecto = new RoundRectContainer();
              
    TAM int = Controller.gettamanoscreen ();
    Fuente1 of police;
    Fuente2 of police;
                  
    If {(tam > 320)
    fuente1 = Util.getNewFont (21, Font.BOLD);
    fuente2 = Util.getNewFont (21, Font.PLAIN);
    labels.setFont (fuente1);
    campos.setFont (fuente2);
    }
    ElseIf (tam<>
    fuente1 = Util.getNewFont (15, Font.BOLD);
    fuente2 = Util.getNewFont (15, Font.PLAIN);
    labels.setFont (fuente1);
    campos.setFont (fuente2);
    }
    else {}
    fuente1 = Util.getNewFont (19, Font.BOLD);
    fuente2 = Util.getNewFont (19, Font.PLAIN);
    labels.setFont (fuente1);
    campos.setFont (fuente2);
    }
                  
    LabelField labelArea = new LabelField("Área:");
    LabelField labelLinea = new LabelField("Línea:");
    LabelField labelVO = new LabelField("VO:");
    LabelField labelTitulo = new LabelField("Título:");
    LabelField labelCliente = new LabelField("Cliente:");
    LabelField labelFechaOfer = new LabelField ("date offer :");
    LabelField labelFechaCom = new LabelField ("date beginning :");
    LabelField labelFechaPrev = new LabelField ("date Aprobacion :");
    LabelField labelJProy = new LabelField ("Jefe proyecto :"); ")
    LabelField labelMeses = new LabelField("Meses:");
    LabelField labelProbabilidad = new LabelField("Probabilidad:");
    LabelField labelHorasPrev = new LabelField ("Horas Previstas :");
    LabelField labelRevision = new LabelField("Revisión:");
    LabelField labelSector = new LabelField("Sector:");
              
    Offer OfertaDTO = controller.getOfertaActual ();
              
    String FechaCom = oferta.getFechaComienzo ();
    String months = oferta.getMesesNum ();
    String HorasPrev = oferta.getHorasPrev ();
    String revision = oferta.getRevision ();
    VO string = oferta.getVO ();
    String date = oferta.getFechaCreacion ();
    String title = oferta.getTitulo ();
    String client = oferta.getCliente ();
    Sector of strings = oferta.getSector ();
    String line = oferta.getLinea ();
    String domain = oferta.getArea ();
    String JefeProyecto = oferta.getJefeProyecto ();
    String FPrevAprob = oferta.getFechaPrevAprob ();
    String probability = oferta.getProbabilidad ();
              
    LabelField input1 = new LabelField (Area);
    LabelField to input2 = new LabelField (Linea);
    Input3 LabelField = new LabelField (VO);
    Input4 LabelField = new LabelField (title);
    LabelField input5 = new LabelField (client);
    LabelField input6 = new LabelField (FechaCom);
    LabelField input7 = new LabelField (FPrevAprob);
    LabelField input8 = new LabelField (date);
    LabelField input9 = new LabelField (JefeProyecto);
    LabelField input10 = new LabelField (months);
    LabelField input11 = new LabelField (probability);
    LabelField input12 = new LabelField (HorasPrev);
    LabelField input13 = new LabelField (Revision);
    LabelField input14 = new LabelField (Sector);
              
    Añadimos a los contenedores
    labels. Add (labelArea);
    labels. Add (labelLinea);
    labels. Add (labelVO);
    labels. Add (labelTitulo);
    labels. Add (labelCliente);
    Para activar el scroll
    labels. Add (new NullField());
    labels. Add (labelFechaOfer);
    labels. Add (labelFechaCom);
    labels. Add (labelFechaPrev);
    labels. Add (labelJProy);
    labels. Add (labelMeses);
    labels. Add (labelProbabilidad);
    labels. Add (labelHorasPrev);
    labels. Add (labelRevision);
    labels. Add (labelSector);
                  
    Campos.Add (INPUT1);
    Campos.Add (INPUT2);
    Campos.Add (INPUT3);
    Campos.Add (INPUT4);
    Campos.Add (input5);
    Campos.Add (input8);
    Campos.Add (input6);
    Campos.Add (input7);
    Campos.Add (INPUT9);
    Campos.Add (input10);
    Campos.Add (input11);
    Campos.Add (input12);
    Campos.Add (input13);
    Campos.Add (input14);
                  
                  
    horizontal. Add-on (labels);
    horizontal. Add (Campos);
              
    contProyecto.add (horizontal);
    contGlobal.add (contProyecto);
    Add (contGlobal);
              
    }
    else {}
    Dialog.Alert ("invalid offer!");
    }
              
    }

    ...

    With 8110:

    Thank you!!

  • Weird alignment problem

    I think it might have something to do with my work on a small document - 48 * 48 icon - but maybe not.

    I have some strange alignment problems. I have an arrow head, I try to line up on a tree, and no matter what I do, they refuse to align the death. The alignment buttons don't work, dragging manually won't work - it falls right on 1px on each side where I want.

    Any ideas what's happening? I have no guides that would have an impact on it.

    Make sure you have not align on the pixel grid is activated in the transformation Panel.

    Although, if you prepare the content that will eventually be pixel based, leave this setting on ensures things seem to be crunchy in pixels.

  • foreign key ALTER TABLE QUERY PROBLEM

    HAI ALL,

    ANY SUGGESTION PLEASE?

    UNDER: foreign key ALTER TABLE QUERY PROBLEM

    I want TO CREATE AND ALTER TABLE foreign key:

    1.TABLE:HAEMATOLOGY1
    COLUMN: HMTLY_PATIENT_NUM
    WITH
    TABLE: PATIENTS_MASTER1
    COLUMN: PATIENT_NUM (THIS IS THE KEY PRIMARY AND UNIQUE)

    1.TABLE:HAEMATOLOGY1
    COLUMN: HMTLY_TEST_NAME
    WITH
    TABLE: TESTS_MASTER1
    COLUMN: TEST_NAME ((C'EST LA CLÉ UNIQUE))
    ---------------


    SQL + QUERY DATA:
    -----------
    ALTER TABLE HAEMATOLOGY1
    Key constraint SYS_C002742_1 foreign (HMTLY_PATIENT_NUM)
    references PATIENTS_MASTER1 (PATIENT_NUM);

    ERROR on line 2:
    ORA-01735: invalid option of ALTER TABLE

    NOTE: THE NAME OF THE CONSTRAINTS: SYS_C002742_1 TAKEN FROM ORACLE ENTP TABLE DETAILS. MGR.
    ---------
    ALTER TABLE HAEMATOLOGY1
    Key constraint SYS_C002735_1 foreign (HMTLY_TEST_NAME)
    references TESTS_MASTER1 (TEST_NAME);

    ERROR on line 2:
    ORA-01735: invalid option of ALTER TABLE

    NOTE: THE NAME OF THE CONSTRAINTS: SYS_C002735_1 TAKEN FROM ORACLE ENTP TABLE DETAILS. MGR.

    ==============

    4 TABLES OF LABORATORY CLINIC FOR DATA ENTRY AND GET REPORT ONLY FOR THE TESTS CARRIED OUT FOR PARTICULAR

    PATIENT.

    TABLE1:PATIENTS_MASTER1
    COLUMNS: PATIENT_NUM, PATIENT_NAME,

    VALUES:
    PATIENT_NUM
    1
    2
    3
    4
    PATIENT_NAME
    BENAMER
    GIROT
    KKKK
    PPPP
    ---------------
    TABLE2:TESTS_MASTER1
    COLUMNS: TEST_NUM, TEST_NAME

    VALUES:
    TEST_NUM
    1
    2
    TEST_NAME
    HEMATOLOGY
    DIFFERENTIAL LEUKOCYTE COUNT
    -------------

    TABLE3:HAEMATOLOGY1
    COLUMNS:
    HMTLY_NUM, HMTLY_PATIENT_NUM, HMTLY_TEST_NAME, HMTLY_RBC_VALUE, HMTLY_RBC_NORMAL_VALUE

    VALUES:
    HMTLY_NUM
    1
    2
    HMTLY_PATIENT_NUM
    1
    3
    MTLY_TEST_NAME
    HEMATOLOGY
    HEMATOLOGY
    HMTLY_RBC_VALUE
    5
    4
    HMTLY_RBC_NORMAL_VALUE
    4.6 - 6.0
    4.6 - 6.0
    ------------

    TABLE4:DIFFERENTIAL_LEUCOCYTE_COUNT1
    COLUMNS: DLC_NUM, DLC_PATIENT_NUM, DLC_TEST_NAME, DLC_POLYMORPHS_VALUE, DLC_POLYMORPHS_

    NORMAL_VALUE,

    VALUES:
    DLC_NUM
    1
    2
    DLC_PATIENT_NUM
    2
    3
    DLC_TEST_NAME
    DIFFERENTIAL LEUKOCYTE COUNT
    DIFFERENTIAL LEUKOCYTE COUNT
    DLC_POLYMORPHS_VALUE
    42
    60
    DLC_POLYMORPHS_NORMAL_VALUE
    40-65
    40-65
    -----------------


    Thank you
    RCS
    E-mail:[email protected]
    --------

    ALTER TABLE HAEMATOLOGY1
    ADD Key constraint SYS_C002742_1 foreign (HMTLY_PATIENT_NUM)
    references PATIENTS_MASTER1 (PATIENT_NUM);

  • Table table in a cell alignment problem in Firefox

    I have a simple table of 2 cells in an array of 2 cells. All have the value valign = top. But in Firefox and Safari, the content of one cell is shifted down. The problem with the cells in a table that is exposed is in this screenshot. The page with the issue. Find the table with the products and the finger to the right. All must align at the top, but the product is moved down.

    Any ideas? Something escapes me?
    Thank you!

    Osgood wrote:

    > By default, that some tags have padding and margin applied, it is the case
    > with paragraph tags

    . If you don't want any margin or padding to
    > apply you must put it to zero using margin: 0; padding: 0; as below.
    >
    > .header {}
    > do-family: Verdana, Arial, Helvetica, without serif.
    > font size: 1.5em;
    > make-weight: bold;
    > color: #CC6633;
    > margin: 0;
    > padding: 0;
    > }
    >

    Of course ideally you should use tags for headers of these
    will have priority when the search engine spider comes to your site.

    I'd do it

    Products

    Then style the h1 with some css.

    H1 {}
    do-family: Verdana, Arial, Helvetica, without serif.
    font size: 1.5em;
    color: #CC6633;
    margin: 0;
    padding: 0;
    }

  • Table of contents - several line Page # alignment problem

    Hi all

    I have a Table of contents, in which I have a few entries that develops in two lines.

    When the contained entries Table expand to two lines, leader are not added and page numbers shows next to the entrance.

    See Image below: entrance with RED ARROW - 1.9.4 indicates Page 44 without a leader:

    No explanation will be appreciated.

    Thank you.

    No need to change the titre3 paragraphs. Look at the reference to the table of contents page. There is probably a page containing the TOC tag that defines the format of the entries in the table of contents. There the paragraphs which badges are derived from paragraphs in the main document that generate entries by adding OCD to the original label. Thus, registrations for titre3 paragraphs are marked Heading3TOC. The reference page has a Heading3TOC which looks like point something lke:

    <$paranumonly>  <$paratext>.........................<$pagenum>

    When there is a tab between <$paranumonly>character and <$paratext>that moves from the left side of the <$paratext>2.0 cm, and another tab between <$paratext>and <$pagenum>that moves to the right of the <$pagenum>-12.0 cm.

    I mean put a space before the second tab. You can also add an additional tab before the <$pagenum>.

    -Lynne

  • vertical alignment problem table

    Hello
    I wonder if someone can take a look at this page www.fitnessworld.ca/corplist.html and tell me what needs to be fixed to make the first column at the beginning of words at the top, aligned with the column next to it.
    If you have a solution, could you give the code in the right place?
    Thank you
    Text

    Vertical alignment is set to "default". This means that the text will start in the middle and work from top to bottom. If there is more text in columns one than the other, this is the result. Set the alignment of verticle at the Top for both and you are ready. You can do it in the property inspector.

    Andy

  • Region alignment problems

    4.2.1

    THM: 2

    Hello world

    I had a question about the "new column" option when setting up of regions horizontally. I created an example here

    1. I am not able to reproduce here, but report 1 and 2 If the application has data with higher values, jumping around, I don't know how to respond, but basically, I tried to fix the width of the two reports as they do not horizontally expand depending on the length of column report. Is this possible?  I tried the following in the attributes of the region - style = ' width: 600px; float: center; Clear: none; "While this works, hardcode the origin of the problem in the second point.

    2. I want to center align the region 15 of html.  However, one thing I noticed is that if I set the width of the report 1 and 2 report of a coded hard and then region html 15 value behaves differently in different resolutions, on 1440, it is centered properly with all the elements in this center aligned, however, on a monitor resolution 1600 or 1910, it is pushed to the right side. When I hit the option to see the grid. I noticed there is another grid or column that is created on a higher resolution screen between report 1 and html region 15. This does not happen on a 1400 resolution screen. So the question is perhaps hardcode.

    Basic idea is to have all the three regions of fixed width such that they expand 'horizontal' and html region 15 is centered with everything centered.

    Thank you!

    ryansun wrote:

    I think that the best cases like you said that the two reports extend horizontally based on the resolution of the screen.

    Yes, I thought that was the easiest approach, and I set up in a new page in your demo application.

    I started by simplifying what was to get rid of everything that touched the spacing or available other than the layout region table. It was to drop or modify models of the region which introduce spacing through CSS margins, borders, or padding.

    Then, I created a region containing relatives and made the report and the regions sub-regions of the present button. All models of the region in theme 2 have CSS padding applied, so to avoid this problem, I added a model of area small to use for the container area (Model No. cannot be used because we need a selectable container for use as the target of CSS.)

    After that, it is simply to use CSS to develop the container and its content to the width full page and align the Center area, horizontally and vertically:

    /*
      All of the tab navigation enabled page templates in this theme include sidebars.
      These are not required here, so suppress them to eliminate unwanted padding
      artifacts from the layout.
    */
    td.tbl-sidebar {
      display: none;
    }
    /*
      Set the width of the parent region...
    */
    #container {
      width: 100%;
    }
    /*
      ...and its region layout to the width of the page, and eliminate table cell spacing
      from the region layout table.
    */
    #container .regionlayout {
      width: 100%;
      border-collapse: collapse;
    }
    /*
      Eliminate table cell padding from the region layout table.
    */
    #container .regionlayout>tbody>tr>td {
      padding: 0;
    }
    /*
      Set the width of the report cells on each side to 45% of the page width.
    */
    #container .regionlayout>tbody>tr>td:first-child,
    #container .regionlayout>tbody>tr>td:last-child  {
      width: 45%;
    }
    /*
      Set the width of the center button region to 10% of the page width.
    */
    #container .regionlayout>tbody>tr>td:nth-child(2)  {
      width: 10%;
    }
    /*
      Horizontally and vertically center the button region within the region layout cell.
    */
    #container .regionlayout>tbody>tr>td:nth-child(2)>table  {
      margin: 0 auto;
      vertical-align: middle;
    }
    /*
      Expand the width of the reports to the width of their container cells.
    */
    #container .regionlayout div[id$="_catch"]>table,
    #container .regionlayout .report-standard {
      width: 100%;
    }
    .report-standard td {
      vertical-align: top;
    }
    

    A number of things may need further work. As the parts of the report are now configured No. Template, no titles are displayed. If the securities are necessary, the best way to display will probably use another custom area template to avoid the fill applied to built-in ones. The white background and content minimum paging at the end of the relationship line affects the Visual Center in the vertical axis, causing the position of the region of middle button seem to be too low. This can be solved by removing the paging if reports don't require it, or style of the paging line to have the same background color as the rest of the report.

  • In Fireworks/Dreamweaver image alignment problem

    Hello!

    For my webbie, I made an image of 'big' using Photoshop and brought in Fireworks (I use CS4 programs btw). I slit to the top of the image based on the table, I wanted to, and each section has exported as .png files (it should be png for various reasons). My image size is 600px by 800px w h.

    So, I create a table in Dreamweaver and in each cell, I insert the .png files.

    Now, my problem is that

    some cells are not aligned correctly (in two places) and eventually shifing the whole line on so it extends.

    You can see this problem on the screenshots of two I have:

    http://i993.Photobucket.com/albums/AF60/CrescentChi/Picture2.PNG

    and

    http://i993.Photobucket.com/albums/AF60/CrescentChi/picture1.PNG

    Now, I know that the logical thing is to check that each row adds up to 800px.

    I already did and here are the steps for each cell:
    For line 2, I: 341, 130 and 329.
    For line 4, I: 166, 93, 93, 96, 93, 95 and 164.

    And as you can see, these add up to 800.

    I just end up with a sort of space between my cells...

    the pictures I have provided shows that the range of property is when I click a cell or one of the spaces between cells.


    Do you know what I'm doing wrong?

    Thanks for your time to research and help! < 3

    Again, this isn't a valid HTML document. Your page is running in Quirks Mode, which means that browsers do not know how to make.   Where did you get this code?  She is certainly not DW.

    In DW, tap file > New > Page > basic HTML

    Switch to code view.  Copy & paste your code from table into the new document, and save it as a file test.html.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • DWT with Safari 4 alignment problem

    Hi, it seems that since I placed a spry menu in models of the web site that I'm getting, it seems to face a problem of alignment with Safari 4, where the content of the current comic strip page is outside the div container and next to the layout of the site.  This question doesn't seem to appear with other browsers, only Safari as it seem to appear in mode live view thus (I had thought originally it may have been a glitch)

    http://tangentartists.com/leviathans.html

    The thing is I had used the model for other pages as a basis, we used this model before the spry and there is no problem.  After I added the spry this questions do not have other models that have been made to this site, only the comic model has this problem.  Here is the code for the comic.dwt model.

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    " < html xmlns =" http://www.w3.org/1999/xhtml "> <!-InstanceBegin template="/Templates/template.dwt ' codeOutsideHTMLIsLocked = 'false'->
    < head >
    <!-InstanceBeginEditable name = "doctitle"-->
    < title > < /title > tangent artists
    "" < link rel = "shortcut icon" href = "... / favicon.ico ' / >
    <! - InstanceEndEditable - >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    < style type = "text/css" >
    <!--
    {.bottom_footer}
    color: #fff;
    text-align: right;
    Word-spacing: normal;
    do-family: Verdana, Arial, Helvetica, without serif.
    font size: xx-small;
    make-style: normal;
    make-weight: normal;
    text-transform: capitalize;
    }
    ->
    < / style >
    "" < link href = "... / ta_web2.css" rel = "stylesheet" type = "text/css" / >
    <!-InstanceBeginEditable name = "head"->
    <!-TemplateBeginEditable name = "head"->
    <! - TemplateEndEditable - >
    <! - InstanceEndEditable - >
    "" < script src = "... / SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script >
    "" < link href = "... / SpryAssets/SpryMenuBarHorizontal.css" rel = "stylesheet" type = "text/css" / >
    <!-InstanceParam name = "There" type = "boolean" value = "false"->
    < / head >
    < body leftmargin = "0" topmargin = "0" marginheight = "0" marginWidth = "0" >
    < div id = "container" style = "position: inherit;" Width: 800px; margin: 0 auto; ">
    "" < div id = "banner" > < img src = "... / images/TA_header.jpg" width = "800" height = "187" border = "0" align = "left" / >
    < ul id = "MenuBar1" class = "MenuBarHorizontal" style = "background-color: #000" >
    < style li = "margin: 0px;" right margin: 1px; "" > < a href = "... / index.html" > home < /a > < /li > "
    "< li > < a href ="... / aboutus.html "> on < /a > < /li >"
    < li > < a class = "MenuBarItemSubmenu" href = "#" > < /a > Comics
    < ul >
    "< li > < a href ="... / leviathans.html "> Knights of leviathans < /a > < /li >"
    "< li > < a href ="... / donutsforlooking.html "> Donuts for Looking < /a > < /li >"
    "< li > < a href ="... / skeletoncrew.html "> Skeleton Crew < /a > < /li >"
    < /ul >
    < /li >
    "< li > < a href ="... / gallery.html "> Gallery < /a > < /li >"
    "< li > < a href ="... / downloads.html "> download < /a > < /li >"
    " < li > < a href =" http://www.CafePress.com/tangentartists "class ="MenuBarItemSubmenu"target ="_blank"> < /a > stores "
    < ul >
    " < li > < a href =" http://www.CafePress.com/tangentartists "target ="_blank"> tangent Tidbits < /a > < /li > "
    " < li > < a href =" http://www.CafePress.com/koleviathan "target ="_blank"> Knights of leviathans < /a > < /li > "
    " < li > < a href =" http://www.CafePress.com/donutsforlook "> donuts seeks < /a > < /li > .
    " < li > < a href =" http://www.CafePress.com/taskeletoncrew "> skeleton Crew < /a > < /li > .
    < /ul >
    < /li >
    " < li > < a href =" http://tangentartists.forummotion.com/ "target ="_blank"> Forums < /a > < /li > "
    "" < li > < a href = "... / links.html" > links < /a > < /li >
    < style li = "margin: 0px;" left margin: 1px; Width: 96px; "" "> < a href ="... / contactus.html "> contact us < /a > < /li >
    < /ul >
    < / div >
    < div id = "content" >
    <!-InstanceBeginEditable name = "content_box"--> < table width = "200" border = "0" align = "center" cellpadding = "5" cellspacing = "10" >
    < b >
    "" < td > < img src = "... / images/Leviathans_logo.jpg" width = "597" height = "71" / > < table >
    < /tr >
    < b >
    "" "" "< td > < div align ="center"class ="style1"> < img src ="... / images/first.jpg "width ="108"height ="29"/ > < img src ="... / images/back.jpg "width ="83"height ="29"/ > < img src =".. "" / images/next.jpg "width ="83"height ="29"/ > < img src =".. ' / images/last.jpg "width ="108"height ="29"/ > < / div > < table >
    < /tr >
    < b >
    < td > < table >
    < /tr >
    < b >
    "" "" "< td > < div align ="center"> < span class ="style1"> < img src ="... / images/first.jpg "width ="108"height ="29"/ > < img src ="... / images/back.jpg "width ="83"height ="29"/ > < img src =".. "" / images/next.jpg "width ="83"height ="29"/ > < img src =".. ' / images/last.jpg "width ="108"height ="29"/ > < / span > < / div > < table >
    < /tr >
    < b >
    "" < td = '35' height > < div align = "center" > < img src = "... / images/comicarchives.jpg" width = "108" height = "16" border = "0" / > < / div > < table >
    < /tr >
    < / table > <! - InstanceEndEditable - >
    < script type = "text/javascript" > <!--
    google_ad_client = "pub-1882609231108555";
    / * 728 x 90, created on 7/11/09 * /.
    google_ad_slot = "1820206808";
    google_ad_width = 728;
    google_ad_height = 90;
    ->
    < /script >
    < script type = "text/javascript".
    src = » http://pagead2.googlesyndication.com/pagead/show_ads.js ">
    < /script > < / div >
    < div id = "footer" >
    < h1 class = "bottom_footer" > artists tangent & copy; 2006-2009 < / h1 >
    < / div >
    < / div >
    < script type = "text/javascript" >
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar ("MenuBar1", {imgDown: "..."}) "" / SpryAssets/SpryMenuBarDownHover.gif ', imgRight: ".. ({"/ SpryAssets/SpryMenuBarRightHover.gif"});
    ->
    < /script >
    < / body >
    <! - InstanceEnd - > < / html >

    Just an estimate, but in your CSS for the div #content, helps if you add:

    #content {clear: both ;}}

    Also, probably unrelated, but your table just inside the #content div has a size of 200px in the HTML code and the content is obviously larger.

  • Inkjet e: 5740 5740 printer does not print color cyan &amp; alignment problem

    Hello

    Recently, I replaced my lights on my P 5740 printer ink cartridge while trying once photograpgh print [6 x 4] & have had nothing more than headaches since.

    The cyan color does not print ink levels indicate that it is used. I cleaned the heads of ink at level 3. I have replaced the ink cartridge & still have the same problem and now the alignment is unsuccessful.

    I'm challenged to begin with technology & this challenge is both frustrating and disappointing that I do not understand what I did right.

    Any suggestions before I have packing the printer & return to Staples?

    Thank you

    HI @RC23,

    Because the printer is only a couple of months I suggest to HP customer care and ask about a replacement printer. Most likely, it is a matter of ink system, since you've already tried another cartridge with the same results. Check the model number and the form to receive a file number for faster assistance.

    Thank you!

  • HP D4360 printer - alignment problem?

    My watch of the half cut letters (upper half), Headline is not yet printed on the page, a clear text than the rest of the text,

    white line crosses SOME of the lines of text, page #s top (right) not printed.

    Note: I have a new cartridge it works fine.

    Note: I had a paper jam the other day, out of paper on the other side (did not know that I should open a backdoor to do). But, I

    think I got an OK impression after that happened.  Today, printing problems. Help please!

    It's sunshyn2005 - thank you for your information. In fact, it is not a matter of color.  It was really the alignment.  I received instruction from someone on the spot - to go to start/printers-devices/preferences/services/then click the ALIGNMENT tab, which produced a sheet printed diagnostic, I then completed in the screen.  Had to re - align 3 times to get it perfect, but it worked.

    Thanks for your suggestion, the page that came on the colors and other things I have bookmark for playback if/when other problems arise.

    Thanks for your comments.

    TriciaJoy

  • Boolean text alignment problem

    Hello

    I use "propertyosition:Left" to line up my file names. Unfortunately, file names do not align vertically to the first "Choose file" button, especially when the length of the file names is different. If you press "Esc" in the menu "Select a file" and then "select a file" is pressed in the 'main Menu', file names are aligned now. I don't know why? Any help will be appreciated.

    First, run 'Main Menu' then 'Create a file' and then ' Select a File. " Please create files in the folder "C:\Test". Six files can be displayed.

    Steve

    John wrote:

    Hello

    Have you tried to delete a single file and add another file with different length of the file name? I'm sorry, what is your way on 'text version' on the properties?

    Thank you

    Steve

    Your problem is that you have locked the text and the default justification is out in all your buttons.  Correction is attached.

    (Just try this in "Select a File_Test.vi"):

    1. make all your buttons visible

    2. "text version" (as someone said - just right-click on the text and select "Text Version" - this to all buttons)

    3. Select all text, and set the left justification

    4. make all the invisible buttons

    It's everything he needed...

    -DP

Maybe you are looking for