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.

Total n00b needing help.

Discussion in 'HTML & Website Design' started by The Walsho, Aug 1, 2007.

  1. #1
    Hey there, on my current website, I want to have a link to an e-book that users can download. I'm uploading the e-book to my own server and such, and am just not sure how to set up the link.
    Thanks,
    Mark.
     
    The Walsho, Aug 1, 2007 IP
  2. xd2

    xd2 Peon

    Messages:
    694
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <a href="http://www.yourdomain.com/ebook.pdf">My eBook</a>

    It will either open it and they can save it or they can right click and select save.
     
    xd2, Aug 1, 2007 IP
    The Walsho likes this.
  3. The Walsho

    The Walsho Active Member

    Messages:
    1,105
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    78
    #3
    Thank you very much sir, rep on the way.
     
    The Walsho, Aug 1, 2007 IP
  4. xd2

    xd2 Peon

    Messages:
    694
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No problem if your site is being xhtml compliant then leave the link as is.

    If you are not to concerned then you might want to make it open in a new window by adding target="_blank"

    <a href="http://www.yourdomain.com/ebook.pdf" target="_blank">My eBook</a>

    This way they can still browse your page while they wait for the PDF to open in the new window. Prob should of added that to the original post, but only just thought of it.
     
    xd2, Aug 1, 2007 IP