Re: [css-d] Validation assistance

2006-10-04 Thread Aveek Bhattacharya
Bjoern Hoehrmann wrote: * Delos Woodruff wrote: I tried to validate a page and got a particular error. Specifically, because I'm using a strict html doctype, it didn't like the final in the css link. link rel=stylesheet type=text/css href=test.css /

Re: [css-d] Validation assistance

2006-10-04 Thread David Dorward
On 04/10/06, Delos Woodruff [EMAIL PROTECTED] wrote: I tried to validate a page and got a particular error. Specifically, because I'm using a strict html doctype, it didn't like the final in the css link. link rel=stylesheet type=text/css href=test.css /

Re: [css-d] Validation assistance

2006-10-04 Thread Mark J. Reed
On 10/4/06, David Dorward [EMAIL PROTECTED] wrote: http://www.cs.tut.fi/~jkorpela/html/empty.html explains Wow, informative doc. Thanks for the link. The /, in HTML terms is part of a NET tag Note that NET here is short for Null Ending Tag, and has nothing to do with .NET, the Net, etc. :)

Re: [css-d] Validation assistance

2006-10-04 Thread Delos Woodruff
Thank you, Bjeorn. It seemed strange not to use the final . The page this is taken from in written in HTML, so I can lose the /. I'm much more comfortable with that option. What a great list, huh? Thanks again. Delos On Oct 3, 2006, at 11:01 PM, Bjoern Hoehrmann wrote: If you use HTML,

Re: [css-d] Validation assistance

2006-10-04 Thread Delos Woodruff
Hi David. I get it, I think. In standard HTML, you don't need an end / in single tags (like br or img) and since the head section. So it isn't required in the head area. That makes sense. But I'm rambling outside of the css relevance. I appreciate the link and explanation. Delos On Oct 4,

[css-d] Validation assistance

2006-10-03 Thread Delos Woodruff
Hello folks! I tried to validate a page and got a particular error. Specifically, because I'm using a strict html doctype, it didn't like the final in the css link. link rel=stylesheet type=text/css href=test.css / I followed the help info on this and it says that the final is not

Re: [css-d] Validation assistance

2006-10-03 Thread Bjoern Hoehrmann
* Delos Woodruff wrote: I tried to validate a page and got a particular error. Specifically, because I'm using a strict html doctype, it didn't like the final in the css link. link rel=stylesheet type=text/css href=test.css / If you use HTML, use link rel=stylesheet type=text/css