accessible tables (xhtml)

M

mark | r

I know that using <TH> is the best way of identifying table headers that run
horizontally across the page.

is there any way of making them run vertically e.g.


HEADER, content
HEADER, content
HEADER, content


as opposed to the ususal

HEADER, HEADER, HEADER
content,content,content

Mark
 
W

William Tasso

mark said:
I know that using <TH> is the best way of identifying table headers
that run horizontally across the page.

is there any way of making them run vertically e.g.


HEADER, content
HEADER, content
HEADER, content

<tr><th>...</th><td>...</td>...</tr>
<tr><th>...</th><td>...</td>...</tr>
<tr><th>...</th><td>...</td>...</tr>

seems to work ok
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,079
Messages
2,570,574
Members
47,207
Latest member
HelenaCani

Latest Threads

Top