Hi.
will paste my table and the css style sheet below.
when on my webpage, i hit the letter t int in internet explorer, and instead of saying the table caption, it says the table summary.
also, need help in how to code tables more accessibly.
when i would like to have the two heading on the same line, with a space, and the actors and part on the same line, with a space inb etween. now, when i am reading in paragraph mode, does not want to read a cell at a time, just the whole table.
so how do i fix this problem for all my tables on my webpage?
will paste the code, and the style sheet below.
if any one can help, let me know.
cheers Marvin.

<table width="100%" border="2" cellpadding="2" id="StarTrek">
<table summary="This table tells about the cast of Star Trek Orriginal">
<caption>Star Trek Original</caption>
<br>
<tr>
<th> <h3>Actors Name</h3> </th>
<th> <h3>Part</h3> </th>
</tr>
<br>
<tr>
<td>William Shatner</td>
<td>Captain James T Kirk</td>
</tr>
<tr>
<td>Leonard Nimoy</td>
<td>Commander Spock</td>
</tr>
<tr>
<td>DeForest Kelley</td>
<td>Lt Commander Leonard McCoy</td>
</tr>
<tr>
<td>James Doohan</td>
<td>Lt Commander Montgomery Scott</td>
</tr>
<tr>
<td>Nichelle Nichols</td>
<td>Lieutenant Uhura</td>
</tr>
<tr>
<td>George Takei</td>
<td>Lieutenant Hikaru Sulu</td>
</tr>
<tr>
<td>Grace Lee Whitney</td>
<td>Yeoman Janice Rand</td>
</tr>
<tr>
<td>Majel Barrett</td>
<td>Nurse Christine Chapel</td>
</tr>
<tr>
<td>Walter Koenig</td>
<td>Ensign Pavel Chekov</td>
</tr>
<tr>
<td>John Winston</td>
<td>Transporter Chief Kyle</td>
</tr>
<tr>
<td>David L Ross</td>
<td>Lieutenant Galloway</td>
</tr>
<tr>
<td>Eddie Paskey</td>
<td>Mr Leslie</td>
</tr>
<tr>
<td>Bruce Hyde</td>
<td>Kevin Riley</td>
</tr>
<tr>
<td>Booker Bradshaw</td>
<td>Dr M'Benga</td>
</tr>
<tr>
<td>Mark Lenard</td>
<td>Ambassodor Sarek</td>
</tr>
<tr>
<td>Jeffrey Hunter</td>
<td>Captain Christopher Pike</td>
</tr>
<tr>
<td>Jane Wyatt</td>
<td>Ensign Amanda Grayson</td>
</tr>
<tr>
<td>Ricardo Montalban</td>
<td>Dr Khan Noonian Singh</td>
</tr>
<tr>
<td>Yvonne Craig</td>
<td>Marta</td>
</tr>
</table>


body
{
wrapper: none;
font-family: arial;
font-size: 14pt;
text-height: 14pt;
text-align: left;
background-color: #ffff66;
}
h1
{
font-family: Sanserif;
font-weight: bold;
font-size: 18pt;
text-height: 14pt;
text-align: left;
color: #ff0000;
}
h2
{
font-family: Sanserif;
font-weight: bold;
font-size: 16pt;
text-height: 14pt;
text-align: left;
color: #ff0000;
}
p
{
font-family: arial;
font-size: 14pt;
text-height: 14pt;
text-align: left;
}
ul
{
font-family: arial;
font-size: 14pt;
text-height: 14pt;
text-align: left;
list-style-type: square;
color: black;
}
img
{
font-family: arial;
font-size: 14pt;
text-height: 14pt;
text-align: left;
}
a:link
{
font-family: arial;
font-size: 14pt;
text-height:14pt;
text-align: left;
}
a:visited
{
font-family: arial;
font-size: 14pt;
text-height:14pt;
text-align: left;
}
a:link .vnote
{
display: none;
}
a:visited .vnote
{
display: inline;
}
caption
{
font-family: arial;
font-size: 14pt;
text-height: 14pt;
text-align: left;
}
table
{
font-family: arial;
font-size: 14pt;
text-height: 14pt;
text-align: left;
}
tr
{
font-family: arial;
font-size: 14pt;
text-height: 14pt;
text-align: left;
}
td
{
font-family: arial;
font-size: 14pt;
text-height: 14pt;
text-align: left;
}

_________________________________________________________________
Advertisement: 110,000+ cars with the click of a mouse at carsales.com.au http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fsecure%2Dau%2Eimrworldwide%2Ecom%2Fcgi%2Dbin%2Fa%2Fci%5F450304%2Fet%5F2%2Fcg%5F801577%2Fpi%5F1005244%2Fai%5F838593&_t=757768878&_r=endtext_110000&_m=EXT



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to