Ooooooo I see! Thanks Andy / Martin!
 
Hmm any ideas in tweaking Dreamweaver to work with standards?
 
As for open target in new window, if I want a new window, how can I achieve it with strict?
 
I guess is preferences really although I do notice lots of website do not open up in new window but I will always open those links up in new windows as I prefer to have the original page there to refer back to. So to open links up in new windows or not is still a question to me cause I prefer new window. But I will try to please the majority :) 
 
With Regards,
Jaime Wong
~~~~~~~~~~~~~~~~~~~
SODesires Design Team
~~~~~~~~~~~~~~~~~~~
-------Original Message-------
 
Date: 25/02/2004 5:53:53 PM
Subject: Re: [WSG] DTDS and which to use?
 
 
On 25 Feb 2004, at 09:12, JW wrote:
 
> Hi all
>   
> I have copied a page from my website and make the DTD XHTML 1.0 Strict
> just to see the diff btwn transitional and strict. You can see it here
>  
> Well the xhtml validation shows error but even after reading the
> explanation of errors, I still could not really understand what they
> meant!
 
No Worries. They are all pretty simple, and pretty minor.
 
 
> Below are the results of attempting to parse this document with an
> SGML parser.
> 1.   Line 11, column 17: there is no attribute "language"
> (explain...).
>   <script language="_javascript_" src=""
> type="text/javasc
 
There is no language attribute in XHTML strict, so you should remove
the language="_javascript_" bit
 
 
>                    ^ 2.   Line 38, column 85: there is no attribute
> "name" (explain...).
>   .../header_title/about.gif" alt="" name="headertitle_default"
> width="235" height
 
Again, there is no name attribute, use id instead
 
>                                  ^
> 3.   Line 38, column 138: there is no attribute "border"
> (explain...).
>   ...ault" width="235" height="80" border="0" id="headertitle_default"
> /></div>
 
Get rid of border="0" and set this in your css
 
 
>                                           ^
> 4.   Line 70, column 68: there is no attribute "target" (explain...).
>   ...t.com/gallery/so_desires.php" target="_blank"
> class="aLeftCol">CSS Vault</a>
 
No target attribute. Get rid of this (opening up new windows is
annoying anyway)
 
>                                           ^
> 5.   Line 74, column 125: there is no attribute "hspace"
> (explain...).
>   ... pixel" width="7" height="23" hspace="10" />:: </span><span
> class="ttLeftCol"
 
no hspace attribute. With XHTML strict you should really be aiming to
move all presentational html into your css, so trash this as well.
 
Andy Budd
 
 
*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************
.
____________________________________________________
  IncrediMail - Email has finally evolved - Click Here

Reply via email to