Is there a tool where you have a list of links and coverts them in HTML?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pornstar2pac
    Omaha Hi/Lo
    • Nov 2003
    • 17380

    #1

    Is there a tool where you have a list of links and coverts them in HTML?

    say I got a list of 100 links extractedfrom a webpage and I copy it to notepad. it there anything that would make them all HTML links?


    thanks.


    Trump haters gonna hate. that's all they can do
  • sonofsam
    Too lazy to set a custom title
    • Dec 2004
    • 18648

    #2
    i'm pretty sure you could use some kind of html editor like dreamweaver or frontpage select all of them and turn them into links...
    I like turtles.

    Comment

    • pornstar2pac
      Omaha Hi/Lo
      • Nov 2003
      • 17380

      #3
      yeah i know those. put i was looking for a tool online that just does that task.


      here the extractor link.

      http://www.webmaster-toolkit.com/link-extractor.shtml
      Trump haters gonna hate. that's all they can do

      Comment

      • broke
        Confirmed User
        • Aug 2003
        • 4501

        #4
        What are you trying to do -- create an .html file based on the .txt file or append the text file with the anchor tags?
        Perfect Gonzo

        Comment

        • $5 submissions
          I help you SUCCEED
          • Nov 2003
          • 32189

          #5
          Originally posted by pornstar2pac
          yeah i know those. put i was looking for a tool online that just does that task.


          here the extractor link.

          http://www.webmaster-toolkit.com/link-extractor.shtml
          Great tool, thanks for the link bro

          Comment

          • pornstar2pac
            Omaha Hi/Lo
            • Nov 2003
            • 17380

            #6
            Originally posted by broke
            What are you trying to do -- create an .html file based on the .txt file or append the text file with the anchor tags?


            I have let's say 10 links on a list

            http: //gofuckyourself.com/forumdisplay.php?s
            http: //gofuckyourself.com/forumdisplay.php?s
            http: //gofuckyourself.com/forumdisplay.php?s=
            http: //gofuckyourself.com/forumdisplay.php?s
            http: //gofuckyourself.com/forumdisplay.php?s
            http: //gofuckyourself.com/gfy_faqs.html
            http: //gofuckyourself.com/index.php?s=56
            http: //gofuckyourself.com/register.php?s=568c3
            http: //gofuckyourself.com/showgroups.php?s=568



            then I want to select all and then I want it to give me the HTML code.
            Last edited by pornstar2pac; 02-11-2005, 04:04 AM.
            Trump haters gonna hate. that's all they can do

            Comment

            • More Booze
              Confirmed User
              • Mar 2004
              • 5116

              #7
              Some downloadmanagers can batch download files, it should work with websites as well. take a look at download accelerator.

              Comment

              • jazzll
                Confirmed User
                • Jan 2005
                • 242

                #8
                Replace and Find tool in Notepad.

                Find: http://
                Replace with: <a href="http://
                Then click Replace All

                Comment

                • arnette
                  Confirmed User
                  • Feb 2005
                  • 283

                  #9
                  Originally posted by jazzll
                  Replace and Find tool in Notepad.

                  Find: http://
                  Replace with: <a href="http://
                  Then click Replace All
                  and the closing tag?


                  if its a huge list, or its not a one off i could make a pretty simple script to do it

                  Comment

                  • mortenb
                    Confirmed User
                    • Jul 2004
                    • 2203

                    #10
                    Try http://www.integer.dk/gfy/linkit/

                    See if that's what you are looking for.. Hit me up on icq if you want any small changes..

                    Comment

                    • pornstar2pac
                      Omaha Hi/Lo
                      • Nov 2003
                      • 17380

                      #11
                      Originally posted by mortenb
                      Try http://www.integer.dk/gfy/linkit/

                      See if that's what you are looking for.. Hit me up on icq if you want any small changes..


                      perfect

                      this is a very cool tool
                      Trump haters gonna hate. that's all they can do

                      Comment

                      • mortenb
                        Confirmed User
                        • Jul 2004
                        • 2203

                        #12
                        Originally posted by pornstar2pac
                        perfect

                        this is a very cool tool
                        :-)

                        The actual script is 5-6 lines..

                        Comment

                        • Trixxxia
                          Confirmed User
                          • Aug 2004
                          • 5600

                          #13
                          Originally posted by arnette
                          and the closing tag?


                          if its a huge list, or its not a one off i could make a pretty simple script to do it
                          If he puts it in Excel it'll be easier-
                          Column 1 = <a href="
                          Column 2= The list of URLs he has
                          Column 3= ">
                          Column 4= Leave if you want some anchor text to make it better
                          column 5= </a> & add a <br> if you want each link on a seperate line

                          Then copy all and paste in notepad - save as Text
                          Close & reopen the file - copy a Tab - do a replace of the tab with nothing & you have your list.

                          It may be longer than what most of you programmers would do - but it gets the job done for us non-programmers

                          Comment

                          • nmcog
                            Confirmed User
                            • Sep 2004
                            • 825

                            #14
                            HAHA I do that too Trixxxia!

                            Comment

                            Working...