Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: link help  (Read 2952 times)

0 Members and 1 Guest are viewing this topic.

nymph4

    Topic Starter


    Specialist

    link help
    « on: June 17, 2010, 10:56:31 AM »
    If I use  HTML  I make a link like this

    Code: [Select]
    <A HREF="index.html">
    Type text here.
    </A>

    Would this be the same way even in  CSS??????
    « Last Edit: June 17, 2010, 12:19:57 PM by kpac »

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: link help
    « Reply #1 on: June 17, 2010, 12:20:34 PM »
    Use the code tag when posting any kind of code, please.

    I have no clue as to what you mean. Please re-phrase.

    nymph4

      Topic Starter


      Specialist

      Re: link help
      « Reply #2 on: June 17, 2010, 12:24:59 PM »
      Do I creat a hyperlink the same way  is the  code the same  in  CSS????

      kpac

      • Web moderator
      • Moderator


      • Hacker

      • kpac®
      • Thanked: 184
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 7
      Re: link help
      « Reply #3 on: June 17, 2010, 12:27:46 PM »

      nymph4

        Topic Starter


        Specialist

        Re: link help
        « Reply #4 on: June 17, 2010, 02:05:35 PM »
        No this tells me how to Style a link.

        I ment if I want to link to say  pag5.html    what is the code??

        kpac

        • Web moderator
        • Moderator


        • Hacker

        • kpac®
        • Thanked: 184
          • Yes
          • Yes
          • Yes
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 7
        Re: link help
        « Reply #5 on: June 17, 2010, 02:08:55 PM »
        Start again, please. Explain in detail this time.

        BC_Programmer


          Mastermind
        • Typing is no substitute for thinking.
        • Thanked: 1140
          • Yes
          • Yes
          • BC-Programming.com
        • Certifications: List
        • Computer: Specs
        • Experience: Beginner
        • OS: Windows 11
        Re: link help
        « Reply #6 on: June 17, 2010, 02:27:53 PM »
        No this tells me how to Style a link.

        I ment if I want to link to say  pag5.html    what is the code??

        if you want to link to a different page you change the href attribute.
        I was trying to dereference Null Pointers before it was cool.

        nymph4

          Topic Starter


          Specialist

          Re: link help
          « Reply #7 on: June 17, 2010, 04:03:21 PM »
          Say I want people to click on some text and have it take them to another page. Do I do this code

          Code: [Select]
          A HREF="page5.html">
          click here to go to page 5
          </A>

          Is this the code I would use in  CSS  to make the Hyperlink    or is this just  an HTML  hyperlink?
          « Last Edit: June 18, 2010, 04:06:05 AM by kpac »

          kpac

          • Web moderator
          • Moderator


          • Hacker

          • kpac®
          • Thanked: 184
            • Yes
            • Yes
            • Yes
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 7
          Re: link help
          « Reply #8 on: June 18, 2010, 04:06:23 AM »
          Do you read the replies to you at all?

          Code: [Select]
          [b]Use the code tag when posting any kind of code, please.[/b]I don't know what is wrong with you when it comes to following instructions and reading answers to your questions.

          Quote
          Is this the code I would use in  CSS  to make the Hyperlink    or is this just  an HTML  hyperlink?
          That code is HTML, not CSS.