Of course the bordercolor attribute is Internet Explorer-specific, 
according
to Studio's tag editor.  If you're looking for something 
cross-browser, try
nesting two tables:

<table border="0" bgcolor="#000000" cellpadding="2" cellspacing="0">
<tr><td>

 <table border="0" width="100%" cellpadding="5" cellspacing="0"
bgcolor="#FFFFCC">
  <tr><td>Table contents...</td></tr>
 </table>

</td></tr>
</table>

        -- Owen

----- Original Message -----
From: <"Jones>; <Matt <[EMAIL PROTECTED]>>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, July 18, 2001 3:27 PM
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