Тег абзаца
Код:
<!--ТЕГ абзаца - [indent] -->
<style>#button-indent {background:url(https://s7.uploads.ru/t/mnkgq.png)no-repeat center 6px!important;}</style>
<script type="text/javascript">
(function(){
var b = '[indent]';
$("#button-strike").after('<td id="button-indent" title="Отступ"><img src="/i/blank.gif" onclick="smile(\''+b+'\')"></td>');
var indent = '<span style="display:inline-block;margin:12px 23px;"></span>'; /*удвоенные Отступы сверху и слево*/
$('.post-content p:contains("'+b+'")').each(function(){
$(this).html( $(this).html().replace(/\[indent\]/gm,indent));
});}());
</script>