Im sorry what am I doing wrong with my linking

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • leebring
    First Lieutenant

    • Sep 2006
    • 179

    Im sorry what am I doing wrong with my linking

    I thought I was doing my linking right after talking to Beth, But its
    still is turning blue. This is what im doing, please tell me what im doing wrong.

    I bring up page properties I went to background, l then changed the text to black, I changed the link to black I even change the visited link to black just to make sure. I can type in black with no problem. When I highlight my text to be link to another part of my site i type in the Url then It changes to blue still.
    I tryed everything. This is what Im trying to do. I want my text in black then when someone click on one of my link it will turn blue. Like I said its blue already when I link something and wont stay black. Am I making any sense.

    Thanks
    David
    Have Fun, Be Safe :
    Self Defense Products
    Hidden Cameras
  • Andy128
    Major General

    • Dec 2005
    • 2317

    #2
    Re: Im sorry what am I doing wrong with my linking

    I had a spot on my website that I created a list and did not want the link to be underlined or turn colors. I found this on the web and it worked.

    On the page that you want links such as described above- open the Page Html. Click on the Between the head tag. In the white area paste the following code;


    <style type="text/css">
    <!--
    a:link {
    color: #000000;
    text-decoration: none;
    }
    a:visited {
    text-decoration: none;
    color: #000000;
    }
    a:hover {
    text-decoration: none;
    color: #000000;
    }
    a:active {
    text-decoration: none;
    color: #000000;
    }
    -->
    Keep in mind- this defines the hyperlinks for the whole page. All hyper links on that page will act accordingly.

    Hope that helps,

    Andy
    PHP- is a blast!

    Comment

    • leebring
      First Lieutenant

      • Sep 2006
      • 179

      #3
      Re: Im sorry what am I doing wrong with my linking

      OOooooThanks for your help All
      Ill use the menu bar it seems to work for what I need it for

      David
      Have Fun, Be Safe :
      Self Defense Products
      Hidden Cameras

      Comment

      • Bethers
        Major General & Forum Moderator

        • Feb 2006
        • 5224

        #4
        Re: Im sorry what am I doing wrong with my linking

        David, I told you this before and don't think you understood it - if you are looking at the link on the BV page, not on the web - links are ALWAYS blue there - but published they will be what you have named them to be.
        Beth
        A Child's Palace - Pinata Palace - Moxie Enterprises

        SEO and Marketing Tools
        SEO - The Basics

        Comment

        • leebring
          First Lieutenant

          • Sep 2006
          • 179

          #5
          Re: Im sorry what am I doing wrong with my linking

          Your right Beth, I did'nt understand what you were saying, but now I do.
          After I change the color I needed then publish my page they are the colors I wanted. Thanks for your help also Andy.
          Thanks for your help.
          David
          Have Fun, Be Safe :
          Self Defense Products
          Hidden Cameras

          Comment

          Working...
          X