granted i do things pretty weird but try this:
below is a stylesheet, pretty self explanatory
what I do is make the table then click anywhere inside the table and add the
class.
let me know if this is confusing and I will send u an example

<!--- .::. begin stylesheet .::. --->
.main {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: x-small;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 color: #000000;
}
.borderedROWleft {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: x-small;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 color: #000000;
 background-color: #CCCCCC;
 border-top: 1px solid #666666;
 border-right: 1px none #666666;
 border-bottom: 1px solid #666666;
 border-left: 1px solid #666666;
}
.borderedROWmiddle {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: x-small;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 color: #000000;
 background-color: #CCCCCC;
 border-top: 1px solid #666666;
 border-right: 1px none #666666;
 border-bottom: 1px solid #666666;
 border-left: 1px none #666666;
}
.borderedROWright {

 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: x-small;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 color: #000000;
 background-color: #CCCCCC;
 border-top: 1px solid #666666;
 border-right: 1px solid #666666;
 border-bottom: 1px solid #666666;
 border-left: 1px none #666666;
}
.rowNOborder {

 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: x-small;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 color: #000000;
 background-color: #ebebe2;
 border: 0px none;
}
<!--- .::. end stylesheet .::. --->




Dave



----- Original Message -----
From: "Duane Boudreau" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, February 01, 2003 4:34 PM
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to