P.S.
so would this by how the display:block should look in my header information?
<head>
<style type="text/css">
.toc {text-indent: 0in; page-break-after:always}
display:block
</style>
</head>
Or is the display:block added like {display:block; text-indent: 0in; page-break-after:always}
Sorry if this is an incredibly dumb question. I goggled this but no one is saying where this goes in the code?
|