Brown_Eyed_Girl
06-24-2003, 02:08 AM
what's the css code to add different styles of borders to your tables? there's one for the input text area section but i cant find one for tables.
|
View Full Version : Table Borders Brown_Eyed_Girl 06-24-2003, 02:08 AM what's the css code to add different styles of borders to your tables? there's one for the input text area section but i cant find one for tables. pb&j 06-24-2003, 02:14 AM most css codes are applyable to any html tag. style="border: 5px solid #ff0000;" change the values to your desired effect. Brown_Eyed_Girl 06-24-2003, 02:20 AM k thanks a bunch! |