Need Help!! Linking Titles and Articles

Discussion in 'HTML & Website Design' started by dutch1, Apr 29, 2008.

  1. #1
    Is there someone that can show me how to write a code to link an article title to the appropriate article?
     
    dutch1, Apr 29, 2008 IP
  2. mds

    mds Active Member

    Messages:
    256
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
    <a href="http://www.yourarticleurl.com">YOUR ARTICLE TITLE</a>

    If i understood you well.
     
    mds, Apr 29, 2008 IP
    dutch1 likes this.
  3. dutch1

    dutch1 Peon

    Messages:
    357
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks, MDS
     
    dutch1, Apr 30, 2008 IP
  4. mattoZV

    mattoZV Guest

    Messages:
    26
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    if it is a article title ther is <h1> - <h6> tags in html

    <h3><a href="http://www.yourarticleurl.com">YOUR ARTICLE TITLE</a></h3>
     
    mattoZV, May 1, 2008 IP
    dutch1 likes this.
  5. dutch1

    dutch1 Peon

    Messages:
    357
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks, matto
     
    dutch1, May 1, 2008 IP
  6. mygodamen

    mygodamen Peon

    Messages:
    60
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    
    <a href="http://www.yourarticleurl.com" title="YOUR ARTICLE TITLE">YOUR ARTICLE TITLE</a>
    
    Code (markup):
     
    mygodamen, May 1, 2008 IP
    dutch1 likes this.
  7. BajaGringo

    BajaGringo Peon

    Messages:
    18
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Good answers here. I was going to post but I see many beat me to it.
     
    BajaGringo, May 2, 2008 IP
  8. dutch1

    dutch1 Peon

    Messages:
    357
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Thanks to all that responded. The problem has been resolved.
     
    dutch1, May 4, 2008 IP