> -----Original Message-----
> From: astralgirl
> Subject: [wdvltalk] RE: Site Check Please (www.missivemedia.com)
> 
> 
> thanks!! I just changed it to be right - i looked on w3c........... 
> > 
> > You could start by properly placing your <!DOCTYPE...

Good - that's right. Now here's a few things still going wrong.

1.
Now I get 2 .js errors and the page never displays, only the
background color. 

-- Line 50 Syntax error
-- Line 7 'usr' is undefined
(using IE 5.5/Win2k)

2. 
Some of your META tags are inconsistant:
<META http-equiv=Window-target content=_top>
<META http-equiv=Reply-to content="[EMAIL PROTECTED]">
<META http-equiv=expires content=0>

should be:
<META http-equiv="Window-target" content="_top">
<META http-equiv="Reply-to" content="[EMAIL PROTECTED]">
<META http-equiv="expires" content="0">

And then you do them this way - why not be constistant?
<META content="14 days" name=revisit-after>
<META content=General name=rating>
<META content=Global name=distribution>

could be: ('content' listed last)
<META name="revisit-after" content="14 days" >
<META name="rating" content="General">
<META name="distribution" content="Global">

3.
<SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT">
should be
<script language="javascript" type="text/javascript">
You need to write your code in lower case.

4. 
The page doesn't display because you start a comment with:
<!-- Hide the scipt from older browsers
and end it with:
// end hiding script from older browsers
which should be:
--> <!-- end hiding script from older browsers -->


Hugh

____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:wdvltalk-join@;lists.wdvl.com 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to