Eliminate extra space in table cell

I cannot figure out what is causing the appearance of extra
space beneath the thumbnail images on the following webpage (this
space is in between the image and the cellborder):
http://www.canchair.com/new_web_product_detail.asp?ProductID=499&ProductFamily=5&ProductFa milySub=
OR THE RELEVANT CODE CAN BE VIEWED AS FOLLOWS:
HTML CODE FOR THE TABLE CELL CONTAINING THE EXTRA SPACE:
<a href= "javascript:;" class="small_img" >
<td class="small_img" onmouseover="showBigImage(
'imagescript.asp?path=<%= images("url_img")
%>&width=250','<%= images("url_img") %>','<%=
images("alt_img") %>' )"> <img
src="imagescript.asp?path=<%= images("url_img")
%>&amp;width=36" border="0" /> </td>
</a>
small_img STYLE SHEET CODE:
.small_img {
margin: 0;
border: 1px solid #A5ACB2;
cursor: hand;
padding: 0;
.small_img:hover td{
margin: 0;
border: 1px solid #000000;
cursor: hand
.small_img:hover{
color: red; /* Dummy definition to overcome IE bug */
}

View the page in Firefox, view source, and Go To Line will do
the trick (in
Firefox).
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
==================
"aonefun" <[email protected]> wrote in
message
news:gbp286$5vg$[email protected]..
>I was asking how to know which line of my code the errors
specified on
>
http://validator.w3.org/ are
referring to. I assume the line numbering on
> dw
> would not correspond as a webpage strips the server side
code.
>

Similar Messages

  • Delete extra spaces in table column

    hi how can i delete extra spaces in table column for example if table column value is store as 'ÄAAAAA ' how can i delete that extra space
    this is the column i what to delete extra spaces
    select SUBTYPES  from tablesubtype;am in
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE 11.2.0.3.0 Production
    TNS for Solaris: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    Edited by: adf0994 on 2012/12/03 11:30 AM
    Edited by: adf0994 on 2012/12/03 11:42 AM

    UPDATE tablesubtype
       SET SUBTYPES  = TRIM (SUBTYPES);Doing RTRIM alone will not suffice coz it'll only remove Right Spaces and NOT Left ones.
    I guess, in your case doing a TRIM will be more beneficial to be safe and prevent any left spaces in future.
    For intermediate spaces... try this.
    UPDATE tablesubtype
       SET SUBTYPES  = REGEXP_REPLACE (SUBTYPES, ' ', '');Hope this Helps,
    Ranit B.
    Edited by: ranit B on Dec 3, 2012 2:33 PM
    -- added regexp

  • Space in table cell content

    Hi,
    I want to add some space before and after the table cell content. I am using setIntercellSpacing() method to achieve that and I could get the required functionality. But its adding space in the Table Header also which looks odd. Is there any way to set the spacing only for the cell and not for the table header.
    Let me know if anyone has solution for this.
    Thanks and Regards,
    R.Vishnu Varadhan.

    I find this behaviour of setIntercellSpacing() very annoying, too. Why the hell did the Swing developers implement it that way?
    Nevertheless, you can create the desired effect by writing a custom cell renderer, but that is if course more work than that single method call.

  • Adjusting Space between table - cell border and cell content ?

    Hi all,
    Need a quick help.
    I am using a static table. By default, I have some space between the cell content and the text (yes, the cell margins).
    I wanted to reduce this space to '0'.
    Is there any option to adjust the cell margins? Thanks in advance !!
    1 more Q:-
    There are no options to merge 2 cells, are there ?
    Thanks,
    Navin.
    Edited by: 890074 on Mar 4, 2012 10:17 PM

    Hi Naveen,
    Until Documaker 11.5, there are no options to reduce the cell margin and no options to merge cells as well.
    Thanks.

  • Space between table cells

    I created a form based on the reports region. Is there any way that I can make the space between form fields on different lines to close to each other - i.e. 0 width between form fields "vertically". I tried to put valign="top" in either reports region template and region html table cell attributes but nothing works. Any working solution?
    Thanks.
    Andy

    Andy,
    Are you using Firefox with the web developer toolbar? If so, there's a nifty feature that allows you to view the CSS that controls any part of the page by simply clicking on it. A new page will open in Firefox that shows you the CSS selectors/definitions that are relevant to the area you clicked. Most forms/report in ApEx are laid out with tables so it's likely to have something to do with padding or margins between rows.
    Earl

  • Grep style to remove space in table cells?

    CS5.5
    I am working on an annual report - lots of tables, and for some reason a space appears before the content of everty text cell. (Left-over from Excel).
    I have tried to define a Grep style to remove the space at first in every cell.
    Can you help me define a Grep style to prevent I am having pains in my arm?
    BR Nina Storm

    You can't use a GREP style to remove anything, but you could do this with a GREP search.
    If it's just one space, use this:
    Find ^
    (in the formula above, type a space after the ^)
    replace with nothing
    This will find any single space at the beginning of a paragraph and remove it.

  • Images as table cell content

    Hi,
    we are using thumbnail images for representing some employee status in a table. Images are displayed successfully.
    Problem is the white space between two cells, we want to eliminate the space between two cells. I have tried cell width property but it doesn't help.
    Any other suggestions to achieve this.
    Thanks a lot.
    Rgds

    Hi Sharanya,
    I could not find property cell spacing and cell padding property for cell.
    I am on Nw04.
    Is there other way we can achieve this.
    Rgds

  • Why are some cells in my spreadsheet higher than others? There's like extra space.

    Why are some cells in my spreadsheet higher than others? There's like extra space.

    DreamLife,
    you can adjust the row height byt selecting the separator between rows.  It is possible you made this adjustment accidentally.  To se the row height to be the same as other rows select a row that has the height you want:
    Then open the table inspector.  Look at the row height and note the value.  Now select the row (s) you want to adjust, then change the "Row Height" value in the table inspector.  To view the inspect select the menu item "View > Show Inspector"

  • How can I add dots after text to fill the remaining space in a table cell?

    What is the most efficient way to add dots after text to fill the remaining space in a table cell? I know it is possible using tabs but is this possible using a table?

    You can put a tab inside a table cell using Option+Tab
    Then just set the right-aligned tab stop and the right edge of the table cell and add the leader.

  • Multiple tabs in table cell (FM 7)

    Hey gang,
    I've got a table that requires multiple tab stops in one table cell.  They're easy enough to place--I use the Tab Stops segment in Paragraph Designer--but I cannot move back and forth between the tabs. Each tab stop must be numbered.  For example, I inserted seven tab stops in the cell.  Is there a way to step through the tab stops without leaving the cell? 
    Thanks in advance!
    -terry-

    I need to add that the above may not work, depending on your platform and FM release.
    On FM7.1/Unix, Find randomly fails to find things in tables, and tabs are no exception. The hack above did not work.
    On FM9/Win7, Find of \t did navigate between tabs in a table.
    The real parent problem here may be: who gets to see the keycode from the [Tab] key? It appears that the OS GUI gets first crack at it, and what's passed to the app may not be an 09h character but some window nav event (that has to be converted back to an \x09 when the intent is to type a tab into the text, but when the focus is in an FM table, FM thinks you want nav).
    An FM-specific sub-problem is that FM doesn't support tables within tables (actually, it does, but you have to create a new text frame inside an anchored frame inside the table cell). Tables within tables would eliminate the temptation to tab.
    Tabs, of course, have been a CS problem forever, as there was never an agreed industry standard for what they meant (move 8 spaces, or move to next multiple of 8 space from left, or move to next tab stop, and what if none are defined, etc.). In FM, users who use tabs are generally doing so from habit from other word processors, and are grabbing the margin tab tool, rather than defining stops in Paragraph Designer. A later author updates the para format, resetting all overrides, and bye bye tabs.
    I usually use borderless tables these days for body text layouts that might historically have been done as tabs.
    If I need column-control inside table cells, I'll often use as many columns as needed, and straddle them in the cells that don't use the extra columns).

  • 6575722.994:   ADDITIONAL BLANK TABLE CELLS ADDED IN RTF HEADER

    HI all,
    XML:5.6.3
    APPS:11.5.10.2
    Please advice,
    RTF template associated with PO Output for Communication (tempalte uploaded). When previewed,
    data displays correctly.
    When output is viewed from Application, additional blank table cells are added in header area.
    These blank table cells are unwanted.
    Also :
    If I have multiple pages of output, the application is losing the header and footer after the
    first page.
    If I preview the template from Microsoft Word with the same output, the header and footer shows on
    all pages.
    Customer said:
    'not looking for help designing the template - I have a template that gives
    different output when output is viewed in the template builder and compared against the output from the application.
    I am looking for assistance on which output is incorrect, and what cna be done to ensure both outputs are consistent'
    thxs!

    check if you have any carriage return,or extra space in your tag
    or if you are using 'IF' condition try using @inlines.
    these are the general situations were extra space is created in your output

  • How do I remove extra space between paragraphs

    I'm writing a research paper, and between paragraphs an extra line of space is added.  My professor isn't happy about this.  Help me eliminate the space.

    The default after paragraph spacing in Pages is 12 points. With a 12 point font, this puts a whole line-worth of space after each paragraph return. It is very easy to change this in the text inspector.
    If you don't want to have to remember to change it each time you open a new blank word processing document, create your own template. Open the blank template & set up your document with the line spacing, margins, headers, etc. as you'd like. Redefine all of the paragraph & character styles to have your desired font. You can set default wrap for any object as well as many other settings. Insert a table, click in it & choose the font, size, color, etc. you want in the fonts panel or format bar. You can do similar changes to inserted objects & text boxes. While you're at it resize the box if you want, set the amount of extra space in the wrap inspector, etc. Delete each text box, object & table after you've set them.
    Now, save this document as a template & select that template as default in preferences. If you decide to make any changes to the template down the road, just Save As Template again with the same name & replace the previous version. All of your new documents will have these settings for inserted objects, images & tables. Unfortunately, the settings won't apply to any other templates or "foreign" documents you open with Pages.

  • Table cell collapse...

    My last question for now...
    How can I get this cell to collapse so only my CSS assigned
    to this particular cell is dominant. Right now, my CSS inserted
    graphic shows, but the cell left a block of white space above the
    graphic...as if the table cell didn't know to collapse (or crop
    down) to the CSS image. Here is the bit of code & I am unsure
    as how to edit it accordingly. -- I just need for the cell to
    collapse in favor of the assigned CSS image graphic.
    <tr>
    <td width="0" height="0"
    class="dotbar01"> </td>
    </tr>
    Thanks a lot!

    r_tist wrote:
    > Here is the status now...
    > I deleted "&nbsp" from my code & that made the
    cell extra space collapse. When
    > the cursor is in this cell, my properties shows my
    designated name of CSS,
    > however, the CSS visual does NOT appear (even though
    it's name does). -- make
    > sense?
    >
    > .dotbar01 {
    > background-image: url(dotbar01.jpg);
    > background-repeat: repeat-x;
    >
    > That's my CSS for .dotbar01. It seems to only show up on
    screen if I include
    > the "&nbsp" in my code, which causes the problem of
    including a chunk of white
    > space, the cell not collapsing to the graphic height.
    >
    > Any ideas? --Thanks!
    >
    Thats because the &nbsp stops the cell from completely
    collapsing. Try
    putting some height in cell.
    .dotbar01 {
    background-image: url(dotbar01.jpg);
    background-repeat: repeat-x;
    font-size: 7px;
    or
    .dotbar01 {
    background-image: url(dotbar01.jpg);
    background-repeat: repeat-x;
    height: 7px;
    or put a transparent gif into the cell set at the height you
    want it to be.

  • Table cell wont shrink to image size?

    I place an image in a table cell and set all properties to "0" but it displays in the browser with extra space on the bottom?

    I was just simply adding an image into a cell, not using a style sheet.
    And always there is a couple of pixels space below the image, which is the red bkgd color you see.
    Here is code:
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Untitled Document</title>
    </head>
    <body>
    <table height="442" border="0" cellspacing="0" cellpadding="0">
      <tbody>
        <tr>
          <td bgcolor="#B13B3D"><img src="Hana/soap_site/IMAGES/Test_img.gif" width="618" height="442" alt=""/></td>
        </tr>
      </tbody>
    </table>
    </body>
    </html>

  • IE6 Adding Space in Tables

    I have a design that includes nested tables. The page appears
    as it should in FireFox (ie. as it appears in DW8); but, in IE6
    there is extra space being added. It looks like the space is being
    added below the content in the table cells. I'm using CSS and I've
    tried setting margins to zero and collapsing the borders of the
    tables, but nothing is working.
    Can anyone suggest how to clear the added space in IE6?
    Thank you,
    Ron

    As Osgood mentions can't really tell until your code is
    sighted... post a
    link.
    Make sure you don't have any empty <p> or <br>
    tags after the close of your
    table or before the ending body tag.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    http://www.DreamweaverResources.com
    |Tutorials|SEO |CSS Templates
    http://www.adobe.com/devnet/dreamweaver/css.html
    CSS Tutorials for Dreamweaver
    "RonSanSolo" <[email protected]> wrote in
    message
    news:eeudq1$eou$[email protected]..
    >I have a design that includes nested tables. The page
    appears as it should
    >in
    > FireFox (ie. as it appears in DW8); but, in IE6 there is
    extra space being
    > added. It looks like the space is being added below the
    content in the
    > table
    > cells. I'm using CSS and I've tried setting margins to
    zero and collapsing
    > the
    > borders of the tables, but nothing is working.
    >
    > Can anyone suggest how to clear the added space in IE6?
    >
    > Thank you,
    >
    > Ron
    >

Maybe you are looking for