Quote:
Originally Posted by JSWolf
Try the following CSS code. It should work.
Code:
.sectionbreak {
margin-top: 0.8em;
margin-bottom: 0.8em;
text-align: center;
text-indent: 0;
}
|
Doesn’t that assume that there’s already a CSS class named sectionbreak? I don’t see that in the HTML that I took a picture of. That said, I’m a C++ developer and don’t do much with CSS, so maybe I’m missing something really obvious.