When I load a web-site..
Posted: Sun, 2005-06-26 23:47
Hi Folks,
I'm trying to follow a tutorial, but it would be a LOT easier if I could also read the CSS and JS files that do the actual control.
Is there a way that I can also read those kinds of files from a site?
Thanks
-Paul-
Many, Many thanks for this help
Paul


Leader
Posts: 599
Joined: 2004-09-21
Location: sydney, australia
When I load a web-site..
Posted: Mon, 2005-06-27 00:20
do you just want to see the external files from a website?
if so, make sure you are browsing in Firefox (with Web Developer tools extension installed)
1. open website
2. go css -> view css
and firefox will open another tab will all style information in another tab. it's the most convenient way for me when just quickly looking for styles in a page.
Guru
Posts: 2834
Joined: 2004-09-01
Location: MA, USA
When I load a web-site..
Posted: Mon, 2005-06-27 01:14
Or instead of view CSS, choose Edit CSS and a pane will open showing the css with page still in place in the remainder of the window. Do you customizing to the CSS and see the effect on the page in real time.
Moderator
Posts: 9209
Joined: 2004-06-30
Location: Milton Keynes
When I load a web-site..
Posted: Mon, 2005-06-27 07:57
If you've downloaded the .js files, you can open them in Notepad.