I have a table start with this:
<TABLE style="BORDER:1px solid black">
To more CSSIZE this, i create a style sheet
with
.borderall{
BORDER:1px solid black
}
I then replace my table with
<TABLE class="borderall"> But do not get the desired effect!
This has been bothering me for a while now, and now i'm on quest to figure out WTF!
any ideas?
<TABLE style="BORDER:1px solid black">
To more CSSIZE this, i create a style sheet
with
.borderall{
BORDER:1px solid black
}
I then replace my table with
<TABLE class="borderall"> But do not get the desired effect!
This has been bothering me for a while now, and now i'm on quest to figure out WTF!
any ideas?

Comment