1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to Properly Format Anchor links?

Discussion in 'HTML & Website Design' started by Davey Crocket, Mar 7, 2006.

  1. #1
    How does one properly format anchor links. For example at the bottom of the page of http://www.downloadfreedvdmovie.com the links are all underlined into one big underline. What do you do so that the anchors are spaced apart and not one big underline.

    For example the code I use is...
    <A href="http://www.positive-hypnosis.com/">Positive hypnosis</A>
    <A href="http://www.toppayingkeywords.net/">Top paying keywords</A>


    Should I be adding something to the code?
    Thanks!
     
    Davey Crocket, Mar 7, 2006 IP
  2. tfraymond

    tfraymond Active Member

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    68
    #2
    It can be as simple as a space (or other delimiter) between your links, i.e.

    <A href="http://www.positive-hypnosis.com/">Positive hypnosis</A> |
    <A href="http://www.toppayingkeywords.net/">Top paying keywords</A>

    This provides a nice visual break :)
     
    tfraymond, Mar 7, 2006 IP
    minstrel likes this.
  3. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #3
    ...or to save space just add &nbsp; between the links.

    I personally prefer tfraymond's suggestion though.
     
    minstrel, Mar 7, 2006 IP
    tfraymond likes this.