786snow
Programmer
- Nov 12, 2006
- 75
hi,
suppose I have something like this
Now I noticed my font applies at John but at Bob. I want to do it with out using style sheet that I have font defined at top level and it gets applied at all the child tables.
suppose I have something like this
Code:
<table<tr> <td style=font-size:20px;>
<p>John</p>
<table<tr><td>Bob</td></tr></table>
</td></tr></table>
Now I noticed my font applies at John but at Bob. I want to do it with out using style sheet that I have font defined at top level and it gets applied at all the child tables.