How do you view other people's css in multiply?

Is there a way to view css pages ?

  • I was wondering if there is a way to view css code in the same way that you view the html by going to view, source. i can see the links to the css pages in the head section .. but is there any way i can view them? thanks

  • Answer:

    In addition to Chris's answer, if you are using Firefox, you can download the Web Developer extension that lets you view the HTML, CSS, and JavaScript, edit HTML and CSS, display page validation, and many more useful functions.

Student at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Copy and paste their addresses into your URL bar.

PhpMyCoder

If you are using Firefox, you can use Firebug (http://getfirebug.com/). Or you can add the CSS path to the end of the link to view the CSS in your browser window. EX - if you View Source on a website and the CSS link is css/stylesheet.css, you would add that to the end of the url, so you would have www.sitename.com/css/stylesheet.css

Chris

You should be able to type in the url of the css page by viewing the source of the current page then looking for: <link href="boldblue1.css" type="text/css" rel="stylesheet" /> You will then be able to add the boldblue1.css to the url and see the page, like tis one: http://mixdownload.net/boldblue1.css Hope this helps

Cazpa

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.