Strange lines appear in tables?

Whenever I delete a row or column at the end of a table a strange black line appears, I have to keep going back to strokes and fills to adjust the table to have I want it. Is there something I am doing wrong?

Before and after screen shots would be very helpful, along with the version of ID and your OS. Embed the images in a post using the camera icon on the web page like this:

Similar Messages

  • Strange lines appearing behind itunes

    I went away for the holidays, and when I got back I booted up my 2006 iMac. Today for the first time, there are strange lines appearing behind iTunes whenever it is open but not the active window. I tried quitting and restarting iTunes, but the lines come back. I wish I could upload a screen shot of what this looks like on my desktop, it's very weird. It does not happen behind any other program window. Only iTunes. The lines appear as if they are extensions of the iTunes window formatting, in line with the side bars, etc. Has anyone else experienced this? Any tips for getting it to quit?

    I just wanted to add that I am also seeing the same problem: strange lines around the borders of the iTunes window. The most obvious ones are a set of four vertical lines running parallel to both sides of the iTunes window, although there are other strange bits as well, mostly around the top corners of the window, as well as a single thin horizontal line above the top of the iTunes window. These unusual lines started appearing "out of the blue" sometime in the past few weeks -- as in, not right after an update or any other configuration change to my mac... The only change I can say I did recently was to update to OS 10.6.6, although I know others who are running 10.6.6 and aren't having this issue with iTunes. I also wanted to add that in my case, I only see these strange lines when iTunes is the active window. Further to that, updating to iTunes 10.1.2 does not fix the problem, unfortunately.

  • Strange line appearing on my home page

    I keep having a strange rectangular line appearing on just my home page below the banner. How can I fix this?

    Thanks for the reply. It is just appearing on the actual web site, not in iWeb. Regardless of what computer the website is accessed from, the line still appears. I am not finding anything on the layout or view option in actual iWeb.

  • Line appearing between tables?

    A line is appearing between tables that I can't get rid of. I
    can't seem to make the tables touch. I took a screen of it; I don't
    want that line to be there in the white:
    http://aycu19.webshots.com/image/26338/2005650946393136015_th.jpg

    You have a mistake here -
    <td width="170" height="150" valign="top"
    class="sidebar_buttons"><a
    href="index.html" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><a
    href="index.html" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><a
    href="index.html" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><img
    src="global/nav/homebar_norm.png" alt="Home" name="Home"
    width="130"
    height="30" border="0" id="Home"
    /></a></a></td>
    Note the nested <a> tags ----------------^^^^^^^^
    That's wrong. Each <a> tag must be properly terminated
    <td width="170" height="150" valign="top"
    class="sidebar_buttons"><a
    href="index.html" onmouseout="MM_swapImgRestore()"
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><img
    src="global/nav/homebar_norm.png" alt="Home" name="Home"
    width="130"
    height="30" border="0" id="Home" /></a></td>
    In fact, two of them were redundant, and I deleted them.
    Perhaps your line is coming from the spacer row at the bottom
    of the top
    table?
    <tr><td height="1"><img src="spacer.png"
    alt="" width="170" height="1"
    /></td><td><img src="spacer.png" alt=""
    width="530" height="1"
    /></td><td></td></tr>
    </table>
    Change this by removing the entire row -
    </table>
    and see what happens.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    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
    ==================
    "mbaboy" <[email protected]> wrote in
    message
    news:[email protected]...
    > Ok, here's the code. I'm a n00b, so my code is very
    inefficient. I barely
    > know
    > how to read code, so I apoligize in advance if I gave
    you too much.
    > Basically
    > there is a table on top with two cells for the banner,
    and one below it
    > for the
    > sidebar with a few cells. The problem comes between the
    two tables. Thanks
    > a
    > lot.
    >
    > <!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=utf-8" />
    > <title>CoreFitness Personal Training</title>
    > <link href="styles.css" rel="stylesheet"
    type="text/css" />
    > <script type="text/javascript">
    > <!--
    > function MM_swapImgRestore() { //v3.0
    > var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++)
    > x.src=x.oSrc;
    > }
    > function MM_preloadImages() { //v3.0
    > var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    > var i,j=d.MM_p.length,a=MM_preloadImages.arguments;
    for(i=0;
    > i<a.length;
    > i++)
    > if (a.indexOf("#")!=0){ d.MM_p[j]=new Image;
    > d.MM_p[j++].src=a
    > }
    >
    > function MM_findObj(n, d) { //v4.01
    > var p,i,x; if(!d) d=document;
    >
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    > d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    > if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++)
    > x=d.forms[n];
    >
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    > x=MM_findObj(n,d.layers
    .document);
    > if(!x && d.getElementById)
    x=d.getElementById(n); return x;
    > }
    >
    > function MM_swapImage() { //v3.0
    > var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array;
    > for(i=0;i<(a.length-2);i+=3)
    > if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc)
    > x.oSrc=x.src; x.src=a[i+2];}
    > }
    >
    > //-->
    > </script>
    > </head>
    >
    > <body
    >
    onload="MM_preloadImages('global/nav/homebar_rollover.png','global/nav/about_rol
    >
    lover.png','global/nav/contact_rollover.png','global/nav/trainers_rollover.png')
    > "><table width="100%" border="0" cellpadding="0"
    cellspacing="0"
    > class="banner">
    > <!--DWLayoutTable-->
    > <tr>
    > <td width="170" height="100" valign="top"
    class="sidebar_topend"><img
    > src="global/banner/logo_left.png" alt="CoreFitness"
    width="170"
    > height="100"
    > /></td>
    > <td width="530" valign="top"
    bgcolor="#6600FF"><img
    > src="global/banner/logo_right.png" alt="CoreFitness"
    width="530"
    > height="100"
    > /></td>
    > <td width="100%"
    valign="top"><!--DWLayoutEmptyCell--> </td>
    > </tr><tr><td height="1"><img
    src="spacer.png" alt="" width="170"
    > height="1"
    > /></td><td><img src="spacer.png"
    alt="" width="530" height="1"
    > /></td><td></td></tr>
    > </table>
    > <table width="170" border="0" cellpadding="0"
    cellspacing="0"
    > class="sidebar">
    > <!--DWLayoutTable-->
    > <tr>
    > <td width="170" height="150" valign="top"
    class="sidebar_buttons"><a
    > href="index.html" onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><a
    > href="index.html" onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><a
    > href="index.html" onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('Home','','global/nav/homebar_rollover.png',1)"><img
    > src="global/nav/homebar_norm.png" alt="Home" name="Home"
    width="130"
    > height="30" border="0" id="Home"
    /></a></a></td>
    > </tr>
    > <tr>
    > <td height="30" valign="top"
    class="sidebar_buttons"><a href="#"
    > onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('About','','global/nav/about_rollover.png',1)"><img
    > src="global/nav/about_norm.png" alt="About" name="About"
    width="130"
    > height="30" border="0" id="About"
    /></a></td>
    > </tr>
    > <tr>
    > <td height="30" valign="top"
    class="sidebar_buttons"><a href="#"
    > onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('Trainers','','global/nav/trainers_rollover.png',1)"><
    > img src="global/nav/trainers_norm.png" alt="Trainers"
    name="Trainers"
    > width="130" height="30" border="0" id="Trainers"
    /></a></td>
    > </tr>
    > <tr>
    > <td height="31" valign="top"
    class="sidebar_buttons"><a href="#"
    > onmouseout="MM_swapImgRestore()"
    >
    onmouseover="MM_swapImage('Contact','','global/nav/contact_rollover.png',1)"><im
    > g src="global/nav/contact_norm.png" name="Contact"
    width="130" height="30"
    > border="0" id="Contact" /></a></td>
    > </tr>
    > <tr>
    > <td height="300"
    class="sidebar_buttons"> </td>
    > </tr>
    > </table>
    > </body>
    > </html>
    >

  • Strange lines appear around transparent PNG's when document PDF'ed

    Hi
    I have inserted some transparent PNG images into my Pages document, and they look fine on my screen, and they also look fine when I export to PDF and view in Preview.
    However, if I view the PDF in Acrobat (or send it to a Non-Mac user and they view it in Acrobat), there are thin lines around many of the PNG images, which make them look ugly and sloppy, and very un-Mac-Like! Any ideas why these lines are appearing and how to prevent them?

    Hi logree
    Welcome to the forum.
    My guess is that it is showing just the edge of the masked background used to hide the alpha channel background of the .png.
    This happens I think, because the postscript mask may be centred on the outside rows of pixels in Acrobat, with half the pixels still being revealed.
    You can try masking in Pages' instead:
    +Menu > Format > Instant Alpha+
    or try a Photoshop file with transparent background, to see if that eliminates the problem.
    Peter

  • Strange line appeared on iPhone 3G

    Today, a short line has appeared on the top black panel just under the earphone jack. It looks to be INSIDE the glass screen and NOT an external scratch. It won't go away.
    Anyone else had this, and is it grounds for a replacement (purchased from O2)?
    PeteBell, UK

    Hey Pete,
    Do you see the line when the iPhone is powered off? Just hold the Sleep/Wake button until it you see slide to power off, then slide to power off.
    If so, the iPhone may need hardware repair. Make a reservation to have a Genius at a local Apple retail store take a look at it or call AppleCare.
    http://www.apple.com/retail/geniusbar/
    U.S. iPhone technical support: 1-800-MY-IPHONE (1-800-694-7466)
    Jason

  • Sporadic strange lines in my screen

    It happens sometimes that strange lines appear in my screen for some miliseconds XD. It's a short time but it finishes being unconfortable.
    I'm using xorg with xf86-video-intel, i've got direct rendering and i'm using the gnome desktop. Any idea?

    i have the same problem. about a day after i got my ipod little lines appeared on the screen, when i have my ipod on it looks like i have little lines of water on the screen so it makes the pixles look messed up. i guess they must be sratches but i dont want a big protective case for my ipod. any suggestions?

  • Strange lines on my screen

    Recently I have noticed strange lines appearing on the screen of my MacBook Pro - they appear and disappear randomly.  I have noticed it especially on and around icons, as well as around the edges of Finder windows.  Today it escalated to the point where I couldn't see anything on the screen (see attached screenshot).  My computer is about 3 years old and I haven't had any problems with it.
    I just recently upgraded to Mavericks - could this have anything to do with it?  The problem started shortly thereafter.
    Please help!!

    Disabling "Automatic Graphics Switching" seems to work to resolve this problem.
    System Prefs -> Energy Saver -> Disable automatic graphics switching
    Source:
    https://discussions.apple.com/message/23982751#23982751

  • Strange lines

    I create tutorials for a company. Ever since I started using
    Adobe Captivate 3 (over a year), strange lines appear in the
    rendered version of certain screen shots. These lines only appear
    in a consistent group of screen shots. I have tried every angle I
    could think of to get rid of them including:
    Exporting the existing backgrounds and inserting them into a
    new project.
    Taking new screen shots.
    Importing the project into Flash 8.
    Pulling out my hair.
    Again, these lines do not appear in the project until I
    render it into a flash file and run it.

    Welcome to our community, Scoot
    Have you tried the following? Right-click the slides
    exhibiting the behavior and choose Properties. Then adjust the
    Quality. Perhaps JPEG or something else.
    Cheers... Rick

  • Line style of Word tables is ignored. Broken lines or dotted lines appear as uninterrupted lines

    Bug in Adobe XI:
    The line style of Word tables is ignored. Broken lines or dotted lines in Word tables are shown as normal uninterrupted lines in PDF file.
    For example, in my Word document I choose the following line styles in tables: dotted line (.........................) or broken line ( - - - - - - - - - - - - ).
    In the PDF file, all lines are shown as normal uninterrupted lines (__________________), even if I zoom in 800% or more.
    Is there a solution for this problem? (In FreePDF, it works well, but FreePDF has other disadvantages and therfore is no solution for me.)

    Ok 1st one. The warning restriction message relates to this line in main.cf:
    smtpd_helo_restrictions = permit_sasl_authenticated  permit_mynetworks  check_helo_access hash:/etc/postfix/helo_access  reject_non_fqdn_hostname  reject_invalid_hostname  permit reject_invalid_helo_hostname
    The last reject occurs after the single word "permit" and is ignored.
    However, that's not the problem.
    I'm not exactly sure what's happening, but this might be a clue.
    It would appear that either postfix is not being able to create the socket for private/policy or it's somehow created with the wrong permissions.  You might need to ramp up the debug level to get a better idea.
    You could check if it's being created by "netstat -a | grep private/policy" in terminal.
    My guess is that it's not being created because there is no setup statement in your master.cf file, but I don't understand why postfix would be looking for it if it isn't set up.  Private/policy I think relates to grey listing.  Maybe gives you a hint.

  • White lines appear on videos since my new Mac Pro - Why?

    Hello,
    I'm the happy owner of a Mac Pro 2,7 GHz 12-Core Intel Xeon E5 / 64 gig RAM / 2X AMD FirePro D700 6144 Mo running on OS X 10.9.3 (13D65).
    I'm using CC latest version but also Red Giant Magic Bullet LOOKS to color grade my videos (on an adjustment layer). I have 3 HDD (1 SSD in the computer with the programs + 1 external (Thunderbold) G-RAID for cache files + 1 external Pegasus R6 2 (Thunderbolt 2) for the footage).
    Sometimes, when reading (but more often when exporting in Media Encoder) white lines appear on the video (see image below). Why?
    Is that a Premiere problem? Is something going wrong with my Mac? I have already reinstalled everything from scratch but the problem remains...
    I was working with the same programs on my previous iMac and I didn't have this problem.
    Any idea ?

    Nicolas.Olivier wrote:
    Is it an Adobe or a Mac Pro 2013 related problem? Does everyone using the GPU acceleration have the same problem?
    So far, it appears to be an issue with OS X 10.9.2 and up.  Some folks that are beta testing 10.9.4 have reported that the strange artifacts no longer appear while using Hardware mode, but a few folks are still having Premiere crashes with it.  My suspicion is that we're seeing two separate problems with Premiere on the new Mac Pro when using Hardware mode: 1) artifacts, lines, etc on exports and 2) application crashes.  Neither of these appear to happen when Pr and AME are put into Software mode.  Given the commonality of the problems (using GPUs on the new Mac Pro) some folks seem to think they're directly related.  My gut tells me they aren't.
    The challenge for the folks at Adobe and other third party app developers is that the boys (and girls) in Cupertino are changing things within OS X a bit too quickly, for better, for worse.  Some of these changes are what I call "ninja patches" where they don't really explain what they're changing or why.  I strongly suspect that's what's going on here.  They sneaked something into OS X 10.9.2 and haven't un-sneaked it yet.  Folks are strongly encouraging Adobe to address this issue pronto, but if Cupertino keeps altering the guts of the OS, how can they?

  • Strange lines when exporting from Illustrator

    I am having an issue that's driving me crazy, I've tried everything and I still can't figure out why it's doing this.
    I created a template in Illustrator,  very basic,  just some 1 inch circles.   The goal is to color them in different color palettes and then save it as a PDF.   In Illustrator,  they show up completely fine,  the pattern fills sometimes have those little seam lines but those don't show up at 100% so I'm not worried about that.
    My issue is that when I bring these graphics into Photoshop,  these little white lines appear in random places,   these are not pattern seam lines and there's no reason I can think of for them to be there.  I figured it may have been a corrupt file,  so I started from scratch and the lines are still there.  I've tried  copying it directly from Illustrator and pasting it into Photoshop,  same issue.  Saving as a TIFF,  same issue.
    Here's an example of the line I'm talking about,  it's faint but noticeable on my screen,   any idea what might be causing this?
    http://img.photobucket.com/albums/v648/hazelsmrf/line.jpg
    The only thing I can think of is that when I turn off all pattern fills and only use solid color fills,  these lines don't show up.  I'm not sure why a pattern fill on a circle two circles away would cause a line to show up on a solid colored circle that's completely unrelated to the pattern fill though.   I am using CS5.

    My Illustrator is fully up to date so that doesn't seem to be the issue.
    I loaded the PDF into Acrobat reader and those lines don't show up there,  they only show up in Photoshop,  strange?
    How I've brought it into Photoshop:  save as,  PDF,  or Tiff,  these didn't work.
    Copied it directly from AI into PS,  did not work.
    Saved as .AI and loaded that into PS,  did not work.
    I just tried it as PSD and it worked!  However I've not been able to duplicate that because every time I've tried to export it to PSD since then it says I don't have enough memory,  argh.   Not sure why it worked the first time and not after.
    Oh and the pattern fills were created with a blank no fill square on the bottom,  then a color filled square on top,  and then a few circles in a diagonal to make a polka dot pattern. Nothing goes past the square,  there's nothing in outline mode to show why it would do this.

  • White line appearing at top of screen on SD and some HD

    I've noticed a white line appearing atop my broadcast watching SD and some HD channels.
    I know this line is part of the broadcast signal which is responsible for closed captioning or some other technical aspects. From what I've researched, a TV's overscan should crop out that part of the broadcast, unfortunately mine is not.
    Here's my set up:
    Vizio VL320M 32" 1080P HDTV (receiving signal via HDMI from receiver)
    Sony STR-DH700 Receiver  (receivers HDMI switch outputting signal to Vizio TV)
    Motorola QIP6416-2 DVR STB (connected via HDMI to receiver HDMI switch)
    I can crop out the white line by setting my Vizio to Zoom1 or Stretch, though this distorts the image and is a pain to reset for channels which do not experience this problem.
    I can also adjust the TV's vertical posistion up a few to get rid of the line, BUT when I switch HDMI ports to goto my xbox 360, then switch back to the HDMI port my cable is on, it appears that the STB resets my signal position and the line comes back.
    I haven't tried component, and really do not want to switch from HDMI to component as some sort of work around.
    If anyone has any suggestion to resolve this problem, please post. Thanks for any suggestions.

    I think I may have narrowed down the problem. I believe it's a handshake issue occurring between my Sony receiver and my TV, though I could be wrong. Maybe some of you A/V experts can see otherwise.
    I've come to this conclusion because of the vertical setting being returned to its default position upon switching ports on my Sony's HDMI switch. Keep in mind my STB is connected to a port on my Receiver's HDMI switch and my receivers HDMI output is connected to my TV.
    I can crop out the white broadcast line by simply adjusting the vertical position of my screen up of few pixels. HOWEVER, when I switch HDMI ports on my receiver, then come back to the port my STB is on, the vertical position resets itself to the default position, even though my TV's vertical setting never changed.
    Here's another possible confirmation. If I press the menu button on my Vizio's remote, immediately upon the TV's menu appearing the vertical position goes to the position that's set in the TV. Strange, but that's what leads me to believe there's a conflict occurring somewhere between my receiver and TV.
    I have confirmed this behavior does not occur when I connect my STB directly to my TV. I can switch my TV's HDMI ports and the vertical position holds.
    I contacted Sony support, and they want me to take my receiver to a service center. I doubt that there's a problem with my receiver that can be fixed, so I'm just gonna use a workaround by activating my TV's menu so the handshake can complete after switching HDMI ports.
    Since I have a universal remote that's capable of macro layering, it's just a matter of programming a layered macro to goto my STB port then activate the TV menu to initiate the vertical setting.  Maybe at some other point in time I'll lug my receiver in, though unless I'm positive it can be fixed, I really don't feel like pulling apart my home theatre and explaining this to techs if I'm not even sure it can be fixed.
    If anyone else knows of a better workaround please feel free to post it. Thanks.

  • Strange lines and dots with Radeon 1900XT

    I have a strange problem with the output from my video card.
    My setup is a Mac Pro 2.66 with a Ati Radeon 1900XT card and two 20" cinema displays.
    Sometimes, and for some reason often with dark grey tints or black the videocard renders a single pixel (red, green, magenta as far as I have seen). At first I thought it was a stuck pixel in my display but when I drag the problematic window the pixel moves too (I can also screencap it). If I move the window slowly I see a trail of pixels appearing. I also get lines (not full screen width) with sites as youtube over the video (but wider than the video). Anyone familiar with this, or suggestions? Can't tell if it is a hardware or software failure, after reboot it doesn't appear for a few days.
    cheers Trepn

    Having just discovered this thread and having very similar symptoms to everyone else, (lines appearing etc - pic here - http://theappleofmyi.com/blog/?p=1301, I updated the firmware on the X1900 Xt, which did nothing to help....
    Then out came the card and I used a rocket blower to remove a HUGE amount of congealed dust from the fins and as I type this, it seems to have solved the problem!
    So, I urge you all to follow the advice given by a few people, and clean your card out!
    Jon

  • White lines appears at bottom of screen just during slide show on Keynote.

    Hi, i hope some can help me with this problem.
    2 White line appears at bottom of screen during slide show on Key note 2.0.2,m i have no problems on the preview, photoshop or other program that use photos.
    Another thing, the same 2 lines appears in the window of the person i'm chating on messenger.
    it's very strange....
    gabe

    It looks like an unstyled background in your frameset. You'd
    be better
    off ftp'ing to your .co.uk domain rather then importing the
    page from
    ntl world.
    Cheers jojo
    Adobe Community Expert for Dreamweaver 8
    http://www.webade.co.uk
    http://www.ukcsstraining.co.uk/
    Extending Knowledge, Daily.
    http://www.communityMX.com/
    Free 10 day trial
    http://www.communitymx.com/joincmx.cfm

Maybe you are looking for