Hello
Mz Style sheet
My html pageCode:.tablestyle { border-color:#000000; border-style:solid; border-width:thin; }
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??Code:<link rel='STYLESHEET' type='text/css' href='mystyle.css'>
Thank you.



Reply With Quote
I noticed you applied the class to the TD, not the table, in your example. If this is what you want, replace "table" with "td" in my code.

Bookmarks