White lines in tables after conversion

RH8 and Word 2007
I've just done my first successful printed document, and some of the tables (only some) come across with white lines above and below the text that's in them.  If I delete the text, the lines stay there.  I've tried everything in Word I can to get rid of them (these are single-cell tables that contain Tips and such, with shading and a single outside border), but nothing seems to work.  Could it have something to do with the way I'm formatting the tables in RH?  Like I said, it's only some tables, but sometimes I will copy one and paste it into another topic and change the text.  That's the only thing I do that I'm aware of that might be "unusual."
Thanks!

> Looks to me like you have *table* borders set to "0,"
and cell bordercolor
> set to "0" (not even sure what that does - pretty sure
the answer is
> "nothing").
It also would make your page fail validation!
> You need to set the *td* (cell) borders to none.
>
> In CSS:
>
> td { border:none; }
Not at all. Adding the cellspacing="0" will do the trick.
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
==================
"Tim G" <[email protected]> wrote in
message
news:ggka1n$hsh$[email protected]..
> "Westsidebill" <[email protected]>
wrote in message
> news:ggk89j$fpf$[email protected]..
>>I don't seem to be able to get rid of white lines
between tables/cells on
>>my
>> websites. I have the borders set to "0" and no
"Padding", etc. Does
>> anyone
>> have an idea of how to remove these so the cells
blend together. You can
>> see
>> an example on the top graphic of this website:
>>
http://www.peterburnett.org/
>
> Looks to me like you have *table* borders set to "0,"
and cell bordercolor
> set to "0" (not even sure what that does - pretty sure
the answer is
> "nothing").
>
> You need to set the *td* (cell) borders to none.
>
> In CSS:
>
> td { border:none; }
>
>
>
> --
> Tim G.
>
http://www.pactumweb.com
>
http://www.shortordersite.com
>

Similar Messages

  • White Lines in Tables

    I don't seem to be able to get rid of white lines between
    tables/cells on my websites. I have the borders set to "0" and no
    "Padding", etc. Does anyone have an idea of how to remove these so
    the cells blend together. You can see an example on the top graphic
    of this website:
    http://www.peterburnett.org/
    Thanks!

    > Looks to me like you have *table* borders set to "0,"
    and cell bordercolor
    > set to "0" (not even sure what that does - pretty sure
    the answer is
    > "nothing").
    It also would make your page fail validation!
    > You need to set the *td* (cell) borders to none.
    >
    > In CSS:
    >
    > td { border:none; }
    Not at all. Adding the cellspacing="0" will do the trick.
    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
    ==================
    "Tim G" <[email protected]> wrote in
    message
    news:ggka1n$hsh$[email protected]..
    > "Westsidebill" <[email protected]>
    wrote in message
    > news:ggk89j$fpf$[email protected]..
    >>I don't seem to be able to get rid of white lines
    between tables/cells on
    >>my
    >> websites. I have the borders set to "0" and no
    "Padding", etc. Does
    >> anyone
    >> have an idea of how to remove these so the cells
    blend together. You can
    >> see
    >> an example on the top graphic of this website:
    >>
    http://www.peterburnett.org/
    >
    > Looks to me like you have *table* borders set to "0,"
    and cell bordercolor
    > set to "0" (not even sure what that does - pretty sure
    the answer is
    > "nothing").
    >
    > You need to set the *td* (cell) borders to none.
    >
    > In CSS:
    >
    > td { border:none; }
    >
    >
    >
    > --
    > Tim G.
    >
    http://www.pactumweb.com
    >
    http://www.shortordersite.com
    >

  • White lines in table

    I am new to using Dreamweaver and I was trying to make a
    website composed of images. I created the template on Photosho CS2
    and then I cut them into slices and I'm trying to make my website
    on Dreamweaver using tables.
    I started out making 1 row and column and then I continued on
    by splitting cells and making my website but it doesnt come out
    right. I have these tiny white lines in between some rows and
    columns. I tried squeezing them (moving all the rows and columns
    together) but still nothing changes. Heres a screenshot of what my
    website looks like:
    http://img352.imageshack.us/img352/7653/untitled1fz7.jpg
    Can someone please tell me what to do to get rid of those
    white lines. Also I have checked the code and I don't see any
      tags so it cant be that.

    streekd wrote:
    > Nope, sorry Osgood, both of your suggestions didnt work.
    And yes my cellspacing
    > and cellpadding and border are all set to 0. The reason
    I kept spliting was
    > because I had the same problem when I did it with alot
    of cells. Thats why I
    > just thought making 1 and splitting it might work.
    >
    > I have also skimmed through those websites you suggested
    Murray but none of
    > the tutorials looked helpful.
    >
    > Here is my code. I know it won't really help much
    because the images are on my
    > computer but maybe you can find some flaw.
    Remove all the height and widths from the cells, as the code
    shows below
    and see if that helps. Its not a very stable stuture, thats
    why you are
    encountering problems. By splitting and merging you are
    setting up
    forces which are pushing and pulling the table out of shape.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    <body>
    <table border="0" cellpadding="0" cellspacing="0">
    <tr>
    <th colspan="2" rowspan="2" scope="row"><img
    src="images/sdimages_01.png" width="161" height="58"
    /></th>
    <td colspan="3" scope="row"><img
    src="images/sdimages_02.png"
    width="590" height="9" /></td>
    </tr>
    <tr>
    <td colspan="3" scope="row"><img
    src="images/sdimages_03.png"
    width="590" height="49" /></td>
    </tr>
    <tr>
    <td colspan="2" scope="row"><img
    src="images/sdimages_04.png"
    width="160" height="66" /></td>
    <td colspan="3" scope="row"><img
    src="images/sdimages_05.png"
    width="591" height="68" /></td>
    </tr>
    <tr>
    <td rowspan="7" scope="row"><img
    src="images/sdimages_06.png" width="66"
    height="229" /></td>
    <td scope="row"><img src="images/sdimages_08.png"
    width="93" height="42"
    /></td>
    <td rowspan="9" scope="row"><img
    src="images/layout_02-10.png"
    width="75" height="577" /></td>
    <th rowspan="9" scope="row"><img
    src="images/sdimages_11.png"
    width="443" height="577" /></th>
    <th rowspan="9" scope="row"><img
    src="images/sdimages_12.png" width="73"
    height="577" /></th>
    </tr>
    <tr>
    <th scope="row"><img src="images/sdimages_13.png"
    width="94" height="31"
    /></th>
    </tr>
    <tr>
    <th scope="row"><img src="images/sdimages_14.png"
    width="93" height="32"
    /></th>
    </tr>
    <tr>
    <th scope="row"><img src="images/sdimages_16.png"
    width="93" height="32"
    /></th>
    </tr>
    <tr>
    <th scope="row"><img src="images/sdimages_17.png"
    width="93" height="31"
    /></th>
    </tr>
    <tr>
    <th scope="row"><img src="images/sdimages_18.png"
    width="93" height="30"
    /></th>
    </tr>
    <tr>
    <th scope="row"><img src="images/sdimages_19.png"
    width="93" height="30"
    /></th>
    </tr>
    <tr>
    <th colspan="2" scope="row"><div
    align="center"><img
    src="images/sdimages_20.png" width="159" height="66"
    /></div></th>
    </tr>
    <tr>
    <th colspan="2" scope="row"><img
    src="images/sdimages_21.png"
    width="159" height="284" /></th>
    </tr>
    <tr>
    <th colspan="5" scope="row"><img
    src="images/layout_05.png" width="751"
    height="50" /></th>
    </tr>
    </table>
    </body>
    </html>

  • Why does a photo from PDF have lines through it after conversion?

    I am trying to edit a flier that was sent to me as a pdf. Have tried several times to convert and there are white lines through it. It was originally created in Publisher, if that helps. The Adobe Acrobat subscription doesn't do me much good if I can't convert a flier with photos with good quality. Help

    Hi traditional healing,
    You may try to change the setting for image conversion as showing in this forum link:: Al convertir archivos JPEG a PDF el tamaño queda muy grande y al conbinarlo con otros archivos queda muy disparejo, como…
    Regards,
    Ajlan Huda.

  • R9600PRO white lines after Omega drivers

    Hias,
    I installed a Radeon9600PRO on folling config:
    -KT3 U2
    -2x256MB DDR400
    -AMD XP 2000+
    -Win XP pro SP1 straight of cd, no updates
    -Eizo 17" F56 CRT
    -Catalyst 4.11
    -Fastwrites is on
    -AGP apenture size is 128MB
    -AGP speed is 4x
    When I tried Aquamark it crashed. So I tried catalyst 4.10, 4.7, 4.9 same result.
    When i tried Omega 2.9.5, it did finish but it only gave 16K points on aquamark. According to tomshardware it should do 26K on aquamark.
    Since I intalled the Omega drivers, there are thin vertical lines all over the screen. When I deinstalled them and reinstalled catalyst (several versions), the lines stayed .
    Edit: White lines have gone after turning of fast write...
    2 questions:
    -Is 16K on aquamark normal with that config.
    -What causes the message EXCEPTION_ACCESS_VIOLATION at the end of aquamark.
    Everytime I think I am becoming a HW ace, something like this happens...plz help  
    Case temp is 26C, it also happens when comp is cold.

    It appears KT3 chipset and DDR400 don't mix well.
    Since downgrading goes against everything I believe in, I ordered a K8T Neo FSR and Sempron 3100+  

  • HT1208 After updating my iphone 5C, the screen was black but had the itune logo in the center, a white arrow pointing to the logo, and what seemed like a white lock, but it had a long white line leading to the bottom of phone.  Phone is now frozen.  What

    After adding the latest update to my 5c iphone, the screen was black, with the itune logo in the center, a white arrow below it point to the logo, and below that, what seemed to be a white lock, but it had a long white line reaching the bottom of the screen.  I can't get the phone to start.  The white apple appears and then I get the same logo, arrow, etc.  What can I do to fix this?  Thanks for any assistance.

    i m also put passcode in my iphone...but i dont know that how i know that my passcode is crack by someone???and same as police is not interested to find out it..
    i want ma iphone backkk...........

  • Disappearing white lines in standard table mode

    I always work in Standard Table Mode -- today I somehow lost
    the white lines that help me make sense of it.
    Screenshot:
    http://www.clicksharpmarketing.com/beta/file_stash/Picture2.png
    So it is supposed to look like what you see in the
    screenshot, but in actuality there are none of those lines. Did I
    accidentally toggle something off?
    Thanks
    PB

    Hi PB!
    It sounds like you might be disable CSS layout lines. Open
    your visual aid that is in the document tool bar (the icon with an
    eye) and see if it’s anabled.
    Cheers!

  • After importing pictures they became grey with doted white line around

    I have imported pictures (RAW CR2 format) from my camera hundreds of times and they all went well. But this time the only the import worked well (I saw the preview when each picture was imported). Then Iphoto asked if i would like to delete the pictures on the camera after import. I deleted them. But then when I should take a look at the pictures they were grey with doted white lines around all of them. When I chose a picture and check the properties I can see that the pictures use normal space. I tried to drag one picture to a directory in the finder but this didn´t work either. The export doesn't work either. When I scroll fast among the pictures I can see them for a short period but when I stop scrolling they will turn grey with doted white line around. Whats wrong? and how to solve?
    system: iPhoto11 and Lion.

    The ! turns up when iPhoto loses the connection between the thumbnail in the iPhoto Window and the file it represents.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Thin white line acroos the top of my screen after software update. Can NPRAM reset help to solve this or is it a permanent pixel problem?

    Sudden thin white line acroos the top of my screen after software update. Can NPRAM reset help to solve or is it permanent pixel problem?

    Try PRAM reset.
    Reset PRAM:   http://support.apple.com/kb/PH14222
    Best.

  • White horiz lines in image after rotate

    I have pasted an map image from ArcMap 10.2. The pasted image looks fine, and the scale is correctly maintained (I had previously set the scale in both programs to be the same).
    However, after the image was pasted in to Visio 2010 and I rotated the image, the rotated image now has faint white lines running horizontally. In an 9x17 image within an 11x17 document there are 8 such lines, evenly spaced from the top.
    Any suggestions as to how to rotate the image without incurring the horiz lines?  Or how to get rid of the lines after they appear?

    Hi,
    To further help you, could you please upload a sample file created in ArcMap 10.2 to Onedrive and share the link here?
    According to a preliminary inspection, white horiz lines in image appearing in drawing may be caused by compatibility of ArcMap 10.2 and Visio 2010.
    We need to do more research, then tell you more detail information.

  • Can't stop Thunderbolt display from flickering white lines after firmware update (Yosemite)

    I am having serious issues after the Thunderbolt Display Firmware Update 1.2. Running Yosemite on MacBook Pro and I am now getting white lines that gradiate from the bottom to the top of my screen across multiple browsers, apps and even the finder window anytime I move my mouse. I cannot take a screenshot (it stops when I try) but I posted a video here:
    http://youtu.be/3zOKL1JFp5M
    It is impossible to work this way and after 20 minutes of watching my screen constantly refresh anytime I move my mouse I am feeling nauseous.
    Is there anyway to UNINSTALL this firmware update? I was not having this kind of problem before. Every once in awhile I was finding my Thunderbolt display would not wake up after sleep and I thought the firmware update would fix that, not cause more, crazier problems. It is causing this gradiating line problem on my Thunderbolt display AND my MacBook Pro screen, which is even more bizarre.

    I updated and no issues with my 2012 Mini so may be computer related.  I believe once a firmware has been "burned" into the chip it cannot be redone.

  • White lines after eye dropper tool?

    Currently doing a project and I've been using the eye dropper tool and then filling in with the background colour and the white line that i used to create the shape goes, which is what I want to happen. However now all of a sudden, it is not going after I use the eye dropper tool, and its really ticking me off!
    Any help?

    The only part of your description that I understand is that it involves the eyedropper and that you are severely irritated.
    Using the eyedropper tool on what? Filling in what with what background color? What white line/what shape? The white line goes…where? Please tell us precisely what you have, what you are trying to accomplish, exactly what you have done to try to accomplish it, and what has happened instead of what you expected. And what OS and Illustrator version you are using. Perhaps a screenshot or two would help us to help you.

  • The camera on my iphone4 opens up but seconds after the screen turns black with white line.

    Hi guys! Please help me I have iPhone 4 .the camera although opens up when I press the button, but seconds after the screen turns black with white line. Need I need it repaired or there is some trick which can set it right.?

  • How to view lines in table control after pressing vertical scroll bar

    Hi Experts, 
    I created table control in MPP, While design my layout I design table control with 12 lines(Fixed),  But I am moving my internal table values to table control. my internal table have more then 12 lines. My problem is I cant view my 13, 14th line in table control.  Could you help me in solve this issue?

    Please make sure that you have used the following code in the PBO
    DESCRIBE TABLE it_tab LINES tab_ctrl-lines.

  • White line appears after cutting selection to new layer?

    i cut someones face out using the laso tool and placed it on a new layer via cut to new layer. now it seems to show a white line around the area where i cut it? why is this?
    Thanks.

    When using the lasso tool as in your example uncheck
    antialias in the tool options bar before making the selection.
    MTSTUNER

Maybe you are looking for

  • Can I retrieve the version information in the mxi file using the C   sdk?

    Hello I am trying to find a way to get the version information that is available in the zxp package from within the C++ code (I have a mixed C++ / html - JS) plugin In the mxi file there is e.g.   <macromedia-extension id="..." name=".." version="0.1

  • BDC of multiple line item

    Dear All, I am writing BDC for F-28 Where  wanted to add multiple line items in screen 0731 for the field rfo5a-sel01 It's urgent Regards Shashikant

  • Leopard Rack Mount Server shutting down

    We have a new OSX server that is shutting down each day on its own. The log tells us "improper shutdown detected" My guess is that we have some setting wrong, but can't seem to figure which one. Currently we are using our old G4 server running an old

  • How do i get to the firefox window so i can reset the default settings?

    it is very slow online and when i went on today there was a message to reset to default settings. when i clicked that, it told me to go to the firefox window so i could reset. i don't know how to get to the firefox window. firefox immediately goes to

  • Adding Text to Java3d

    HI , In my application i need to add text in my java3d scene at the runtime at any no of places. How can i acheive that. Somebody suggested me of Overlays.I dont know what is that actually (I am learning that actually)..but can somebody help me in th