At 2002-01-24 12:52 +0100, Jon Clausen wrote:
>I put the draft at: http://bund.dk/~jon/weblethowto-pub.html so you guys 
>can get a preview. (Also it was a good opportunity to make some more html 
>and myself a homepage -my first...) I'll update it later today with the 
>above...

Jon,
It looks nice, but there are a few things you may want to do. These are 
only suggestions, and you don't have to do them if you don't want to. I 
appreciate the effort required to author FAQs, and don't wish to discourage 
you from submitting them in the future. Please keep this in mind as you 
read through the suggestions below.

First run tidy against the document. It should correct most of the old tags 
you're using.

$ tidy -utf8 -m -f errorfile -asxml weblethowto-pub.html

<i> is now <em>
<b> is now <strong>
<br> is now <br />

You can see the current problems with the document by going to the w3c.org 
site, putting in your Address:, and selecting Document Type: of XHTML 1.0 
Strict.
http://validator.w3.org/

Validating against strict will help you later, but it's not required. I'm 
currently trying to get our documents to meet valid transitional guidelines.

--
Mike Noyes <[EMAIL PROTECTED]>
https://sourceforge.net/users/mhnoyes/
http://leaf.sourceforge.net/content.php?menu=1000&page_id=4


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to