Vertical alignment off the coast in the columns of the table

I have a table with 3 columns with a line above and below
To align the text in the column left and right to the top, but in the Central column, the text will not align upwards. It's OK in IE, but in Firefox 1.6 is down by 1 line

How to fix?

David

<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN" " http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd" >
< HTML
xmlns =" http://www.w3.org/1999/xhtml" > < HEAD > < TITLE > BustedComputer < / TITLE > "
< META http-equiv = Content-Type content = text/html"; charset = iso-8859-1 "/ >"
< style type = "text/css" >
<!--
{body
do-family: Verdana, Arial, Helvetica, without serif.
do-size: 11pt;
Color: #000000;
left margin: 0px;
margin-top: 0px;

}
table, td
{
border-color: #000000;
border-style: solid;
}
Table
{
border-width: 0 1px 0 1px;
border-spacing: 0;
border-collapse: collapse;
}
TD
{
margin: 0;
padding: 10px;
border-width: 1px 1px 0 0;
vertical-align: top;
}
a: link {color: blue; text-decoration: none}
a: active {color: blue; text-decoration: none}
a: visited {color: #0000FF; text-decoration: none}
a: hover {color: blue; background-color: #FFFF9D; text-decoration: underline}

->
< / style >
< / HEAD >
< BODY >
< TABLE cellSpacing = 0 cellPadding = 0 width = 800 align = center border = 0 >
< TBODY >
< b >
< TD colSpan = 3 bgcolor = "#6699FF" > Top < table >
< /TR >
< b >
< TD width = "150" bgcolor = "#6699FF" > < a href = "#" > leftside < /a > < table >
< TD bgcolor = "#FFFFCC" > < p > contrary to popular belief, Lorem Ipsum is not simply
random text. It has roots in a piece of classical Latin literature
45 BC, making it over 2000 years. < br >
< br >
Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "of Finibus.
Bonorum and Malorum"(The extremes of good and evil) by Cicero, written
in 45 BC. This book is a treatise on the theory of ethics, very popular
during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor".
sit amet... ", comes from a line in section 1.10.32. < /p >
< Table >
< TD width = "150" bgcolor = "#FFFFCC" > < table > right
< /TR >
< b >
< TD colSpan = 3 bgcolor = "#6699FF" > bottom < table >
< /TR > < / TBODY > < / TABLE > < BODY / > < / HTML >

If you see the top margin on the

Tag?

DOH! DOH! DOH!

Thanks, removing it solved :)

David... DOH!

Tags: Dreamweaver

Similar Questions

  • Vertical alignment of the table cell can be defined via CSS?

    In a table cell (IE, 'td') is it possible to define "valign" via CSS, instead of table cell appropriate?

    In other words, instead of...

    < table >

    < b >

    < td valign = "top" >

    .. is it possible to do:

    < table >

    < b >

    < class td = "top" >

    .. somehow, .and allow the stylesheet to define the vertical alignment?

    I ask because none of the attribute in Dreamweaver CS4 presets seem to provide for vertical alignment. Everything on God's Green Earth seems to be there, but the vertical alignment of the cell table seems to be the ONLY thing THAT forgotten CSS.

    miyeager, I'm sorry, I misread your question. Yes, you can. Use ' vertical-align: top of the text.

  • Lose the vertical alignment of the table during the conversion of the ditamap to book

    FrameMaker Version: 12.0.4.445 (later part of TCS5)

    1. I have a project structured, where several XML files have been grouped in a ditamap.
    2. For one of the XML files, I have a table, where I need to set the cell Vertical alignment of cells in the MIDDLE.
    3. So using Paragraph Designer > table cell, I have change the entries in the top in the Middle (the default values have been Top).
    4. With the ditamap pane selected, I'll then menu file > > Save Ditamap under
    5. I save ditamap as ' book with fm components 12.0 (* .book) "file type.
    6. In the resulting book, the XML files are now. FM files.

    However, at this point, when I open the. File of FM which has the table, the cell styles back to the TOP.

    I searched high and low for a similar problem. It's look like a bug to me, but can someone confirm?

    Thank you

    No, this is not a bug by itself. I bet that the alignment is lost before you generate the book. After you set the alignment and saving and closing the file... reopen and see if the alignment is still there... I bet it's gone. As a general rule, you cannot apply put in shape or properties to objects (elements) in a DITA file. This applies to font and paragraph properties as well as table set in shape and other types of development in the form. All you can do is create items and set attributes. Any parameter properties will usually be lost on file save.

    You would probably need to have a 'process of publication' (script any) you run your generated book and chapter files that would scan for an attribute that shows some properties must be set on the table. The @outputclass attribute is typically used for this kind of thing. I'm not aware of what anyone in default FrameMaker DITA, who put in place to manage this type of formatting of the tables.

    If this formatting that you try to apply is consistent for the whole table, it is possible that you will be able to do this by creating a new table format that has this set of default formatting. When you insert a table in a subject, the table format is assigned to the tgroup/@outputclass attribute and this is the form that is used when rendering the table. Just create a new table in the structured application model and put in place this format to have the properties you want. Then, when you insert the table, be sure to select this format. It can be hard to set this up, but it * should * work.

    However, if this does not work, or you need more refined formatting applied to the parts of the table, I produce a tool called DITA-FMx, which offers extended DITA creation and publication of the options for FrameMaker. It offers features that allow this type of table set shaped to be applied by setting the attribute @outputclass to a specific value on the line or cell. You can get more information on DITA-FMx here...

    http://leximation.com/DITA-FMX/

    Good luck!

    Scott Prentice

    Leximation, Inc..

    www.leximation.com

  • Please let me know how I can add a new column with a constraint not null, table already has data, without falling off the table... Please help me on this issue...

    Hello

    I have an emp_job_det with a, b, c columns table. Note that this TABLE ALREADY has DATA OF THESE COLUMNS

    IAM now add a new column "D" with forced not null

    Fistly I alter the table by adding the single column "D", if I do, the entire column would be created with alll of nulls for the column DEFAULT D

    ALTER table emp_job_det Add number D; -do note not null CONSTRAINT is not added

    Second... If I try to add the constraint not null, get an eoor as already conatained null values...

    (GOLD)

    In other words, if I put the query

    ALTER table emp_job_det Add number D NOT NULL; -THROWS ERROR AS TABLE ALREADY CONTAINS DATA

    So my question is how how can I add a new column with a constraint not null, table already has the data, without falling off the table

    Please help me on this issue...

    Add the column without constraint, then fill the column. Once all the rows in the table are given in the new column, and then add the constraint not null.

  • Can I turn off the table of contents?

    I'm using RH 8, Windows 7 and generate WebHelp

    I have a fusion project. I have 4 children rpojects and 1 parent. Can I turn off the table of contents on the parent and see only on the projects of the child?

    I already unchecked the options in all windows when I generate and which did not help.

    Thank you.

    Pat

    My answer and ' Ricks give you alternative means.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Vertical alignment of the label PanelLabelAndMessage

    By default, the left label is centered vertically. Can it be aligned on it? I think it's desirable design for most of the cases.

    Hello

    labelStyle value = "' vertical-align: top" for panelLabelAndMessage. "

    Kind regards

  • Vertical alignment of the text in a box with picture

    Hey guys,.

    I would like to know how vertically align you an icon and a piece of text so that they are both centered. The following CSS does not work:

    vertical-align: middle;

    For an example, please click here. You can see my problem in the download PDF with text read "Download Extended schools brochure".

    Thanks for your help

    ForensicBop wrote:
    > Hey guys,.
    >
    > I would like to know how vertically align you an icon and a piece of text so
    > they are both centered. The following CSS does not work:
    >
    > vertical-align: middle;
    >
    > For an example, please click on http://www.skytemedia.com/tester/index.htm. You
    > see my problem in the PDF download with the text following "Download extended
    > Schools book "."
    >
    > Thanks for your help
    >

    Hello

    try to remove the image of the markup and replace in your css for your
    mine...

    #download - menu a {}
    border: 1px solid RGB (204, 204, 204);
    Padding: 6px 6px 24 PX 2px;
    display: block;
    Background: url (.. / images/icons/pdf.gif) no-repeat left Center;
    }

    --
    Chin chin
    Sinclair

  • JDeveloper 10.1.3.4: text-align for the table column has no effect

    Hello

    I use JDeveloper 10.1.3.4. In a table, I have a column that contains the numbers, which are aligned to the left by default:
    Applied
    ---------------
    $50.00
    $2,160.00
    $50.00
    ---------------
    $2,260.00
    I want to be aligned with the right to examine more carefully:
    Applied
    ---------------
             $50.00
          $2,160.00
             $50.00
    ---------------
          $2,260.00
    Or better yet, have the cell with the longest string aligned to the Center, and all the other cells in alignment with it by the decimal point:
        Applied
    ---------------
          $50.00
       $2,160.00
          $50.00
    ---------------
       $2,260.00
    I looked in the property inspector, and the only thing that seems closest to the goal is text-align. I put this attribute on the right (text-align: right) for the column and the outputText, but has no effect. Everything is always embedded on the left. How to do things?

    Thank you!


    Newman

    Hello Newman,

    as I recall, I did using the formatType property = 'number' of the component of the column

    Kind regards

    Branislav

  • Question vertical alignment of the contents of table in Dreamweaver cs4

    Hello

    I can't understand it. I did a sample file (code below) to debug my problem.

    I have a table within a table. Both have no fill of cell or alignment, spacing and albums, yet, the text appears at the top but there is a gap between the top of the cell and the text. Someone had this problem? Even when I place an image in the table, although the pictute is X 100px, 100px and table size the same, here again it is a gab between the picture and the top of the table?

    Thank you very much

    Bug.jpg

    < body >
    < table width = '500' border = "0" cellspacing = "0" >
    < b >
    < td valign = "top" bgcolor = "#00FF00" > Test < table >
    < /tr >
    < b >
    < td valign = "top" > < table width = "100%" border = "0" cellspacing = "0" cellpadding = "0" >
    < b >
    < td valign = "top" > < p > this text is in a table inside the first < /p >
    < p > times tables have no cellspacing and no cellpadding text still does not entirely to the upper part of the cell/table! < /p > < table >
    < /tr >
    < / table > < table >
    < /tr >
    < /table >
    < / body >

    View the living example of a base table.

    http://ALT-Web.com/demos/basic-table.html

    Content in the cells of a table is carried out by the title and paragraph styles.

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

  • Customizations do not work for the alignment of the Table

    Dear all, aJohny

    We have improved r 12.1.3 to 12.2.4 under customization already existed in 12.1.3 we did import customization to 12.2.4

    Picture below shows 4 tables

    -Modified objectives

    -New objectives
    -Objectives deleted
    -Objectives


    I'm trying to align all the columns by column weighting of the target (%) as a 20% width and the width of column story that 5% to the Level of the Site

    But as stated below its does not work

    1.png

    We tried to remove the customization and recreate it, but same problem exists.

    Please notify.


    Thank you and best regards,

    Sudhir

    Thanks AJ!

    As recommended, we have treated this alignment issue table in CO related extension using the code below.

    ' public void processRequest (OAPageContext oapagecontext, OAWebBean oawebbean)

    {

    super.processRequest (oapagecontext, oawebbean);

    //*************************

    Table 1 OAAdvancedTableBean = (OAAdvancedTableBean) oawebbean.findChildRecursive ("NewObjectivesRN");

    Table1.prepareForRendering (oapagecontext);

    OAColumnBean columnBean1 = (OAColumnBean) table1.findChildRecursive ("XXNewObjectivesWeightingPercentCol");

    DictionaryData columnFormat1 = (DictionaryData) columnBean1.getColumnFormat ();

    If (columnFormat1 is nothing)

    {

    columnFormat1 = new DictionaryData();

    }

    columnFormat1.put (WIDTH_KEY, "45%");

    columnBean1.setColumnFormat (columnFormat1);

    //------------------------

    OAColumnBean columnBean2 = (OAColumnBean) table1.findChildRecursive ("xxNewHistoryColumn");

    DictionaryData columnFormat2 = (DictionaryData) columnBean2.getColumnFormat ();

    If (columnFormat2 is nothing)

    {

    columnFormat2 = new DictionaryData();

    }

    columnFormat2.put (WIDTH_KEY, '20% ');

    columnBean2.setColumnFormat (columnFormat2);

    //*************************

    Table2 OAAdvancedTableBean = (OAAdvancedTableBean) oawebbean.findChildRecursive ("ChgObjectivesRN");

    table2.prepareForRendering (oapagecontext);

    OAColumnBean columnBean4 = (OAColumnBean) table2.findChildRecursive ("ChangedObjectivesWeightingPercentCol");

    DictionaryData columnFormat4 = (DictionaryData) columnBean4.getColumnFormat ();

    If (columnFormat4 is nothing)

    {

    columnFormat4 = new DictionaryData();

    }

    columnFormat4.put (WIDTH_KEY, "45%");

    columnBean4.setColumnFormat (columnFormat4);

    //------------------------

    OAColumnBean columnBean3 = (OAColumnBean) table2.findChildRecursive ("xxChgHistoryColumn");

    DictionaryData columnFormat3 = (DictionaryData) columnBean3.getColumnFormat ();

    If (columnFormat3 is nothing)

    {

    columnFormat3 = new DictionaryData();

    }

    columnFormat3.put (WIDTH_KEY, '20% ');

    columnBean3.setColumnFormat (columnFormat3);

    //*************************

    Table 3 OAAdvancedTableBean = (OAAdvancedTableBean) oawebbean.findChildRecursive ("DelObjectivesRN");

    table3.prepareForRendering (oapagecontext);

    OAColumnBean columnBean5 = (OAColumnBean) table3.findChildRecursive ("XXQFDeletedObjectivesWeightingPercentCol");

    DictionaryData columnFormat5 = (DictionaryData) columnBean5.getColumnFormat ();

    If (columnFormat5 is nothing)

    {

    columnFormat5 = new DictionaryData();

    }

    columnFormat5.put (WIDTH_KEY, "45%");

    columnBean5.setColumnFormat (columnFormat5);

    //------------------------

    OAColumnBean columnBean6 = (OAColumnBean) table3.findChildRecursive ("xxDelHistoryColumn");

    DictionaryData columnFormat6 = (DictionaryData) columnBean6.getColumnFormat ();

    If (columnFormat6 is nothing)

    {

    columnFormat6 = new DictionaryData();

    }

    columnFormat6.put (WIDTH_KEY, '20% ');

    columnBean6.setColumnFormat (columnFormat6);

    //*************************

    Table 4 OAAdvancedTableBean = (OAAdvancedTableBean) oawebbean.findChildRecursive ("ApprObjectivesRN");

    table4.prepareForRendering (oapagecontext);

    OAColumnBean columnBean7 = (OAColumnBean) table4.findChildRecursive ("XXQFApprovedObjectivesWeightingPercentCol");

    DictionaryData columnFormat7 = (DictionaryData) columnBean7.getColumnFormat ();

    If (columnFormat7 is nothing)

    {

    columnFormat7 = new DictionaryData();

    }

    columnFormat7.put (WIDTH_KEY, "45%");

    columnBean7.setColumnFormat (columnFormat7);

    //------------------------

    OAColumnBean columnBean8 = (OAColumnBean) table4.findChildRecursive ("xxApprHistoryColumn");

    DictionaryData columnFormat8 = (DictionaryData) columnBean2.getColumnFormat ();

    If (columnFormat8 is nothing)

    {

    columnFormat8 = new DictionaryData();

    }

    columnFormat8.put (WIDTH_KEY, '20% ');

    columnBean8.setColumnFormat (columnFormat8);

    //*************************

    }

    Thank you best regards &,.

    Sudhir

  • The Horizontal alignment of the table using DW4 and css help.

    It works in Internet Explorer, but not FireFox.

    The Web site is http://www.airrepaircarolina.com/

    The CSS code is below...

    * {margin: 0;} Padding: 0 ;}

    . {BoldBody}

    do-family: "Times New Roman", Times, serif;

    do-size: 18px;

    make-weight: bold;

    Color: #000;

    }

    {#table1}

    background-color: #FFF;

    letter-spacing: normal;

    text-align: left;

    vertical-align: top;

    horizontal-align: center;

    Word-spacing: normal;

    white-space: normal;

    border-top-style: none;

    border-right-style: none;

    border-bottom-style: none;

    border-left-style: none;

    top: auto;

    position: fixed;

    }

    . {To header

    do-family: "Times New Roman", Times, serif;

    font size: 24 PX.

    make-weight: bold;

    color: #0E76BD;

    }

    . {BodyCopy}

    do-family: "Times New Roman", Times, serif;

    do-size: 18px;

    make-weight: normal;

    Color: #000;

    }

    . LinkText}

    do-family: Arial, Helvetica, without serif.

    do-size: 14px;

    make-weight: normal;

    color: #FFF;

    }

    LannBarr wrote:

    What should I put in where you have the double asterisk * with width, it is centered *

    Nothing. It's just an explanatory note (or comment) in the CSS syntax.

    / * This is a CSS comment * /.

  • Alignment of the table

    When I create a new document and insert a new table, it is not bordered at the absolute top of the page. How can I get for lining my table to the top of the page so that it is not any gap @ the top of the page when view in the browser. I've attached an example of false text file and false image placeholder just to get an idea what I'm talking about. Any help will be greatly appreciated.


    Link to a style sheet externally (by using the CSS of DW editor), or to incorporate a
    stylesheet in your code (betweenandby the following
    inside style (embedded noted for the convenience of cut-and - paste) (assuming you want
    no margins).


    (when the value is zero, units are not required)

    You can also try

    Body {margin: 0 0 0 0; padding: 0 ;}}

    or

    Body {margin: 0; padding: 0 ;}}

    as a method of shorthand.

    This will take care of margins in IE4 + and NN6 +...

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    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
    ==================

    "rbaker1" wrote in message
    News:e3t9so$A42$1@forums. Macromedia.com...
    > When I create a new document and insert a new table, it is not aligned to the
    > absolute
    > beginning of the page. How can I go on the lining of my table to the top of the
    > page
    > so that it isn't? t no gap @ the top of the page when view in the browser. I have
    > have
    > attached a sample file with text and picture fake fake place carries just for
    > get
    > any idea what I'm talking about you. Any help will be greatly
    > appreciated.
    >

  • Vertical align in the textarea (or label)

    I wish that my text to be always at the bottom of the component, at what he saw. More specific a text box or label. How could I achieve this? I have not found an easy way.

    I set the height of the text at the height of the textheight (+ a few extra pixels) box and set the 'y' in the right position.

  • Do scroll off the table on the ADF

    Hi all

    I have a table of the ADF in the title of the Collection of panels. For this table and Panel al. I gave height/width attributes that style inline. When I rearrange the columns using replenishment collection panels feature a horizontal scroll bar is on my page. I don't know why this is happening Infact when loading my page there is no such scroll bar on my page. I tried to use styleClass = "AFStretchWidth" but nothing fruitful happened.

    Help, please.

    Hi Avi,

    How is the property of the respective column to false noWrap set.
    Here is my code for your reference.

            
    

    PS: It works for me :)

  • Alignment of the table in Oracle Apex

    Hi all

    I use Oracle Apex 4.2.5 for application development. I used 26 theme.

    In my page I used the Template of the Page as a level with the sidebar tab left. Graphic design and report on this Page.

    I created a button to hide / show the sidebar.

    When I hide the sidebar, then more space white bar inside the graph. (chart appear somewhere not in the Center)

    My requirement is necessary reduce the white space (or center the graph) when the sidebar is leather.

    Here is my sample application to apex.oracle.com.

    Application name: chart

    Application ID: 36667

    Sugi_demo = workspace

    Username = my_demo

    password = my_demo

    Thank you

    Su.GI

    Hi Su.gi,

    Please check the application now.

    I removed the width fixed 530px and centered on the chart.

    I have used Inline CSS in the page attributes:

    object {
      margin: 0 auto !important;
    }
    

    I hope this helps!

    Kind regards

    Kiran

Maybe you are looking for

  • Workflow using the iPad in the field?

    I am a wildlife photographer and usually bring my MBP and Thunder drive with me in Africa. I try to lighten my load and bring an ipad instead. But I need to keep 2 backups as well as cards. To my knowledge, I was not able to find any solutions from t

  • Touchpad on Satelite C70D-12U works not

    I have a wireless mouse and thus, using F5 disabled the touchpad. Now, I can't get it working again. We told by support robot per person here, to put the laptop off and then remove the battery and the AC adapter before pressing and holding the power

  • Z580 to format HARD drive

    Hi, I recently bought a z580, I completely erased the hard drive to install windows 7 (came with 8) After having done that, nothing works. What I mean by that is I can turn on the laptop, it gives me the option to boot from disc, USB or the bios load

  • new pc how to transfer my music in my NES pc

    My old pc is broken, I just bought a new, but how can I transfer my music from my iphone to my new laptop?

  • Sharing of variable in window 7

    I have a project to Labview 8.6.1 with a lvlib of 9 shared variable, which are some of the simple basic variables (String, Boolean), but some are of type complex def. Project works to the original design of LV 8.6.1. I opened in LV 11 SP1f1 and share