html help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rollin
    Confirmed User
    • Oct 2001
    • 436

    #1

    html help

    does anyone know of a program that you can set a directory to, and it goes through all the documents (html's) and deletes certain text you want it to? like a path to an img for example
    Porn Connected - Free Adult hosting! No header advertising!
  • Roberto
    Confirmed User
    • Oct 2001
    • 1459

    #2
    dreamweaver
    i'm a legend in my spare time.

    Comment

    • rollin
      Confirmed User
      • Oct 2001
      • 436

      #3
      does it do it in batch ??
      how do you do it in dreamweaver?
      Porn Connected - Free Adult hosting! No header advertising!

      Comment

      • Necron99
        Registered User
        • Oct 2001
        • 26

        #4
        How do you do it in Dreamweaver? Uh how about search and replace.

        ------------------

        Comment

        • Necron99
          Registered User
          • Oct 2001
          • 26

          #5
          search and replace onth the current document, or the whole website, or an entire directory

          ------------------

          Comment

          • Amputate Your Head
            There can be only one
            • Aug 2001
            • 39075

            #6
            D-R-E-A-M-W-E-A-V-E-R
            SIG TOO BIG

            Comment

            • Roberto
              Confirmed User
              • Oct 2001
              • 1459

              #7
              edit/find and replace, the rest is pretty foolproof
              select if you want to replace in the current document, all .htm* .asp whatever files in a given directory and sub directories, or the defined site in dw settings, choose if you want to replace plain text or source code contents. of course beware there is no undo option for this, so you better be sure about what are you going to replace.
              your question was about deleting, so find= (what you want to delete) replace =(nothing), you leave that field blank.

              [This message has been edited by Roberto (edited 10-23-2001).]
              i'm a legend in my spare time.

              Comment

              • X37375787

                #8
                N-O-T-E-P-A-D

                Comment

                • rollin
                  Confirmed User
                  • Oct 2001
                  • 436

                  #9
                  thanks
                  Porn Connected - Free Adult hosting! No header advertising!

                  Comment

                  • RedShoe
                    赤い靴 call me 202-456-1111
                    • Feb 2001
                    • 14831

                    #10
                    personally, I'm a big fan of old school, hardcore, notepad.

                    I'm a hardcore, hard-coder.

                    ------------------
                    <A HREF="http://bootybone.com" TARGET=_blank>RedShoe is:
                    </A>
                    BoneProne Family Member

                    SPECIALTY COSTUMES • PROPS • FX
                    Superheroes • Monsters • Robots
                    PM for details


                    For any manufacturing needs. Adult or otherwise.

                    aka BonsHigh on Insta
                    Bonsai weed plants


                    Comment

                    • Amputate Your Head
                      There can be only one
                      • Aug 2001
                      • 39075

                      #11
                      Rambo.
                      SIG TOO BIG

                      Comment

                      • X37375787

                        #12
                        Codito, Ergo Sum.

                        I code, therefore I am.

                        Comment

                        • Roberto
                          Confirmed User
                          • Oct 2001
                          • 1459

                          #13
                          Personally i use ultraedit, but how do you perform a search/replace in several files with notepad? dw can be as lame as you want but that search/replace feature is great, even compared to other shareware or freeware programs that do just that (search/replace).

                          [This message has been edited by Roberto (edited 10-23-2001).]
                          i'm a legend in my spare time.

                          Comment

                          • AWC
                            Confirmed User
                            • Aug 2001
                            • 1223

                            #14
                            Note Tab Pro http://www.notetab.com

                            This is like notepad on steroids. Check it out... I have no affiliation with the site but have used and loved this program for years.

                            Comment

                            • JackFoley
                              Confirmed User
                              • Jul 2001
                              • 858

                              #15
                              WTF? A serious thread and it's NOT on page 2 yet? Is this the right board?

                              Rollin, I use BK Replace 'Em, you can specify entire directories to search & replace at once.

                              ------------------
                              Plenty of wheat to go around.
                              SUBMIT | TRADE | CONTACT

                              Comment

                              • awechen
                                Confirmed User
                                • Oct 2001
                                • 162

                                #16
                                unix

                                for files in *.html ; do sed -e s/OLD/NEW/g $file > $file.tmp; mv $file.tmp $file; done

                                ..
                                do in on your server .. if u have more then 100 files .. to work on it ...


                                ------------------
                                "Shock your systemadministration! Read manual-pages!"
                                ah you have been blessed with 72 virgins?

                                Comment

                                • CleanSanchez
                                  Registered User
                                  • Oct 2001
                                  • 16

                                  #17
                                  HOME SITE

                                  the best a SANCHEZ APPROVAL

                                  Comment

                                  Working...