View Single Post
Old 03-30-2014, 04:17 PM   #2
mrmikel
Color me gone
mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.
 
Posts: 2,089
Karma: 1445295
Join Date: Apr 2008
Location: Central Oregon Coast
Device: PRS-300
Put the styles you want in a .style1 statement for paragraph 1 and .style2 statement for paragraph 2 in the stylesheet. Then <p class="style1"> or <p style="style2"> at the head of each paragraph, or have I missed something?

These are two items I use for two types of captions:

.capt {
margin-left: 15%;
margin-right: 15%;
font-size: 90%;
text-align: justify;
text-indent: 0;
font-weight: bold;
}
.smcapt {
margin-left: 15%;
margin-right: 15%;
font-size: 90%;
text-align: center;
text-indent: 0;
font-weight: bold;
}

Last edited by mrmikel; 03-30-2014 at 06:13 PM.
mrmikel is offline   Reply With Quote