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.

Similar Messages

  • 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

  • Silly questions but new on apple, Q1 how do I cut and paste Q2 when I have a spelling error with the red line under it how do I correct it?

    Q1 How do I cut and paste
    Q2 how do I correct a spelling error when it has a red line under it?

    Lynnie2002 wrote:
    Q1 How do I cut and paste
    Highlight the item.
    Finder>Edit>Copy
    Place the item where you want to
    Finder>Edit>Paste
    There is 3rd party software that makes cut & paste easier with just 1 or 2 steps. 
    Q2 how do I correct a spelling error when it has a red line under it?
    You can find the correct spelling in the Apple dictionary.  Just add the correct spelling & delete the error.
    Care to share which OS you are using and which model iMac you have? 

  • 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

  • Adding a Dotted red line under characters in a UITextView

    I am trying to create my custom spell checker for the UITextView.
    To show that a word is misspelled, I need to add the "red dotted line" under the misspelled word. To do that, here is what I thought would work -
    I create a dictionary which contains the values for the key NSUnderlineStyleAttributeName. However, what this does is, it does underline the characters but it does not have a dotted pattern. Also, setting the strokeColorAttribute also does not seem to have any effect.
    Here is my code -
    NSMutableDictionary *misspelledAttributes = [NSMutableDictionary dictionary];
    [misspelledAttributes setObject:[NSNumber numberWithInt:kCTUnderlineStyleThick|kCTUnderlinePatternDot] forKey:NSUnderlineStyleAttributeName];
    [misspelledAttributes setObject:[UIColor redColor] forKey:NSStrokeColorAttributeName];
    To set the attributes to a attributed string for a particular range -
    NSMutableAttributedString *attrString = [self.textView.attributedText mutableCopy];
    [attrString addAttributes:misspelledAttributes range:wordRange];
    self.textView.scrollEnabled = NO;
    self.textView.attributedText = attrString;
    self.textView.selectedRange = NSMakeRange(NSMaxRange(range), 0);
    self.textView.scrollEnabled = YES;

    I agree that the NSStrokeColorAttributeName is not the correct property to use. I am not able to edit my post to remove that piece of code.
    I am trying to do this for my iOS project and NSUnderlineColorAttributeName is not available for iOS yet. It is only available for OSX. I just checked that in the developer library.
    Am I missing something here?
    Also, I am unable to add a "dotted" underline. All I can do is put a single line under the text. is Apple allowing us to only put a single line and not any of the other types of underline styles such as dashed, dotted etc.?

  • Why are there red lines under my text - Galaxy S5

    I use the stock keyboard on my Galaxy S5.  Out of the blue, red lines started appearing under almost every word when I text, although I did not change the settings.  I tried turning off predictive text and auto correct, but nothing has worked.  Has anyone else experienced this issue?  This is just the latest in a long line of odd things that have occurred since lollipop!

    Thanks for reaching out to us on this matter mmd78! Let's investigate the red lines together. May I ask are the words spelled correctly? We want to make sure that it's not spell check. If it is then this can be changed in the settings. If the words are spelled right then please check the language that you have activated on the text app. This is also a common scenario that we see. Once you have done so, please keep us posted with your finding.  ArnettH_VZW Follow us on Twitter @VZWSupport If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • 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!!

  • Red Line for Spell Check Disappears

    I have "auto-correct" turned off, but "spell check" turned on.  As I am typing a text, if I misspell a word, it will immediately put a red line under the word, then if I start to type another word without fixing that one, the line will disappear even though the word is still spelled wrong.  However, if I go and highlight the word, it comes up with suggestions to correct the spelling.  What is the problem?

    Well, I've not experienced different behavior. Although that does not mean mine is absolutely correct. It seems that if you go past a misspelled word, the iOS is determining you want it spelled that way. I just got my iPhone 5s, so I intend on doing some experimenting since I wrote my response to you the other day. I just haven't had the time yet. It seems to me if I remember correctly, that even though it disappears at first, when I finish a text that they appear again.

  • How do i right click when a red line appears under a misspelled word?

    i need help. im new to pages, and when i misspell a word a red line shows up underneath just like in micrsoft word, but the problem is i dont know how to correct it. how do i right click to view the correct spelling?

    Double-click to highlight the word & then right-click just as you would anywhere elese. Suggestions will be at the top of the list. Many times there are no suggestions.
    Of course, make sure secondary click is turned on in the mouse preferences in System Preferences.

  • How do I cut on the red line?

    On my time line I can pause my clip right where I want to cut it and theres that red vertical line that runs through the timeline but when I go to the razor tool its free moving and I want to cut exactly on the frame I have the red line paused at.  How do I do this?  Also, if I have a bunch of clips on my timeline and I want to shift them all to the right so I can insert a clip, how do I do this?

    What does track enabled mean?
    Targeting tracks
    AND...
    You really should at least glance at the information
    in the links I have repeatedly posted for you that
    specifically describe the things you are still asking.
    http://forums.adobe.com/message/5270001#5270001

  • Battery with red line after dropping 8800

    Yesterday I dropped my 8800 on a laminate floor.  Screen went all white.  I took out battery for a few secs, then had blank screen with green led flashing. Now it just has a battery icon with a red line through it.  Have I killed it? Be grateful for some help....

    download desktop manager from this link
    http://na.blackberry.com/eng/services/devices/
    and this is the user guide
    http://na.blackberry.com/eng/deliverables/5837/BlackBerry_Desktop_Manager-4.7-US.pdf
    If I help you with any inquire, thank you for click kudos in my post.
    If your issue has been solved, please mark the post was solved.

  • Icon with red line through battery.

    Please help me!
     I have an icon on my blackberry that has a battery with a red line. I bought a new battery and yes, it is the correct battery. Battery works in another phone, but not in mine. I think it is not recognizing the battery. I have tried linking up with Blackberry desktop, but my phone is not turning on because it is not recognizing the battery and therefore has no power source. I have tried everything. I cannot download new software because whenever I hook it up to the computer it says it is waiting for the device to turn on. I have pushed the reset button and tried a soft reset, but nothing.
      I would really like my phone to work again, but what I want most are my contacts and a recorded voice note and I am not sure they are backed up.
    Sarah

    And the issues started after the dropping of the BB? If so, that may void your warranty path...if it's still within the first year, that is. Given what you've described, I don't hold out much hope. Hands-on hardware-level assistance is what I think you need...which we naturally cannot provide here. I suggest you decide if it's worth what you need to go through to get that assistance (warranty or not, voided warranty or not, etc.) and then proceed accordingly.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Red line with number 11 beside it

    At the top right of my screen of my 8520 I have a red line with the number 11 beside it any ideas what it is?

    calspm wrote:
    Well at first I got "Set Top box does not match the account settings" message, and then tried to reboot, but then got the "X".  So maybe there is an account settings problem.
    Click the ATT Uverse Care link in my signature, send the PM, explain your situation.
    Include your account #, email address and a good phone # (land or cell) and time to contact you on.
    Check the blue PM envelope, upper right on every page, for their reply.
    They can reset the error code that is causing your problems.  Good luck
    Chris
    Please NO SD stretch-o-vision or 480 SD HD Channels
    Need Help? PM ATT Uverse Care (all service problems)
    ATT Customer Care(all other problems)
    Your Results May Vary, In My Humble Opinion
    I Call It Like I See It, Simply a U-verse user, nothing more

  • My battery drained. Screen shows battery with red line but doesn't seem to be recharding after 20 min.  Should I wait or do a hard restart? I haven't backedup in ages and don't want to lose pics, contacts etc.

    My battery drained. Pluged in to wall but screen shows battery with red line but doesn't seem to be recharding after 20 min.  Should I wait longer or do a hard restart? I haven't backedup in ages and don't want to lose pics, contacts etc.  Will a hard restart wipe all that out?

    Agree with Richard:
    -Your device needs both the CR and LF. To accomplish this:
    option 1: Concatenate the "end of line" string constant (this is a combination of CR and LF, located in the string pallete) to all your outgoing commands. Make sure in the "Visa configure serial port" the "Termination character enable" flag is false.
    option 2: Concatenate only a CR to your command's strings. Make sure in the "Visa configure serial port" the "Termination character enable" flag is TRUE AND that the termination character is set to 10 (meaning LF) which I think is the default.
    Details can be seen in this link:
    http://digital.ni.com/public.nsf/allkb/862567530005F09C862565BE005AB500
    "Adding Termination Characters to VISA Serial Writes in LabVIEW"
    Interesting would be to configure the serial port to accept not one but two termination characters. The above links refers to the document "Developer Zone Tutorial: Termination Characters in NI-VISA.", where this is supposed to be possible. The document however is 404'ed.
    If someone find a working link please post it.
    Regards

  • Encore / Images Blacked out with RED line on top

    New at this. I have 1.67gb left in my project. (I have a lot of photos) Any way when I add more (Shift / Ctrl / g ) When I look at the bottom Left where the slides show up I just loaded 2 of the 60 photos I can see but the other 58 are black. All 60 have this red line above them.
    Can anyone teach me what's going on here:)
    THANKS

    Joseph,
    You are possibly (note: "possibly") on the right track with the elimination of each slide show, until you find the one that is "possibly" causing the problem.
    Get a spool of DVD-RWs (rewritables), and do a Project with one of your slide shows, then burn to DVD-RW and test that. Does all work as it should? In that Project, add another slide show, repeat the DVD-RW burn again. Still OK? Add another, and another. If the process hangs, errors out, on one, check it completely to see if you can spot a problem with it. Sometimes, it's some tiny glitch that ruins the whole Project, and you have to spend some time searching through tons of good assets, just to find the offending one, or ones.
    As for the size concern, take a look at the Disc Tab in your Project Panel. There will be a diagram of the DVD with the used portion colored in. Does it show that you still have room? If not, check the CD-ROM area, just below, to see if you accidently added some content there. If you have exceeded the capacity of a 4.7GB DVD, Encore should give you an error message, suggesting that you go with a DVD-9 (Dual Layer), instead of a DVD-5.
    Question: where did you get the info, that you still have 1.38GB of space on this Project, the Disc Tab in the Project Panel? If so, that should tell you that you DO have room, i.e. the Project is not too large. It would then follow, that you likely have some problem and my first statements might help you track these down.
    Good luck,
    Hunt
    [EDIT] PS, Harm is only trying to help you explain your problem in enough detail, so that the folk who hang out here, can, in turn, help you solve your problem. As you can see from my response, I'm doing a lot of guessing, and much/all of it might be wrong. With more detail (per Harm's link), others will see what you started with, what you have done so far, and maybe even some hardware issues. The first couple of folk, who responded to you, are some of the best on this board.

Maybe you are looking for

  • Why dosen't my chat work on facebook

    why dose firefox mess up so much and why dosen't chat work on my facebook account

  • Problem playing files

    I have some .dir files, which are the director published format. I've been trying to get them to play and they will not play. Every time I click on one in windows it brings up the "choose what program to play these in" dialog. Adobe flash player is o

  • Can I do this with airport express?

    We have a LAN (3 pc's wired connected) and a wireless router for serving an iphone and a laptop (wireless) This router (not an Apple router) is also an ADSL modem and is wired connected to our LAN providing internet. We have another computer with onl

  • Ipod touch 4g suddenly bricked

    Hi all! A few days ago, my ipod touch 4g just went completely black. Didn't try to update the OS and still had half battery power, so I thought an app crashed. I tried to do reset (both soft and hard), but so far still bricked. Connected it to the us

  • Mysterious email inbox notification

    One of these had popped up on my ipad and i phone.....not on macbook pro i may add I have turned devices off and on I have reset I have rebuilt mailboxes I have deleted and then re introduced accounts I have read some of the technical replys but they