PDA

Click to See Complete Forum and Search --> : View style sheet


Michael
Jul 31st, 2000, 04:32 AM
I have learnt most of the HTML that I know by using right-click, then View Source, and then studying the code.

However, if a page uses a style sheet, I don't know how to look at this style sheet, in fact I don't even know if it is possible.

Can anyone tell me (A) if it is possible to view the style sheet file, and (B) how to do it?

Thanks in advance

HarryW
Jul 31st, 2000, 04:43 AM
The style sheet is a seperate file (a .css file) which your browser downloads and the page refers to. It will be in your Temporary Internet Files directory, so you can see it there.

"C:\Windows\Temporary Internet Files"

Same goes for some javascript pages, functions can be stored in a .js file, which will be in the same place - temp. int. files.

Michael
Jul 31st, 2000, 07:51 AM
Thanks Harry

I couldn't find the file at first, but by changing the folder options to "show all files", there it was.

Thanks again