HighDots Forums  

Can't a CSS file start with a comment to be validated?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Can't a CSS file start with a comment to be validated? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Blinky the Shark
 
Posts: n/a

Default Re: Can't a CSS file start with a comment to be validated? - 03-02-2008 , 04:35 PM






Blinky the Shark wrote:

Quote:
Jonathan N. Little wrote:

Blinky the Shark wrote:
Jonathan N. Little wrote:

Curse of the BOM

I rented that last week. It's almost as bad as "Plan 9 From Outer Space".


That is one I haven't seen. Such a cult following I should see it just
for context.

Oh, absoLOOTly! Carefuly watch for mundane objects dressed up to look
like futuristic technology. Example: on a table that represents, IIRC,
the communications center, along with some old radio gear, is one of those
highway flashers that typically hooked onto a barracade sawhorse and
consisted of a flattish two-sided round plastic lens that was attached to
the top of a big rectangular battery. But so you won't recognize it as
such, they've laid an X across the round lens with a couple pieces of
gaffers tape.

And it's got Vampira.

And cardboard headstones in the cemetary, that move around when someone
walks past them.

What's not to love?

Rent it. Rent it now. Report back!
Oh, and (IMDB): "Bela Lugosi appears in footage shot just before his
death, but with no script in mind. Edward D. Wood Jr. wrote the script to
accommodate all the footage shot in a cemetery and outside Tor Johnson's
house in the new production. Lugosi was doubled by Tom Mason, Wood's
wife's chiropractor, who was significantly taller than Lugosi, and played
the part with a cape covering his face."

</OT>

--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Blinky: http://blinkynet.net



Reply With Quote
  #12  
Old   
shapper
 
Posts: n/a

Default Re: Can't a CSS file start with a comment to be validated? - 03-02-2008 , 05:38 PM






On Mar 2, 10:35 pm, Blinky the Shark <no.s... (AT) box (DOT) invalid> wrote:
Quote:
Blinky the Shark wrote:
Jonathan N. Little wrote:

Blinky the Shark wrote:
Jonathan N. Little wrote:

Curse of the BOM

I rented that last week. It's almost as bad as "Plan 9 From Outer Space".

That is one I haven't seen. Such a cult following I should see it just
for context.

Oh, absoLOOTly! Carefuly watch for mundane objects dressed up to look
like futuristic technology. Example: on a table that represents, IIRC,
the communications center, along with some old radio gear, is one of those
highway flashers that typically hooked onto a barracade sawhorse and
consisted of a flattish two-sided round plastic lens that was attached to
the top of a big rectangular battery. But so you won't recognize it as
such, they've laid an X across the round lens with a couple pieces of
gaffers tape.

And it's got Vampira.

And cardboard headstones in the cemetary, that move around when someone
walks past them.

What's not to love?

Rent it. Rent it now. Report back!

Oh, and (IMDB): "Bela Lugosi appears in footage shot just before his
death, but with no script in mind. Edward D. Wood Jr. wrote the script to
accommodate all the footage shot in a cemetery and outside Tor Johnson's
house in the new production. Lugosi was doubled by Tom Mason, Wood's
wife's chiropractor, who was significantly taller than Lugosi, and played
the part with a cape covering his face."

/OT

--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project:http://improve-usenet.org
Blinky:http://blinkynet.net
Yep,

VS 2008 problem. ASP.NET and VisualStudio 2008 is great for server
side, database, web services, ...
.... but it sucks at rendering.

I don't use any of the easy to use Asp.Net controls ... always
something goes wrong.

Anyway, I am not using Asp.Net theme anymore and I would like an
advice.
What is the best way to organize my CSS files?

I am adding the following:

<style type="text/css" media="Screen">@import url("styles/
master.css")</style>

Then on master.css I have:
@import url("reset.css");
@import url("base.css");
@import url("print.css");

Could you tell me if I am adding the master CSS file the right way and
if this is a good way to organize my styles?
How to you usually to it?

Thank You,
Miguel




Reply With Quote
  #13  
Old   
Andreas Prilop
 
Posts: n/a

Default Re: Can't a CSS file start with a comment to be validated? - 03-03-2008 , 09:49 AM



On Sun, 2 Mar 2008, shapper wrote:

Quote:
Visual Studio must be throwing in something else

Yes, I found that when it starts with a comment or empty line
the CSS files gets the following characters at the start:

So Visual Studio is the brain-dead program that spoils
*ASCII only* text files by inserting a BOM.

Remove the BOM from ASCII files!
http://www.unics.uni-hannover.de/nhtcapri/bom.css

--
In memoriam Alan J. Flavell
http://groups.google.com/groups/sear...Alan.J.Flavell


Reply With Quote
  #14  
Old   
shapper
 
Posts: n/a

Default Re: Can't a CSS file start with a comment to be validated? - 03-03-2008 , 04:27 PM



On Mar 3, 3:49 pm, Andreas Prilop <aprilop2... (AT) trashmail (DOT) net> wrote:
Quote:
On Sun, 2 Mar 2008, shapper wrote:
Visual Studio must be throwing in something else

Yes, I found that when it starts with a comment or empty line
the CSS files gets the following characters at the start:


So Visual Studio is the brain-dead program that spoils
*ASCII only* text files by inserting a BOM.

Remove the BOM from ASCII files!
http://www.unics.uni-hannover.de/nhtcapri/bom.css

--
In memoriam Alan J. Flavellhttp://groups.google.com/groups/search?q=author:Alan.J.Flavell
I had solved it ... just saved the file in Notepad once and it become
ok.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.