Usage
Textexpander snippets:
Snippets will pop up a dialog to select button size (leave blank for normal) and field to input button text:
Click OK and code will paste:
<p class="omega"> <a class="btn btn-secondary" href="" rel="" style="-webkit-box-shadow:none">Blue Button Content</a> </p>
result:
<div class="omega"> <a class=" btn btn-[color] btn-[size]" href=""> [link text] </a> </div>
link to a pdf (class="pdf")
link to a doc file (class="doc")
link to a pdf (class="pdfb")
link to a doc (class="docb")