Download Button in HTML

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Markus Ernst

    #31
    Re: Download Button in HTML

    "alan b" <alan4100@comca st.net> schrieb im Newsbeitrag
    news:fYidne1F7Z TXq-DdRVn-iQ@comcast.com. ..[color=blue]
    >
    > You make it sound like a child's play, but it has to be incredible!
    > I will try to learn how to html it.[/color]

    <p><a href="/files/first_file.pdf" >This is a nice PDF file</a></p>
    <p><a href="/files/second_file.mp3 >Listen to this gorgeous song I
    recorded</a></p>
    <p><a href="/files/third_file.zip> And here is a software I wrote...</a></p>

    And don't forget that it is illegal to provide files you don't have the
    copyright of for download...

    HTH
    Markus


    Comment

    • alan b

      #32
      Re: Download Button in HTML


      "Markus Ernst" <derernst@NO#SP #AMgmx.ch> wrote in message
      news:407e6c32$0 $23832$afc38c87 @news.easynet.c h...[color=blue]
      > "alan b" <alan4100@comca st.net> schrieb im Newsbeitrag
      > news:fYidne1F7Z TXq-DdRVn-iQ@comcast.com. ..[color=green]
      > >
      > > You make it sound like a child's play, but it has to be incredible!
      > > I will try to learn how to html it.[/color]
      >
      > <p><a href="/files/first_file.pdf" >This is a nice PDF file</a></p>
      > <p><a href="/files/second_file.mp3 >Listen to this gorgeous song I
      > recorded</a></p>
      > <p><a href="/files/third_file.zip> And here is a software I[/color]
      wrote...</a></p>

      Thanks for the example; I'e seen like this. They are always on the same
      page. A must? From now on, I am doing this simple way! Trying to add
      subdirectories into href is like sorting through the clutter in the attic.
      [color=blue]
      > And don't forget that it is illegal to provide files you don't have the
      > copyright of for download...[/color]

      Thanks for the warning

      Alan

      H[color=blue]
      > Markus
      >
      >[/color]


      Comment

      • alan b

        #33
        Re: Download Button in HTML


        "Markus Ernst" <derernst@NO#SP #AMgmx.ch> wrote in message
        news:407e6c32$0 $23832$afc38c87 @news.easynet.c h...[color=blue]
        > "alan b" <alan4100@comca st.net> schrieb im Newsbeitrag
        > news:fYidne1F7Z TXq-DdRVn-iQ@comcast.com. ..[color=green]
        > >
        > > You make it sound like a child's play, but it has to be incredible!
        > > I will try to learn how to html it.[/color]
        >
        > <p><a href="/files/first_file.pdf" >This is a nice PDF file</a></p>
        > <p><a href="/files/second_file.mp3 >Listen to this gorgeous song I
        > recorded</a></p>
        > <p><a href="/files/third_file.zip> And here is a software I[/color]
        wrote...</a></p>

        Thanks for the example; I'e seen like this. They are always on the same
        page. A must? From now on, I am doing this simple way! Trying to add
        subdirectories into href is like sorting through the clutter in the attic.
        [color=blue]
        > And don't forget that it is illegal to provide files you don't have the
        > copyright of for download...[/color]

        Thanks for the warning

        Alan

        H[color=blue]
        > Markus
        >
        >[/color]


        Comment

        • alan b

          #34
          Re: Download Button in HTML



          I tried to code it, but instead I got all greek characters.

          Where is the error?

          <a href="http://login.yahoo.com "></a>


          Comment

          • alan b

            #35
            Re: Download Button in HTML



            I tried to code it, but instead I got all greek characters.

            Where is the error?

            <a href="http://login.yahoo.com "></a>


            Comment

            • alan b

              #36
              Re: Download Button in HTML

              nevermind.. solved

              alan b wrote:[color=blue]
              > I tried to code it, but instead I got all greek characters.
              >
              > Where is the error?
              >
              > <a href="http://login.yahoo.com "></a>[/color]


              Comment

              • alan b

                #37
                Re: Download Button in HTML

                nevermind.. solved

                alan b wrote:[color=blue]
                > I tried to code it, but instead I got all greek characters.
                >
                > Where is the error?
                >
                > <a href="http://login.yahoo.com "></a>[/color]


                Comment

                • Michael Lamb

                  #38
                  Re: Download Button in HTML

                  just a stab in the dark, but the following may work...

                  <form method="GET" action="http://www.YOUR-PAGE-WITH-LIST.co.uk">

                  <p><input type="submit" value="Go to List..." name="submit"></p>

                  </form>



                  if not something along those lines.......... ...



                  Comment

                  Working...