Hello. I'm not very good with html, but what I'm trying to do is to get the 'captions' I write to show up under pictures and videos. Here is the html that contains the part about captions. Could someone help me with that I need to change? Thanks so much!


{block:Chat}
<div style="padding-top:15px; padding-bottom:10px;">
<a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
<ul class="chat">
{block:Lines}
<li class="user_{UserNumber}">
{block:Label}
<span class="label" style="line-height:12px;">{Label}</span>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
{block:Caption}{Caption}{/block:Caption}
<br>{block:indexpage}<hr size="1" width="270">
<div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWith Label}{/block:NoteCount}
</a> - <a href="{Permalink}">{DayOfMonth} {Month}, {Year}
</a></div>{/block:indexpage}
</div>
{/block:Chat}