表作成で、罫線を表示させたいのですが、border="1"と指定し、DWで見ると表示されているのに、ブラウザで見ると外枠のみ表示されており、中の罫線が表示されません。どうしてなのか 、分からずに困っています。どなたかご教授いただけましたらありがたいです。どうぞ宜しくお願いいたします。
こんな感じで書いています。↓
<table width="279" height="100" border="1">
<tr>
<th bgcolor="#CBCA98"border="1" scope="col"> </th>
<th width="25" bgcolor="#CBCA98" scope="col"border="1">月</th>
<th width="25" bgcolor="#CBCA98" scope="col">火</th>
<th width="25" bgcolor="#CBCA98" scope="col">水</th>
<th width="25" bgcolor="#CBCA98" scope="col">木</th>
<th width="25" bgcolor="#CBCA98" scope="col">金</th></tr>
<tr>
<th bgcolor="#CBCA98">9:30~13:00</th>
<td bgcolor="#CBCA98">○</td>
<td bgcolor="#CBCA98">/</td>
<td bgcolor="#CBCA98">○</td>
<td bgcolor="#CBCA98">○</td>
<td bgcolor="#CBCA98">○</td>
</tr>
<tr>
<th height="30" bgcolor="#CBCA98" class="sub">15:00~18:00</th>
<td bgcolor="#CBCA98">○</td>
<td bgcolor="#CBCA98">☆※</td>
<td bgcolor="#CBCA98">○</td>
<td bgcolor="#CBCA98">○</td>
<td bgcolor="#CBCA98">○</td>
</tr>
</table>