Doreen Cowan wrote:
> first problem
> I have not been able to see my web page in vista or IE 7 although it works 
> fine in I.E. 6.  My present operating  system is windows 2000. 
> 
> The doctype which I used  was as follows.
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> 
> This is a part of my coding.
> <link rel="stylesheet" href="newindex.css" style type="text/css"  />
> 
> I put the page through the validator.  There are a number of errors. 
> One of them is as follows:
> Line 28, character 50: 
> ....t" href="newindex.css" style type="text/css"  />
> Error: style is not a member of a group specified for any attribute
> 
> Could someone please tell me what this means.

You have an extraneous word in your link coding: "style". Removing it 
will fix that validation problem.

-- 
David
[EMAIL PROTECTED]
authenticity, honesty, community
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to