View Single Post
Old 08-06-2006, 02:09 PM   #1 (permalink)
WHWebSolutions
 
True Techie

Join Date: May 2006

Posts: 128

WHWebSolutions

Send a message via ICQ to WHWebSolutions Send a message via AIM to WHWebSolutions Send a message via Yahoo to WHWebSolutions
Default HTML/Table question

Hello I have a question that I hope someone can answer. I have this code shown here:
Code:
<table border="1" width="100%" id="table2" cellspacing="1"> 
<tr> 
<td colspan="3"><div align="center">Please help EMRO by donating to EMRO's Sanctuary. We need $**,*** to open it, and we currently have $**,**** </div></td>
</tr>
<tr> 
<td colspan="3"></td>
</tr>
<tr> 
<td width="33.3%" align="left">0%</td> 
<td width="33.4%" align="center">50%</td> 
<td width="33.3%" align="right">100%</td> 
</tr>
</table>
I have the table in a border right now but I would like to make the last row
Code:
<tr> 
<td width="33.3%" align="left">0%</td> 
<td width="33.4%" align="center">50%</td> 
<td width="33.3%" align="right">100%</td> 
</tr>
not be in a border. Is that possible and if so how?

William
WHWebSolutions is offline