On 25 Feb 2004, at 10:40, JW wrote:

Ooooooo I see! Thanks Andy�/ Martin!
�
Hmm any ideas in tweaking Dreamweaver to work with standards?
�

Which version? I stopped using it at MX. You can tick 'Make all document XHTML compliant' somewhere in preferences.


As for open target in new window, if I want a new window, how can I achieve it with strict?

There was the exact same discussion a few weeks ago on this board. Javascript was the main option (didn't pay much attention though). Do a search in the list for XHTML (OT??) on 7 Feb.


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
http://www.sodesires.com
~~~~~~~~~~~~~~~~~~~
-------Original Message-------

From: [EMAIL PROTECTED]
Date: 25/02/2004 5:53:53 PM
To: [EMAIL PROTECTED]
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
> http://www.sodesires.com/about/strict.html
> �
> 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="../scripts/js/SODglobal.js"
> 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

http://www.message.uk.com/

*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************
.


____________________________________________________
<image.tiff>� IncrediMail - Email has finally evolved - Click Here
Kind regards
Martin Chapman

--

Web development, identity and design.

co-ord.com Limited
9 Tynwald Road
West Kirby
Merseyside
CH48 4DA

Tel: +44 (0)151 625 1443
Email: [EMAIL PROTECTED]

http://www.co-ord.com

--

*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************



Reply via email to