html problem

Discussion in 'HTML & Website Design' started by chiller4life, Mar 26, 2012.

  1. #1
    hi i have put content in a webpage by using normal editor in a cms system now the problem is that when i try to link it to something it selects all of it i dont wanna link stuff manually it will take too long does anyone know what code to look for in the coding source

    thanky you
     
    chiller4life, Mar 26, 2012 IP
  2. aisyaziz

    aisyaziz Guest

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i don't get what you meant. please explain.
     
    aisyaziz, Mar 26, 2012 IP
  3. betatype

    betatype Member

    Messages:
    75
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    48
    #3
    I'm a little unclear what you meant, but it sounds like you might have used the WYSIWYG in your CMS to build the page, rather than writing the code by hand, and now you can't link it properly.

    In the source code if you have created links through a WYSIWYG links should have the form of <a href=""> and end with </a> with the destination url being the href attribute.
     
    betatype, Mar 26, 2012 IP
  4. Dominick

    Dominick Active Member

    Messages:
    100
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #4
    Can you otherwise copy-paste some code over here, that way we can clearly explain what might have been the problem and maybe can even supply you with the instant fix.
     
    Dominick, Mar 26, 2012 IP
  5. peoplesinnovation1

    peoplesinnovation1 Greenhorn

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    I don't Understood your Problem. Please explain briefly.
     
    peoplesinnovation1, Mar 26, 2012 IP
  6. webzpace

    webzpace Greenhorn

    Messages:
    6
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #6
    Sometimes it can be a simple mistake that might be right in front of you, but doesn't catch your attention.....like forgetting the closing </a> tag on your link....if you forget that it will highlight everything after the <a href=""> tag thinking that everything following it is also part of the link....
     
    webzpace, Mar 26, 2012 IP
  7. chiller4life

    chiller4life Member

    Messages:
    108
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #7
    thanx for the help people i looked at the code carefully it was href="" without an end thank you once again
     
    chiller4life, Mar 27, 2012 IP