[GRASS5] module help page alignment

could we have module names top-justified in the html cells so they line
up with their multi-line descriptions?

e.g. i.cluster:
http://grass.ibiblio.org/grass60/manuals/html60_user/imagery.html

It's hard to quickly read from left to right when they don't line up and
all the descriptions run together. Adding a small cell padding might
help too.

<table cellpadding=2>
...
<tr><td valign=top><a href="i.cluster.html">i.cluster</a></td>
...
</table>

thanks,
Hamish

On Fri, Jan 21, 2005 at 08:40:52PM +1300, Hamish wrote:

could we have module names top-justified in the html cells so they line
up with their multi-line descriptions?

e.g. i.cluster:
http://grass.ibiblio.org/grass60/manuals/html60_user/imagery.html

I tried to implement that in
tools/build_html_index.sh
but didn't manage to do it properly.

It's hard to quickly read from left to right when they don't line up and
all the descriptions run together. Adding a small cell padding might
help too.

<table cellpadding=2>
...
<tr><td valign=top><a href="i.cluster.html">i.cluster</a></td>
...
</table>

This time I got it.
OK, done. It will show up on the web by Saturday/Sunday.

Markus