Hello i have a question about this mod,
How can i make the videos look sleek when posted like in the old version??
eg:
Now with the new version it looks like this:
I tried replacing the code in the passiveVid Settings:
<div style="text-align: center; margin: 20px;">
<table summary="table" class="tborder" align="center" border="0" cellpadding="6" cellspacing="1" width="1" style="margin: auto;">
<thead>
<tr>
<td class="tcat" colspan="2"><a href="http://$PASSIVEURL" target="_blank">$PASSIVETITLE</a></td>
</tr>
</thead>
<tbody>
<tr>
<td class="alt1">$PASSIVEEMBED</td>
</tr>
</tbody>
</table>
</div>
For the old one:
<div style='font-weight: bold;'>$PASSIVETITLE</div>
<div>$PASSIVEEMBED</div>
but it still looking like this:
.... Anybody could please tell me how to do this?
Thanks in advance.