Quote:
Originally Posted by JSWolf
Code:
.noindent {
text-indent: 0;
}
.sb {
margiun-top: 1em;
margin-bottom: 1em;
text-align: center;
text-indent: 0;
}
Code:
<p class="sb"><img alt="" src="../images/spacebreakimage.jpg"/></p>
<p class="noindent">
There is the code for a space break that uses an image between the sections.
|
Would this be an actual image and wouldn't that increase the size of the book by quite a lot? Is this particular book there would probably be a over a thousand of these. Would the this code be applied at the top of the .css style sheet and just automatically work?
Thanks. Looks interesting, but not sure how I would apply it.