[sword-devel] Web Interface - Parallel Version Display,

Don A. Elbourne Jr. sword-devel@crosswire.org
Wed, 18 Jun 2003 11:19:57 -0500


Joachim,

I promised I'd get back to you on the parallel display. Basically the idea
is to leave out all presentational markup out of the table itself and allow
the external CSS to take care of that. so there is no need for width,
cellspacing, cellpadding and inline style.

I think it would be a good idea also to use the caption and summary tags
along with the thead and tbody.

<table id="paralleldisplay">
<caption></caption>
<summary></summary>
<thead>
<tr>
<th>KJV</th>
<th>WEB</th>
<th>Other Translation</th>
</tr>
</thead>

<tbody>
<tr>
<td></td>
<td></td>
<td></td>
</tr>

<tr>
<td></td>
<td></td>
<td></td>
</tr>

<tr>
<td></td>
<td></td>
<td></td>
</tr>

</tbody>

</table>

For more control we might want to give each row a class name.


by grace alone,

Don A. Elbourne Jr.
http://elbourne.org