I need a way of diplaying just the outer border of a table and not the borders of each individual cell in the table. I was trying the frame attribute but so far i haven't had any success. I'm trying to specify the table definition in a CSS. here is what i have so far.
table {
width=701;
border=2;
frame=border;
rules=none;
cellspacing="4";
cellpadding="2"
}
any help would be greatly appreciated.
thanks
table {
width=701;
border=2;
frame=border;
rules=none;
cellspacing="4";
cellpadding="2"
}
any help would be greatly appreciated.
thanks