shevi2027
02-08-2006, 01:51 PM
Hello
Mz Style sheet
.tablestyle
{
border-color:#000000;
border-style:solid;
border-width:thin;
}
My html page
<link rel='STYLESHEET' type='text/css' href='mystyle.css'>
Inside my HTML page i have alot of tables.. Is there a way i can use my style sheet without adding the class to every single table??
Thank you.
Mz Style sheet
.tablestyle
{
border-color:#000000;
border-style:solid;
border-width:thin;
}
My html page
<link rel='STYLESHEET' type='text/css' href='mystyle.css'>
Inside my HTML page i have alot of tables.. Is there a way i can use my style sheet without adding the class to every single table??
Thank you.