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

_______________________________________________
sword-devel mailing list
[EMAIL PROTECTED]
http://www.crosswire.org/mailman/listinfo/sword-devel
  • ... Don A. Elbourne Jr.
    • ... Troy A. Griffitts
    • ... Joachim Ansorg
      • ... Hugo van der Kooij
        • ... swdsl
          • ... David's Mailing-list and Spam Receiver
          • ... swdsl
          • ... David's Mailing-list and Spam Receiver
          • ... Виктор Журомский
        • ... Joachim Ansorg
          • ... Don A. Elbourne Jr.
          • ... Joachim Ansorg
      • ... Don A. Elbourne Jr.

Reply via email to