[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FAQ



Ok, I saw,

I understand now the strange <br /> i saw in the .m4 source.

Thanks for the note.

Hilaire 




Nils Barth writes:
 > Thus spake Hilaire Fernandes:
 > > Thank you for your suggestion and content.
 > > 
 > > I've updated the dr-genius/web/faq.m4 file in the CVS and will update
 > > the web site within two days, so please check before I upload the
 > > .html file.
 > > 
 > > Hilaire
 > 
 > <pedant>
 > One point to bear in mind -- if we ever want to change the webpages to
 > be in XHTML (or any other variant of XML), life will be much easier if
 > we observe a few ez XML rules:
 > * make all tags lowercase, so <p> instead of <P> -- easy to do
 > * close tags, esp. <p> and <li> -- this is a bit more of a pain,
 > 				   so don't bother unless you want to
 > * for tags like <br> and <img>, have them be self-closing via
 >   <br /> and <img src="" />
 > 
 > For more details:
 > http://www.w3.org/TR/xhtml1/#guidelines
 > </pedant>
 > 
 > -- 
 >   -nils