Weird line under links

Hi,
I've cut and pasted from an old website onto a new one, and now there's a weird line under some of the hyperlinks (it only shows up when visiting the published site). any tips on how to get it off without re-writing the content?
thanks.

Thanks but for privacy reasons i'd prefer not to list the url here. thanks again though!!

Similar Messages

  • Black Line under Linked Image

    Hey, I have started another website for my portfolio, consisting of many pages. Anyway, I'm mainly using CSS, but there is a little HTML for the navigation.
    Heres the question: When I linked the top banner image to go to the Home page (index.html), there is a random black line under the image. I gave the image and ID tag in CSS and made sure that border:0;
    Please respond, I desperatly need this for a school project and it will look random if there is a weird line in the middle of the page. Thanks in advance!

    Here is the CSS code
    @charset "utf-8";
    /* CSS Document */
    html {
         background-color: #F1D66B;
         background-image: url(../Images/Background.png);
         font-family: "Showcard Gothic", "Cooper Std Black", Calibri, serif;
         word-spacing: 6px;
    body {
         background-color: #F9ECB9;
         margin: 0 auto;
         width: 700px;
         padding: 20px;
         word-spacing: 0px;
    h1 {
         font-size: 38px;
         text-decoration: underline;
         font-variant: small-caps;
         font-weight: bold;
         margin-bottom: 40px;
    h2 {
         font-size: 28px;
         text-decoration: underline;
         font-variant: small-caps;
    h3 {
         margin-top: 20px;
         font-size: 16px;
         background-color: #F1D66B;
         padding: 15px;
         padding-top:40px;
         padding-bottom:40px;
         text-align: center;
         margin-top: 100px;
         word-spacing: 0px;
         font-family: Georgia, "Times New Roman", Times, serif;
         font-weight: bolder;
         font-variant: small-caps;
    h4 {
         font-size: 50px;
         text-decoration: underline;
         font-variant: small-caps;
         font-weight: bolder;
         margin-left: 0px;
         margin-right: 0px;
         margin-top: 20px;
         margin-bottom: 20px;
         text-align: center;
    p {
         font-size: 20px;
         font-family: Georgia, "Times New Roman", Times, serif;
         text-indent: 40px;
         margin-bottom: 70px;
    ul {
         font-family: Georgia, "Times New Roman", Times, serif;
         font-size: 20px;
    strong {
         font-weight: 1200;
    a {
         text-decoration:none;
    a:link {
         color: #000;
         text-decoration: underline;
    a:visited {
         color: #000;
         text-decoration: underline;
    a:hover {
         color:#846B0D;
         text-decoration: underline;
    div{
         bakcground-color: #7C9614;
         text-decoration: underline;
    #logo{
         border-bottom: 10px;
    h5 {
         text-align: center;
         margin: 0 auto;
    a img{
         border: none;
         text-decoration: none;
    And here is the HTML for my index.html page
    <!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>Spinoff - Home</title>
    <link href= "CSS.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    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[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    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[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body>
    <h4><a href="index.html"><img src="../Images/Logo.jpg" name="logo" width="700" height="200" border="0" id="logo" /></a></h4>
    <table border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="230"><a href="gameshome.html" target="_top" onclick="MM_nbGroup('down','group1','Games','',1)" onmouseover="MM_nbGroup('over','Games','','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images/Games.jpg" alt="" name="Games" border="0" id="Games" onload="" /></a></td>
        <td width="230"><a href="videoshome.html" target="_top" onclick="MM_nbGroup('down','group1','Videos','',1)" onmouseover="MM_nbGroup('over','Videos','','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images/Videos.jpg" alt="" name="Videos" border="0" id="Movies" onload="" /></a></td>
        <td width="219"><a href="photoshome.html" target="_top" onclick="MM_nbGroup('down','group1','Photos','',1)" onmouseover="MM_nbGroup('over','Photos','','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images/Photos.jpg" alt="" name="Photos" border="0" id="Photos" onload="" /></a></td>
      </tr>
    </table>
    <h2>Welcome!</h2>
    <p>Welcome to the home page of <strong>Spin-Off</strong> media! Hey, thanks for coming! As you can see, we have many games, videos and photos for you! We hope you enjoy your stay, and come back! Well, what are you waiting for? Get clicking!</p>
    <h2>Submissions</h2>
    <p>We welcome your submissions here at spin-off! Got a game you want other people to play? Think some people will get a good laugh at your home video? Have a photo you think some people will get a kick out of? Send it to us HERE and we will review it before posting. Please, put the file in the attachment, as well as any title and description you want in the body.</p>
    <p><strong>*NOTE* </strong>Any submissions that do not pass will not be notified, in fact, nobody will be notified. If you see it on the site, congratulations, you have something ahead of you kid. If not, keep trying!</p>
    <h3>Not-So-Copyrighted - Spinoff Media<br />
      <a href="index.html">[home]</a> <a href="gameshome.html">[games]</a> <a href="videoshome.html">[videos]</a> <a href="photoshome.html">[photos]</a><br />
      <a href="mailto:[email protected]?subject=Spin-Off">[contact]</a> <a href="legal.html">[legal]</a> <a href="mailto:[email protected]?subject=Submission">[submit]</a> <a href="about.html">[about]</a><br />
    NSFW? Tell us <a href="mailto:[email protected]?subject=NSFW">HERE</a> and we will respond</h3>
    </body>
    </html>
    The little black line happens right under the first h4

  • Funny red line under link

    Hi
    I posted this issue last night as part of a larger issue which has been solved, so I am reposting this by itself.
    website: www.jeffwenzelart.com
    problem: on home page there is a link to biography, when you click on that link you are taken to the bio page which has 4 links on the side: Bio/CV/Statement/Selected Reviews. Those links are set up using Arial 12 pt regular type, they all remain dark grey no matter what you do (rollover, click etc.) The active link is always in red, bold, arial 14pt type, and stays in red until you click on another link.
    This all works fine and as intended except on the "Selected Review Page". When you are on the "selected review" page Biography is in a different grey color, is bold, and appears with a thin red link line under it...on my screen the red line goes away when I move my cursor over it, but it comes back if I leave that page and return to it
    I have checked and rechecked using inspector to see that I have the correct properties assigned to the link (I do) I have removed all four links from all of the associated pages and rentered them individually as opposed to cutting and pasting...and nothing makes it change.
    I am wondering if that is how it displays to others, and how the heck do I fix it

    thanks for the reply, and let me first say I am not trying to be difficult, but I am trying to understand the problem
    the links are NOT in individual text boxes (primarily to control the amount of space between the lines...I like that sort of tight spacing).... they are in one box, with each line being made a link.
    in addition, on the bio/cv/and statement pages the links are set up that way (one text box) with no issue....they each perform as I expected.
    also, on the selected review page all of the reviews on the page are in one big text box...but there is considerable more spacing between the linked items, and they seem to perform correctly as well.
    can you help me understand the difference between individual text boxes, and a big one with lots of links in it...what problem am I creating by doing it that way.
    I will certainly make the links individual boxes, if you think it will work....it's an easy thing to do, and if it solves the problem that would be great.
    Now here is something I did just a bit ago...and it seems like it might be important to figuring the problem out, but it could just be craziness too, but would you mind reading what I did and tell me if I was going in the right direction, or if it just doesn't have any bearing on the problem.
    it was suggested to me that I had an issue with my css files (this is getting above my head) but in an attempt to figure this out, after I published the site to a folder, I looked in the files for Bio/Statement/CV and/ Selected Reviews because I thought maybe if they looked vastly different it would be a clue as to what the problem is.
    The CV/BIO and /Statement files all had just about the same types of things in them, they each has 13 items in them...mostly shape images....but the Selected Review file had 21 items in it....it had 9 more shape images than the other files...maybe it is unimportant but it seems weird to me; it was also missing some of the same files the other pages had.
    I decided to remove the Bio etc links from the "selected reviews" page, and I republish the site to a folder and once I did that there were only 12 items in the Selected Review file....so I uploaded it to my host....I accessed the website and there was no change ....the removed links still appeared there, and the bio link was still bold with a red line under it....I expected that they would not be on the page at all...why was it pulling an old version of a page I had overwritten ( or thought I had)....where is that page , where is it pulling it from? I don't understand this aspect.
    so I have gone back to iweb, recreated the links and reposted the site and there is no change at all....so I have deleted the links, and then I added them back and there is no change in any version.
    Thanks for anything you can offer to help.

  • Weird lines under everything I type

    For some odd reason, with the new version of firefox no matter where I'm typing, if it's in the browser, there are lines directly underneath my words that dont go away until I refresh the page.
    Anyone else experiencing this?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    In Firefox 4 [http://kb.mozillazine.org/Safe_mode Safe mode] disables extensions and disables hardware acceleration.
    * Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • I downloaded new version of itunes. Then itunes asked if i wanted the latest version for ipod. itunes said it was getting ipod ready for download, then there was an error message. Now ipod is locked up with a apple on the screen and a line under it

    I downloaded the latest version of itunes. Then itunes asked if i wanted the latest version on ipod. Itunes was getting ipod ready then a error happened. Now ipod is locked up with a apple on screen with a download line under it. Also itunes will not recognize ipod like it has before. If anyone can help it would be appreciated. Thanks

    Do a hard reset, put it in DFU Mode and do a manual install, as outlined in the link below.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

  • My ipad is locked with an apple and line under it

    My ipad is locked.  Shows an apple with a line under the apple.  Won't turn on or off.

    Hi,
    Help at this link for an unresponsive iPad
    http://support.apple.com/kb/TS3281
    Carolyn 

  • Imac shows super weird lines on screen during start up and then freezes at blue screen (WITH PHOTO)

    My Imac froze earlier today as I was dragging an image from safari into indesig and when it froze the weirdest pattern overlaid the screen. It looked just like the opacity pattern from photoshop with grey and white squares. I turned the computer off using the power button and unplugged everything.
    Now when I try to start it these weird lines appear on my start up screen (see link)...
    http://meijerladdaruppgrejer.wordpress.com/2012/07/24/oops/
    as you can see the apple and the wheel appears as normal...
    ... then it moves to a normal looking white screen (perhaps a bit greener than usual) and around 30 seconds later freezes at the blue screen.
    I've tried the cmd + alt + p + r several times but it won't help.
    If i press alt during start up I can see and choose my hard drive but just end up at the blue screen again.
    Can I try starting it up in safe mode or something?
    Thanks! Any input is welcome.

    Is this the same problem? Verical Lines" seems a bit diffuse. I've seached for a similar question and found a lot of other types of lines and stripes.
    Could this be a solution?
    http://support.apple.com/kb/TS3824?viewlocale=en_US&locale=en_US
    If so, how do I install the update if I can't get passed the blue screen? Can I start my Imac in safe mode? How?
    iMac (Mid 2011): Unresponsive white screen on startup or vertical lines on screen
    Symptoms
    In certain circumstances, your iMac (Mid 2011) may become unresponsive on startup, with a white or gray background on the display. You may also notice vertical lines on the display while using your iMac.
    Resolution
    Install the iMac Graphics Firmware Update 2.0 if your computer exhibits these issues. To install the update, chooseSoftware Update from the Apple () menu and follow the onscreen instructions. 
    Important: Do not interrupt the power to the computer while the update is installing. After the update is finished installing, you will need to restart your iMac.

  • Blue line under email address. why?

    I just completed a document, and have two email address listed in it. For some reason, I'm getting small blue line under one of the email addresses. At first the entire address was blue, so I changed to the color to what I wanted. But I'm left with the blue line under it.
    Suggested fix?
    Thanks

    Hi Bakari
    All you have to do is uncheck the Enable as hyperlink box in the Link Inspector panel on the Inspector.
    Hope that helps.
    Ian

  • What is this white line under my preview window?

    I accidentally hit T while editing and suddenly there were 2 preview windows in my preview window. I hit T again and it went back to 1 but now there's a white line under my preview screen. What is it? And did it do something to my image? How do I remove it? And what does T do in adobe premiere? And what were those 2 preview images in my preview window?
    Here's a picture:
    WHITE LINE:
    http://i.imgur.com/g9o9dDj.png
    2 PREVIEW IMAGES:
    http://i.imgur.com/nr1Akqe.png
    Please help me, I've worked too hard on this project to have it be ruined now.

    Dont think you have to worry about the white line. I think the program monitor is not updating correctly. Resizing the window should fix that.
    T is for Trimwindow.
    Half way down video tutorial on dynamic trimming.
    Adobe Premiere Pro Help | Trimming clips

  • Problem with RED LINE under text in iDVD 5?

    Can anyone help me. When I complete an iDVD project, there is always a RED LINE under the text on the menu. When the DVD is burned and I play it on my DVD player, there will be this annoying RED LINE flashing underneath the text. Does anyone else have this problem? Please let me know if there is a setting that needs to be changed. Thanks!

    Tim:
    Welcome to the Apple Discussions. Can you include some additional information on your setup, similar to what's in my profile? Also give your HD size and free space, exact version of the system and iDVD, the theme you're using and which text, title or button, that you're having the problem.
    OT

  • White Line Under Images

    Hello,
    I'm creating a mobile site using Dreamweaver and for some reason any image I place in my document has a white line under it.  I already have my IMG tag set to border: 0 so I have no idea why it's happening.  I have even tried removing all css and just placing a singe image in a bare html file and it still happens with any image I place in any directory.  I also tested it in multiple browsers.  I've never had this happen before and it seems very strange. 
    An example can be seen here: http://mobile.sageinsuranceservicing.com/index2.html.  The border appears under the main image on the page and seems to be about 2 or 3 pixels. 
    Thank you for any suggestions!

    That's probably the browser default inline text descender padding for the html5 doctype.
    Add display:block to your image css...
    img {
         display:block;
         border:0;

  • Weird Lines during Playback??

    I just got a 2.4 MBP with 4 gigs of Ram, and Final Cut Studio 2 Full Version. I shot some footage for a class project with my DVX-100a on the 30p recording setting. I captured the footage and started going through it and noticed these weird lines, I want to call them scan lines but I dont know if that is the proper term. The lines are transparent but distort the video where they are. I tried a test to see if they would still be there when I exported a Quicktime Movie, and oddly enough they weren't there...
    Is it becuase one of my settings is off? This is very annoying, any help is greatly appreciated and THANK YOU in advance!

    I've always disliked tapes as a moving part that could break, and understand there are advantages in terms of the codec used when storing data on a flash or hd based medium.< </div>
    if they're so hard to describe, and you're sitting in front of them, how do you think we're going to figure out what they are?
    bogiesan

  • T60p 2613-H9U No Screen on boot Just weird lines...

    Hey guys,
    I'm REALLY stumped. I installed a new screen purchesed off eBay almost a year ago. The screen works but for some reason it will not show any of the boot logos or anything until I hit windows login. It shows the "THINKPAD" screen right away and then just weird lines or blank.
    The real problem is now my computer is fubar and I need to reformat but in order to do this I need pre-boot support. I tried installing windows on the drive attached another computer and then swapping but when I plug it into the thinkpad it just keeps boot "cycling" or boots over and over before loading windows.
    I have also tried plugging in an external monitor with no luck. Same problems.
    Any advice or help on how I can fix this screen and reformat would be greatly appreciated.
    Thank you,
    Scott

    beefey wrote:
    If that was the case would the gfx accelerator work flawlessly in the Windows environment?
    Thanks,
    Scott
    Can you explain a bit more? The GPU is the gfx accelerator, there is no separate 2D/3D graphics card like in the old days. 
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • HT4623 iPhone 4s will not boot after trying to install ios7 beta 4. Stops at apple logo with progress line under it. how can I reset it or get it back up to do a restore then try the iOS 7 beta 4 install again. Issue was probably caused by disconnection

    iPhone 4s will not boot after trying to install ios7 beta 4. Stops at apple logo with progress line under it. how can I reset it or get it back up to do a restore then try the iOS 7 beta 4 install again. Issue was probably caused by disconnection

    Obviously since you have iOS 7 you're a developer.  As a developer, you signed a NDA with Apple not to discuss the iOS on a public forum.  Please log in to the Developer Forum using your credentials and ask for help there, lest you risk having your credentials terminated.
    Thanks, and best of luck to you.
    GDG

  • How do I get rid of this black line under the menu bar?

    This last update's UI ugliness is a black/dark gray line under the menu bar:
    http://i.imgur.com/Av7XTOi.png
    How do I get rid of it?

    The developer of Classic Theme Restorer maintains a support thread over here: http://forums.mozillazine.org/viewtopic.php?f=48&t=2827985
    Sorry I can't help you myself, I am still using Firefox 28 while I try to Customize the 29-plus versions without resorting to using CTR. I have tried it, but I prefer doing my own "cobbles" rather than rely upon an extension that "restores" much what I didn't like about Firefox 4.0 thru 28 and overrides what I do like about Australis. IOW, CTR 'fixes' things about 90% opposite of what I would do, if I had the talent to do a "retro extension".
    ''IMO, the orange Firefox button was the worst thing that Mozilla has ever done to Firefox. The Menu bar worked fine before Firefox 4 came out and still does, it just doesn't have be showing all the time = Compact Menu and its' derivatives over the years was the 'ticket' for me starting from before Firefox was even named Firefox.''

Maybe you are looking for