Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 08-06-2006, 02:09 PM   #1 (permalink)
 
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  
Old 08-06-2006, 02:39 PM   #2 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,682

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default

Like this?

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>
</table>
<table width="100%" id="table2">
<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>

__________________

Need website help? PM me!
CrazeD is offline  
Old 08-06-2006, 02:41 PM   #3 (permalink)
 
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

yes thankyou very much.
__________________
William Harding
William Harding Web Solutions
whwebsolutions@aol.com
Visit my site for web hosting and design <a href=\"http://www.web-solutions.co.nr\">http://www.web-solutions.co.nr </a></td>
WHWebSolutions is offline  
Old 08-06-2006, 02:43 PM   #4 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,682

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default

Your welcome.
__________________

Need website help? PM me!
CrazeD is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On