Or you can also:

<table cellpadding="1" cellspacing="1" bgcolor="red">
<tr bgcolor="white">
        <td></td>
</tr>
</table>

This gives you a flat look to your borders.


-----Original Message-----
From: "Jones>,Matt" <[EMAIL PROTECTED] [mailto:"Jones>,Matt"
<[EMAIL PROTECTED]] 
Sent: Wednesday, July 18, 2001 12:27 PM
To: CF-Talk
Subject: RE: table troubles


btw fix your td tr th stuff too

should be 
<table border="1" bordercolor="red">
 <tr>
  <th>My Header 1</th>
  <th>My Header 2</th>
 </tr>
 <tr>
   <td>My Data 1</td>
   <td>My Data 2</td>
 </tr>
</table>
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 2:13 PM
To: CF-Talk
Subject: RE: table troubles



Here is my code...

<table border="red">
 <td>
  <tr><th>My Header 1</th></tr>
  <tr><th>My Header 2</th></tr>
 </td>
 <td>
   <tr>My Data 1</tr>
   <tr>My Data 2</tr>
 </td>
</table>

*********** REPLY SEPARATOR  ***********
On 7/18/2001 at 2:53 PM Kelly Matthews wrote:

|<table bordercolor="yourcolor">
|can you send the code so we can see what you are doing?
|
|-----Original Message-----
|From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
|Sent: Wednesday, July 18, 2001 2:46 PM
|To: CF-Talk
|Subject: table troubles
|
|
|
|I have been having problems trying to change the color of the
|border around a table I have made.  Can someone PLEASE help me
|with this.
|
|Jason
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to