| CSS helpNovember 9 2000 at 6:10 PM | Chaos (no login) |
| Sooth, how do I make normal text appear as bold but in a CSS style header? |
| | Author | Reply | Soothfast (no login) | You need . . . | November 19 2000, 6:10 PM |
font-weight : bold
Specifically you might have:
<style>
p {font-weight : bold}
</style> | |
| | |
|
|