but, it works just fine with other templates.
Weird. I dont know why is this happening
Here is code of videomainarea.php
| Code: |
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="seyrettemplatetable">
<tr>
<td width="14px"><div id="videotitleleft"> </div></td>
<td><div id="videotitlemid">{videotitle}</div></td>
<td width="14px"><div id="videotitleright"> </div></td>
</tr>
<tr>
<td class="videotablelleft"> </td>
<td>
{embedvideoarea}
{isareplyto}
</td>
<td class="videotablelright"> </td>
</tr>
<tr>
<td class="videotablelleft"> </td>
<td>
{videoreplies}
{videooperations}
</td>
<td class="videotablelright"> </td>
</tr>
<tr>
<td width="14px"><div id="videobottomleft"> </div></td>
<td><div id="videobottommid">{bookmarks}</div></td>
<td width="14px"><div id="videobottomright"> </div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="seyrettemplatetable">
<tr>
<td valign="top">
</td>
</tr>
</table>
|