This is my code in HTML
And this is my code in css style sheetCode:<table class="tblStyle"><tr><td> <b>text in bold</b> text in normal </td></tr></table>
the effect i expect was: text in bold text in normalCode:.tblStyle{ font: 10 arial; }
but, at the end the effect is: text in bold text in normal
it looks like css style sheet has corrupt the display. can someone tell me how to solve this?



Reply With Quote

Bookmarks