Tuesday, April 28, 2009

How to view another websites code

Hi Everyone,

Say, how can I view the code of another website? I know that this has been talked about in class before and I thought that I wrote it down in my notes but I am not finding it. Thanks in advance! MJ

2 comments:

  1. Go to either View-Page Source (Firefox) or I think File-View Source (for IE). It'll be something like that. To view the CSS file, find the ".css" in the source code and append it to the website's main URL. For example, on Cornelius' website's source code, find the snippet, "css/rmcs.css". Append that to the main URL (e.g. "www.richmediacs.com/css/rmcs.css"). This will bring up the css file.

    ReplyDelete
  2. Piggybacking of what Cheryl said, you can do a find on the page for CSS style sheet code for example: *.css That will quickly guide you through the code source to nail down style sheet URL's.

    ReplyDelete