окДобавлено (22.08.2012, 12:59)
---------------------------------------------
информер 1
Комментарии · Материалы · Дата добавления материала D · Материалы: 10 · Колонки: 1 · Длина заголовка: 25
код: <div class="comment_title"> <img src="$USER_AVATAR_URL$"> <a href="$ENTRY_URL$"> $ENTRY_TITLE$ </a> <br> by <a href="$PROFILE_URL$" target="_blank">$USERNAME$</a></div> <div class="comment_message"> $MESSAGE$ </div>
--------------------
В CSS в самый низ:
Code
.comment_title { padding: 4px; background: #f7f7f7; border: 1px solid #ccc; border-bottom: 1px dotted #ccc; }
.comment_title img { float: left; width: 27px; height: 27px; background: white; margin: -4px; padding: 3px; border-right: 1px dashed #CCC; margin-right: 6px; }
.comment_message { background: #fff; color: #444; padding: 4px; border: 1px solid #ccc; border-top: none; margin-bottom: 3px; }
.forumModerBlock { display: none }
----------------------------------