Ian Fenn wrote:
I guess I could
use a table... in this context do you think it would be acceptable?

I'd give that a tentative yes (while putting on my flame-proof piyamas), if the number has some sort of meaning. Heck, even if it denotes "order" or "position" I'd go with it.


<table>
    <thead>
        <th scope="col">position</th>
        <th scope="col">result</th>
    </thead>
    <tbody>
        <tr>
            <td>11</td>
            <td>first result</td>
        </tr>
        <tr>
            <td>12</td>
            <td>second result</td>
        </tr>
    </tbody>
</table>

--
Patrick H. Lauke
_____________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to