E
Ed Richter
I've added a boarder to a table. However what I'd really like is some cells to have a boarder and some not to have one. Is there a way to control boarders for individual cells? I'd like to have a boarder on the the top of a cell, but not the bottom.
Currently for the entire table the code is:
<div align="center">
<table border="1" cellpadding="0" cellspacing="0" width="455">
<tr>
<td width="455" colspan="11" height="27">
furhter down for each cell (typically)
<tr>
<td width="30" align="center"><font face="Arial">M</font></td>
<td width="30" align="center"><font face="Arial">A</font></td>
<td width="30" align="center"><font face="Arial">E</font></td>
Can I add a boarder command to each cell, and to contol each line of each side of the cell seperately?
Currently for the entire table the code is:
<div align="center">
<table border="1" cellpadding="0" cellspacing="0" width="455">
<tr>
<td width="455" colspan="11" height="27">
furhter down for each cell (typically)
<tr>
<td width="30" align="center"><font face="Arial">M</font></td>
<td width="30" align="center"><font face="Arial">A</font></td>
<td width="30" align="center"><font face="Arial">E</font></td>
Can I add a boarder command to each cell, and to contol each line of each side of the cell seperately?