View source code of a page. Help pls!

Discussion in 'HTML & Website Design' started by dess71, Apr 26, 2012.

  1. #1
    I know how to view a page souce but the problem is it doesn't give you the pictures locations so if you paste it in notepad (with .html extension ) and try to view it, the images are not visible. Is there any automated software or some web based tool that can reconstruct all the image links from the domain when viewing source of page?
     
    dess71, Apr 26, 2012 IP
  2. imranamen6

    imranamen6 Active Member

    Messages:
    947
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    98
    Digital Goods:
    1
    #2
    did you check whether the images are coming from css ?
     
    imranamen6, Apr 26, 2012 IP
  3. muffet

    muffet Active Member

    Messages:
    720
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    68
    #3
    Have you tried Firebug Lite in Chrome or full version of Firebug in Mozilla Firefox?

     
    muffet, Apr 26, 2012 IP
  4. dess71

    dess71 Well-Known Member

    Messages:
    962
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    143
    #4
    I do not know how to check if the images are coming from css. I tried firebug but doesn't seem to do what I want. have been searching almost for 3 hrs. Not found this tool yet. This one extracts image urls http://jawjahboy.com/utility/
     
    dess71, Apr 26, 2012 IP
  5. MobileInternet

    MobileInternet Active Member

    Messages:
    365
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #5
    Use google chrome, right click and hit "Inspect Element", then click on resources. Its all there
     
    MobileInternet, Apr 27, 2012 IP
  6. heloraghu

    heloraghu Member

    Messages:
    133
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #6
    if you can check the imges of css or html you can easily find the code of its images what ever
     
    heloraghu, Apr 29, 2012 IP
  7. scriptdance

    scriptdance Active Member

    Messages:
    340
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #7
    Use latest google chrome or Firefox "Inspect Element" function, you could get any resources you want.
     
    scriptdance, Apr 29, 2012 IP
  8. kids

    kids Active Member

    Messages:
    411
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    68
    #8
    Yes, this is the best solution.
     
    kids, Apr 29, 2012 IP
  9. dess71

    dess71 Well-Known Member

    Messages:
    962
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    143
    #9
    No you haven't read my question. I do know how to see page source but if you save that page on your pc and open it up again, it will not display all the images because the sourcecode do not have the source URL of the images. Look here (<img width="232" height="204" border="0" alt="Penny Stock Prophet Ebook" src="images/img_ebook_ad2.jpg" class="fr">) the image src starts with images/img_ebook... but the actual URL should be http://pennystockprophet.com/images/img_ebook_ad2.jpg
    So I want a tool that can save the whole page with the whole URLs for the images so when I paste the code in USFREEADS, it may be displayed full page.
     
    dess71, Apr 29, 2012 IP
  10. kids

    kids Active Member

    Messages:
    411
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    68
    #10
    I have understood your idea. You view page source and save, so you will not get any images by this method. It's very easy to do.
    - With Firefox: Firefox -> Save Page As...
    - With IE: Page -> Save As..
    Browser will save everything to offline format page for you, images will save to your local too.
     
    kids, May 4, 2012 IP
  11. aaronroofing

    aaronroofing Peon

    Messages:
    78
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Get Firebug plugin for Firefox and its the best way to track unwanted things from your site and get rid of it!
     
    aaronroofing, May 4, 2012 IP
  12. dess71

    dess71 Well-Known Member

    Messages:
    962
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    143
    #12
    I tried everything u mentioned and it doesn't work. In whatever way you say possible, try it, it doesn't work. THIS IS what I want to do, copy source and paste it in USFREEADS. Then many images are absent because the URL for the images is incomplete in the source. It only works in the original domain. I can build it manually but it is tiresome and I wanted an automated tool which I couldn't find till now. I will try to find one if it exists. Thx anyways.
     
    dess71, May 5, 2012 IP
  13. DennisRitchieCollective

    DennisRitchieCollective Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Either use google chrome's inspect element feature.

    Or open up all "Stylesheet" files that are referenced and look for url('') fields that may contain links to images that you are looking for.