----- Original Message -----
From: "Russ" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, February 01, 2003 2:48 PM
Subject: RE: CSS Question


> Try applying a style that you define to do that to just the <TR> tag.

Actually, i don't believe the <tr> will accept a border attribute (i've
never gotten it to, anyway).  I usually just put the appropriate borders
around my <td>s, making sure there is a cellspacing="0" attribute on the
table to make sure there are no breaks in the border.

Eg:

<table cellspacing="0" cellpadding="3">
<tr>
    <td style="border-left:1px #000000 solid; border-top:1px #000000 solid;
border-bottom:1px #000000 solid;">
          foo
    </td>
    <td style="border-top:1px #000000 solid; border-bottom:1px #000000
solid;">
          foo
    </td>
    <td style="border-right:1px #000000 solid; border-top:1px #000000 solid;
border-bottom:1px #000000 solid;">
          foo
    </td>
</tr>
</table>

hth,
charlie

>
> > -----Original Message-----
> > From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, February 01, 2003 3:35 PM
> > To: CF-Talk
> > Subject: CSS Question
> >
> >
> > Hi All,
> >
> > I'm looking for a style sheet that will let me put a border
> > around just one
> > row in a table.
> > Has anyone here done this before? If so how?
> >
> > TIA,
> > Duane
> >
> >
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to