[GenABEL-dev] [Genabel-commits] r665 - pkg/webpages
Yurii Aulchenko
yurii.aulchenko at gmail.com
Wed Mar 2 18:04:00 CET 2011
> Looking at the HTML code I wondered: I see a lot of <p></p> lines. IIRC
> the idea of the <p> code is to create a paragraph. I guess <p></p> gives
> you a separation between paragraphs as well, but I think it was meant to
> be used like this:
> <p>
> A lot of text in a paragraph
> </p>
This is correct. But <p></p> generated the same pagination, and was
easier to do (and maintain later, I believe). I do not see a problem
to use this style, but would also be OK with "right style".
> Furthermore, I think that drupal knows the tage <code></code> so you
> might want to consider enclosing lines like R_HOME= etc. in these tags
> for nice source code formatting.
This is good point. Big question hidden here: do we want our 'html' code be
Drupal-dependent or not? I say, rather not, and would go for use of <pre></pre>
instead as a standard way to get verbatim, unless someone suggest otherwise.
bw,
Yurii
More information about the genabel-devel
mailing list