Quote:
Originally Posted by DiapDealer
...
I think you'll find that Sigil's "Clips" feature will simplify this process for you. The User Guide has a chapter on creating/managing reusable clips.
|
+1 to Sigil Clips
set your clip to: <span class="sc">\1</span>
They are very convenient - all you need to do is highlight the section and click on the clip. In your example I would definitely get away from using inline styling and set a class in your attached CSS style sheet.
Code:
css:
.sc {letter-spacing: 0.5pt; font-size: 1em; font-variant: small-caps;}
html:
<p>Phasellus nec <span class="sc">lorem dignissim</span>, sodales lorem ac, luctus nulla.</p>