converting webpage to html

by ronr
4 replies
  • WEB DESIGN
  • |
I need to convert a dynamically generated page into HTML with all the images and layout intact. I was going to attempt this myself but I came to my senses and now thinking of finding someone to do it.

I've put a few notices up. Nothing so far. Is this something that is considered difficult?

Thanks, Ron
#converting #html #webpage
  • Profile picture of the author RichKent
    No, it shouldn't be hard. If it's one page site you can probably just go to File -> Save page and it will save the page in HTML with all the files in a folder.

    Otherwise there are programs that will copy down all the pages of a site for you in HTML format.
    {{ DiscussionBoard.errors[6712229].message }}
    • Profile picture of the author ericwilson
      Originally Posted by RichKent View Post

      No, it shouldn't be hard. If it's one page site you can probably just go to File -> Save page and it will save the page in HTML with all the files in a folder.

      Otherwise there are programs that will copy down all the pages of a site for you in HTML format.
      OR
      You can do one thing following this steps:
      • Opening the webpage on browser.
      • Right click on webpage.
      • Go to view source.
      • HTML page will open.
      • Save this page.
      The page that your going to save will automatically get html extension and then you can edit that page by making use of Adobe Dreamweaver software.

      Thank You.
      {{ DiscussionBoard.errors[6714240].message }}
      • Profile picture of the author rhinocl
        I second the above post. Occassionally doing this with a php file will get you a double menu (once from the code and once from the code generated html) If you should run into this, just delete the one you don't want when you edit.
        {{ DiscussionBoard.errors[6717078].message }}
        • Profile picture of the author ronr
          I tried the method of going to site and saving as, all files and in this case it worked great.

          Thanks for the suggestions.

          Ron
          {{ DiscussionBoard.errors[6717218].message }}

Trending Topics