said_fox
07-03-2004, 06:18 PM
Hi,
Suppose the following,
<html>
<head>
<style>
.block1{
color:red;
}
</style>
</head>
<body>
<div class="block1">
This text in red color. Ok
<table>
<tr>
<td>
This text, I think, should be in red, but it does not !?
</td>
</tr>
</table>
</div>
I think is not logical
The TABLE tag inside the block1 style spectrum by logic it should apply its color, specially,
there is no any defination for the table's color.
What do you think about this?
Is there any solution?
Is this misunderstand of mine?
Suppose the following,
<html>
<head>
<style>
.block1{
color:red;
}
</style>
</head>
<body>
<div class="block1">
This text in red color. Ok
<table>
<tr>
<td>
This text, I think, should be in red, but it does not !?
</td>
</tr>
</table>
</div>
I think is not logical
The TABLE tag inside the block1 style spectrum by logic it should apply its color, specially,
there is no any defination for the table's color.
What do you think about this?
Is there any solution?
Is this misunderstand of mine?