[WSG] Re: Semantic Addresses (WAS the correct use)

2006-01-15 Thread Douglas Clifton
. :) But I did read the archives [snip] You may find the hCard microformat an interesting spot to explore this topic: http://microformats.org/wiki/hcard -- Douglas Clifton [EMAIL PROTECTED] http://loadaveragezero.com/ http://loadaveragezero.com/app/s9y/ http://loadaveragezero.com/drx/rss/recent

[WSG] Re: displaying 3.1 3.2 etc. instead of 1 2 3

2005-09-23 Thread Douglas Clifton
; > > > Instead of > > > > > > 1 text text > > 2 text text > > 3 text text > > 4 text text > > > > I am thinking NOT with plain markup, but I could be wrong (just checking). > > > > And how would someone else do this? Just use and p

Re: [WSG] Table header

2005-08-15 Thread Douglas Clifton
rtant. -- Douglas Clifton [EMAIL PROTECTED] http://loadaveragezero.com/ http://loadaveragezero.com/app/s9y/ http://loadaveragezero.com/drx/rss/recent > From: "Patrick H. Lauke" <[EMAIL PROTECTED]> > Date: Sun, 14 Aug 2005 12:16:26 +0100 > S

[WSG] Re: Ten questions for Russ

2005-06-03 Thread Douglas Clifton
Ha! The shoe's on the other foot, eh Russ? Good show Maxine, ~d -- Douglas Clifton [EMAIL PROTECTED] http://loadaveragezero.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guideline

Re: [WSG] Multiple class names in older browsers

2005-06-01 Thread Douglas Clifton
All versions of IE have problems with multiple-class selectors. h1.pink.blue.orange { ... } will match level 1 headings with class "orange", but ignore the pink and blue. In other words, only the last class will match. ~d -- Douglas Clifton [EMAIL PROTECTED] http://loadaveragezero.co

Re: [WSG] style sheet set up

2005-05-31 Thread Douglas Clifton
e is built as long as it loads, and they can find what they're looking for. As far as the scant few users out there with version 4 browsers, good luck with any major Web site these days. As far as dial-up users go, you have my sympathies. -- Douglas Clifton [EMA

[WSG] Juicy Studio offline

2005-05-03 Thread Douglas Clifton
tp://juicystudio.com/ Thank you! -- Douglas Clifton [EMAIL PROTECTED] http://loadaveragezero.com/ ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help **

[WSG] LOC new release

2005-04-19 Thread Douglas Clifton
directory for Web developers, designers and programmers. If anyone would like to contribute resource suggestions, please contact me off the list. The URI to the Web Standards category is: http://loadaveragezero.com/app/drx/Internet/WWW/Design_and_Development/Standards Thanks, Doug-- Douglas Clifton

Re: [WSG] XHTML 1.1 Presentation Module

2005-03-25 Thread Douglas Clifton
though the W3C validator understands XTHML perfectly, it does not send the correct Accept header when it makes the request for your page. Which is pretty much moot since you're not even closing your tags anyway. Ouch! -- Douglas Clifton [EMAIL PROTECTED] http://loadaveragezero.com/ **

[WSG] Re: XHTML Strict alternative to

2005-02-07 Thread Douglas Clifton
Ian, Why not switch to XHTML Transitional for the page that you want to use the start= attribute on? I outline this technique on my website. You don't have to be using PHP to do this, you can simply cut and paste the correct DTD. http://loadaveragezero.com/vnav/labs/PHP/DOCTYPE.php Doug ***