Yeah you r right about html.
LI is a block element, and A is a inline element. and block element can't be
inside the inline element by standard.
Ofcourse there is "li.men {display:inline;}" in css, but it does not makes
xhtml markup valid.Regards, Maksim Burnin 2010/7/27 Ivan Shmakov <[email protected]> > Okay, following the instructions at [1], I could easily download > the current source. > > [1] http://netsukuku.freaknet.org/?pag=download > > However, how does one download the Web pages? Are these in a > (D)VCS? or do I have to recurse with a Wget? > > In particular, the ‘#menu’ element reads: > > … > <a href="?pag=home"><li class="men"> home </li></a> > … > > I'm not sure whether it's a valid XHTML or not, but it confuses > my Lynx for sure. Shouldn't it be as follows instead? > > … > <li class="men"><a href="?pag=home"> home </a></li> > … > > (Though I don't quite understand these 's, either.) > > In general, I may be able to conjure some improvements to the > pages (which I've found a bit flaky at a glance), but I cannot > see any advice on how to submit the patches. > > PS. Thanks _Vi for pointing this mailing list to me. Shouldn't there > be a link to it below Contacts? And, BTW, to its Gmane [2] > vision as well. > > [2] http://dir.gmane.org/gmane.network.peer-to-peer.netsukuku > > -- > FSF associate member #7257 > > _______________________________________________ > Netsukuku mailing list > [email protected] > http://lists.dyne.org/mailman/listinfo/netsukuku > >
_______________________________________________ Netsukuku mailing list [email protected] http://lists.dyne.org/mailman/listinfo/netsukuku
