 |
|
 |
|
Next: hosting
|
| Author |
Message |
External

Since: Mar 21, 2004 Posts: 10
|
(Msg. 1) Posted: Sun Mar 21, 2004 8:37 pm
Post subject: looking at other sites style.css Archived from groups: alt>www>webmaster (more info?)
|
|
|
Hi,
I've pretty much just discovered how Cascading Style Sheets can help me.
When I first learnt html, I enjoyed finding sites I liked the look of, and
viewing the source.
Is there a way of doing this with style sheets ?
A site (say www.anysite.com ) has the line
<LINK REL=StyleSheet HREF="style.css" TYPE="text/css" />
in the index page. So the style sheet is at www.anysite.com/style.css .....
When I put that in my browser, it says "downloading file, but I searched my
HD for style.css, it doesn't seem to be there !
Any ideas ?
Rich >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Jun 28, 2003 Posts: 1662
|
(Msg. 2) Posted: Sun Mar 21, 2004 8:45 pm
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Rich" <noone.DeleteThis@none.org> wrote in message
news:c3kjs8$kkm$1@titan.btinternet.com...
> Hi,
>
> I've pretty much just discovered how Cascading Style Sheets can help me.
> When I first learnt html, I enjoyed finding sites I liked the look of, and
> viewing the source.
>
> Is there a way of doing this with style sheets ?
>
> A site (say <a style='text-decoration: underline;' href="http://www.anysite.com" target="_blank">www.anysite.com</a> ) has the line
>
> <LINK REL=StyleSheet HREF="style.css" TYPE="text/css" />
<font color=purple> > in the index page. So the style sheet is at <a style='text-decoration: underline;' href="http://www.anysite.com/style.css</font" target="_blank">www.anysite.com/style.css</font</a>>
......
>
> When I put that in my browser, it says "downloading file, but I searched
my
> HD for style.css, it doesn't seem to be there !
>
> Any ideas ?
Must depend on the browser, and/or settings.
When I do it using IE6, I get a notepad window opened containing the text of
the style sheet.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Nov 07, 2003 Posts: 366
|
(Msg. 3) Posted: Sun Mar 21, 2004 8:49 pm
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Quoth the raven named Rich:
> <LINK REL=StyleSheet HREF="style.css" TYPE="text/css" />
> in the index page. So the style sheet is at <a style='text-decoration: underline;' href="http://www.anysite.com/style.css" target="_blank">www.anysite.com/style.css</a> .....
>
> When I put that in my browser, it says "downloading file, but I searched my
> HD for style.css, it doesn't seem to be there !
You are probably using Internet Explorer. It doesn't know how to
display a css file. The file will actually be somewhere in your cache
files, but with an odd name.
Use Mozilla, Firefox, or Opera to view the file, and it will display
directly in the browser window, as expected.
--
-bts
-This space intentionally left blank.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Jun 28, 2003 Posts: 1662
|
(Msg. 4) Posted: Sun Mar 21, 2004 8:53 pm
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Beauregard T. Shagnasty" <a.nony.mous.RemoveThis@example.invalid> wrote in message
news:2Bk7c.56045$KB.14938@twister.nyroc.rr.com...
> Quoth the raven named Rich:
>
> > <LINK REL=StyleSheet HREF="style.css" TYPE="text/css" />
<font color=green> > > in the index page. So the style sheet is at <a style='text-decoration: underline;' href="http://www.anysite.com/style.css</font" target="_blank">www.anysite.com/style.css</font</a>>
......
> >
> > When I put that in my browser, it says "downloading file, but I searched
my
> > HD for style.css, it doesn't seem to be there !
>
> You are probably using Internet Explorer. It doesn't know how to
> display a css file.
Mine does.
On default settings it fires up a notepad window.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Nov 09, 2003 Posts: 126
|
(Msg. 5) Posted: Sun Mar 21, 2004 9:03 pm
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Rich wrote in message ...
> I've pretty much just discovered how Cascading Style Sheets can help me.
> When I first learnt html, I enjoyed finding sites I liked the look of,
> and viewing the source.
> Is there a way of doing this with style sheets ?
I do a 'View Source' which then normally shows where the sytylesheet is
located on the server.
For example one I looked at earlier ..
<a style='text-decoration: underline;' href="http://www.photographer.pwp.blueyonder.co.uk" target="_blank">http://www.photographer.pwp.blueyonder.co.uk</a>
Go to 'View Source' (by right clicking in the main frame), and it shows the
CSS file as ...
<link rel="stylesheet" href="BMRstyle.css">
so I just added BMRstyle.css to the end of the URL and picked up the
Stylesheet that way, as in ...
<a style='text-decoration: underline;' href="http://www.photographer.pwp.blueyonder.co.uk/BMRstyle.css" target="_blank">http://www.photographer.pwp.blueyonder.co.uk/BMRstyle.css</a>
Just click on that and if you have Frontpage or Dreamweaver installed
(possibly others) it will open in the editor.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Feb 13, 2004 Posts: 1104
|
(Msg. 6) Posted: Sun Mar 21, 2004 10:50 pm
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Beauregard T. Shagnasty wrote:
> Quoth the raven named Rich:
>
>> <LINK REL=StyleSheet HREF="style.css" TYPE="text/css" />
>> searched my
>> HD for style.css, it doesn't seem to be there !
>
> The file will actually be somewhere in your cache files, but
> with an odd name.
usually the name with a number between square brackets, like
this: style[1].css, in 'temporary internet files'
> Use Mozilla, Firefox, or Opera to view the file, and it will display
> directly in the browser window, as expected.
In Netscape as well.
--
Els
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Mar 21, 2004 Posts: 10
|
(Msg. 7) Posted: Sun Mar 21, 2004 11:00 pm
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Steve R." <stevie_ritchie(NOSPAM)@hotmail.com> wrote in message
news:ONk7c.22400$O36.481043711@news-text.cableinet.net...
> Rich wrote in message ...
> > I've pretty much just discovered how Cascading Style Sheets can help me.
> > When I first learnt html, I enjoyed finding sites I liked the look of,
> > and viewing the source.
>
> > Is there a way of doing this with style sheets ?
>
> I do a 'View Source' which then normally shows where the sytylesheet is
> located on the server.
>
> For example one I looked at earlier ..
<font color=purple> > <a style='text-decoration: underline;' href="http://www.photographer.pwp.blueyonder.co.uk</font" target="_blank">http://www.photographer.pwp.blueyonder.co.uk</font</a>>
>
> Go to 'View Source' (by right clicking in the main frame), and it shows
the
> CSS file as ...
> <link rel="stylesheet" href="BMRstyle.css">
>
> so I just added BMRstyle.css to the end of the URL and picked up the
> Stylesheet that way, as in ...
<font color=purple> > <a style='text-decoration: underline;' href="http://www.photographer.pwp.blueyonder.co.uk/BMRstyle.css</font" target="_blank">http://www.photographer.pwp.blueyonder.co.uk/BMRstyle.css</font</a>>
>
> Just click on that and if you have Frontpage or Dreamweaver installed
> (possibly others) it will open in the editor.
I have IE6, and Charles I wish it did open notepad !! Steve, I worked that
out, just can't figure why it ain't working on my comp !Nothing opens, even
though on my comp other activities open Allaire Homesite.
Still, at least I know its a local prob
Rich<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Mar 21, 2004 Posts: 10
|
(Msg. 8) Posted: Sun Mar 21, 2004 11:02 pm
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Els" <els.aNOSPAM RemoveThis @tiscali.nl> wrote in message
news:405de33b$0$41750$5fc3050@dreader2.news.tiscali.nl...
> Beauregard T. Shagnasty wrote:
> > Quoth the raven named Rich:
> >
> >> <LINK REL=StyleSheet HREF="style.css" TYPE="text/css" />
>
> >> searched my
> >> HD for style.css, it doesn't seem to be there !
> >
> > The file will actually be somewhere in your cache files, but
> > with an odd name.
>
> usually the name with a number between square brackets, like
> this: style[1].css, in 'temporary internet files'
>
> > Use Mozilla, Firefox, or Opera to view the file, and it will display
> > directly in the browser window, as expected.
>
> In Netscape as well.
>
> --
> Els
>
> Sonhos vem. Sonhos vão. O resto é imperfeito.
> - Renato Russo -
Thanks Els,
Thats why I couldn't find it I was searching for style.css , now I've put in
style*.css all becomes clear !
Rich<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Sep 19, 2003 Posts: 3499
|
(Msg. 9) Posted: Sun Mar 21, 2004 11:10 pm
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Rich wrote:
> "Steve R." <stevie_ritchie(NOSPAM)@hotmail.com> wrote in message
> news:ONk7c.22400$O36.481043711@news-text.cableinet.net...
>> Rich wrote in message ...
>>> I've pretty much just discovered how Cascading Style Sheets can
>>> help me. When I first learnt html, I enjoyed finding sites I liked
>>> the look of, and viewing the source.
>>
>>> Is there a way of doing this with style sheets ?
>>
>> I do a 'View Source' which then normally shows where the sytylesheet
>> is located on the server.
>>
>> For example one I looked at earlier ..
<font color=green> >> <a style='text-decoration: underline;' href="http://www.photographer.pwp.blueyonder.co.uk</font" target="_blank">http://www.photographer.pwp.blueyonder.co.uk</font</a>>
>>
>> Go to 'View Source' (by right clicking in the main frame), and it
>> shows the CSS file as ...
>> <link rel="stylesheet" href="BMRstyle.css">
>>
>> so I just added BMRstyle.css to the end of the URL and picked up the
>> Stylesheet that way, as in ...
<font color=green> >> <a style='text-decoration: underline;' href="http://www.photographer.pwp.blueyonder.co.uk/BMRstyle.css</font" target="_blank">http://www.photographer.pwp.blueyonder.co.uk/BMRstyle.css</font</a>>
>>
>> Just click on that and if you have Frontpage or Dreamweaver installed
>> (possibly others) it will open in the editor.
> I have IE6, and Charles I wish it did open notepad !! Steve, I worked
> that out, just can't figure why it ain't working on my comp !Nothing
> opens, even though on my comp other activities open Allaire Homesite.
>
> Still, at least I know its a local prob
Do you have a default application specified for .css files?
Perhaps textpad would be a useful acquisition?
--
William Tasso<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Dec 20, 2003 Posts: 87
|
(Msg. 10) Posted: Mon Mar 22, 2004 12:54 am
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Charles Sweeney wrote:
>>You are probably using Internet Explorer. It doesn't know how to
>>display a css file.
>
>
> Mine does.
>
> On default settings it fires up a notepad window.
That probably has more to do with your OS default file display settings.
I've got mine set to open all internet related files with Moz but I
can always right click on a file and choose "open with". I don't use IE
anymore ... it just won't WORK, but before it broke it behaved the way I
described.
--
Judy
alt.www.webmaster alumni webring
<a style='text-decoration: underline;' href="http://www.technohippie.com/scripts/ringmaker.php" target="_blank">http://www.technohippie.com/scripts/ringmaker.php</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Dec 20, 2003 Posts: 87
|
(Msg. 11) Posted: Mon Mar 22, 2004 12:57 am
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Steve R. wrote:
> so I just added BMRstyle.css to the end of the URL and picked up the
> Stylesheet that way, as in ...
<font color=purple> > <a style='text-decoration: underline;' href="http://www.photographer.pwp.blueyonder.co.uk/BMRstyle.css</font" target="_blank">http://www.photographer.pwp.blueyonder.co.uk/BMRstyle.css</font</a>>
>
> Just click on that and if you have Frontpage or Dreamweaver installed
> (possibly others) it will open in the editor.
That's not a feature ... it's a glitch!
*grin*
--
Judy
alt.www.webmaster alumni webring
<a style='text-decoration: underline;' href="http://www.technohippie.com/scripts/ringmaker.php" target="_blank">http://www.technohippie.com/scripts/ringmaker.php</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Mar 22, 2004 Posts: 5
|
(Msg. 12) Posted: Mon Mar 22, 2004 4:22 am
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Sun, 21 Mar 2004 20:00:18 +0000 (UTC), "Rich" <noone.RemoveThis@none.org>
wrote:
>
>"Steve R." <stevie_ritchie(NOSPAM)@hotmail.com> wrote in message
>news:ONk7c.22400$O36.481043711@news-text.cableinet.net...
>> so I just added BMRstyle.css to the end of the URL and picked up the
>> Stylesheet that way, as in ...
<font color=green> >> <a style='text-decoration: underline;' href="http://www.photographer.pwp.blueyonder.co.uk/BMRstyle.css</font" target="_blank">http://www.photographer.pwp.blueyonder.co.uk/BMRstyle.css</font</a>>
>>
>> Just click on that and if you have Frontpage or Dreamweaver installed
>> (possibly others) it will open in the editor.
>I have IE6, and Charles I wish it did open notepad !! Steve, I worked that
>out, just can't figure why it ain't working on my comp !Nothing opens, even
>though on my comp other activities open Allaire Homesite.
>
IE will 'usually' open a file in the aplication you have associated
with that file type in Windows explorer.
So to get the file to open in notepad when you type the URL in the IE
address bar:
- go to windows explorer
- select options (wherever it is on one of the menus for your win
version)
- go to file types tab of options
- select (or add) CSS file type and enter notepad.exe as the
associated program
Now type the URL in the IE address bar.
If you get the page using Kybie (see my sig - select a link to the
page using that css and press F7) it will also sav the css to your
disk. You will then see the location of the css file on your disk when
you view the source of the offline page.
Hope that helps.
David. 1keytools.
Software author. (please edit my email addr. to prove you're not a dumb 'bot)
Web Log Analyzer by Search Term <a style='text-decoration: underline;' href="http://www.1keytools.com/wlabstfeatures.htm" target="_blank">http://www.1keytools.com/wlabstfeatures.htm</a>
Kybie GetEmAll - Make IE an offline browser <a style='text-decoration: underline;' href="http://www.1keytools.com/offline_browser.htm" target="_blank">http://www.1keytools.com/offline_browser.htm</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Jul 31, 2003 Posts: 67
|
(Msg. 13) Posted: Mon Mar 22, 2004 4:40 am
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Rich" <noone DeleteThis @none.org> wrote in message
news:c3kjs8$kkm$1@titan.btinternet.com...
> Hi,
>
> I've pretty much just discovered how Cascading Style Sheets can help me.
> When I first learnt html, I enjoyed finding sites I liked the look of, and
> viewing the source.
>
> Is there a way of doing this with style sheets ?
>
> A site (say <a style='text-decoration: underline;' href="http://www.anysite.com" target="_blank">www.anysite.com</a> ) has the line
>
> <LINK REL=StyleSheet HREF="style.css" TYPE="text/css" />
<font color=purple> > in the index page. So the style sheet is at <a style='text-decoration: underline;' href="http://www.anysite.com/style.css</font" target="_blank">www.anysite.com/style.css</font</a>>
......
>
> When I put that in my browser, it says "downloading file, but I searched
my
> HD for style.css, it doesn't seem to be there !
>
> Any ideas ?
In your browsers address bar:
view-source:http://www.anysite.com/style.css
Cheers
Richard.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Jun 28, 2003 Posts: 585
|
(Msg. 14) Posted: Mon Mar 22, 2004 8:37 am
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Charging up on a white horse Beauregard T. Shagnasty said:
: You are probably using Internet Explorer. It doesn't know how to
: display a css file. The file will actually be somewhere in your cache
: files, but with an odd name.
That is not entirely accurate. Just click to open the file and then save
it to where you want it with the name you want it to have.
I save css files from time to time with Internet Explorer and that
is how I have always done it.
I get asked to save, I open instead and then from the text editor
save it to a aptly named folder.
--
Heidi
Recommended Hosting: http://www.page-zone.com/
Put a.w.w. in subject if you email me or it might be trashed >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
External

Since: Jun 28, 2003 Posts: 585
|
(Msg. 15) Posted: Mon Mar 22, 2004 8:48 am
Post subject: Re: looking at other sites style.css [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Charging up on a white horse 1keytools david said:
: So to get the file to open in notepad when you type the URL in the IE
: address bar:
: - go to windows explorer
: - select options (wherever it is on one of the menus for your win
: version)
: - go to file types tab of options
: - select (or add) CSS file type and enter notepad.exe as the
: associated program
Actually there is an easier way. Just right click a CSS file and highlight
'open with' then select 'choose the program'. Choose the program you
want to have always open that file and make sure the box is checked next to
'Always use the selected program to open this kind of file'
That is what worked for me but I don't use notepad because notepad
makes a mess of the CSS. It is all on one or two lines stretching all
the way from left to right.
I use WinSyntax to open CSS files and it neatly orders them with proper
line breaks etc. Much better than notepad for this and it is free.
Actually I pretty much use WinSyntax for everything I open so I can see
it how it should look rather than how notepad thinks it should look. LOL.
--
Heidi
Recommended Hosting: http://www.page-zone.com/
Put a.w.w. in subject if you email me or it might be trashed >> Stay informed about: looking at other sites style.css |
|
| Back to top |
|
 |  |
| Related Topics: | Different Style Sheets for NN4.x and IE - Okay, I don't support NN4.x any more, but a client insists on usability on both browsers. My style sheet validates with W3C, but (surprise, surprise) fails to work well with NN4.x. I know someone here knows a code trick that will allow a different style...
Head style - Greetings one and all Another question from the class of: "I'm sure it's in the spec somewhere, if only I could find/decypher it." Whether linked or not, styles go in the <head> this much we know. Why? style blocks appear to have the...
best practice - list style image - Hello one and all. Tell me once and tell me no more: what is considered best practice for building an image to use as the list-style-image. I am particularly concerned that both ie(6) and Opera (7.11) both display no clear space between the image and....
@import and list-style-type - Does anyone have any information or pointer to a reference on why the list-style-type doesn't want to work (in any browser) when calling the style sheet via @import? -- Karl Core Charles Sweeney says my sig is fine as it is.
Newbie question about CSS - can you apply a style to an en.. - A newbie question about CSS: Is it possible to set a style once and then have it apply the an entire table of data? Or do you have to keep resetting it on every <TD> ? Ship |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|