bigs15
10-11-2012, 04:48 PM
<td class="forumTBg">
<div style="padding-left: 41px; color: #FFF;" class="smallfont">
<!-- status icon and date -->
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
<if condition="!$show['announcement']">
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
<else />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</if>
$post[firstnewinsert]
<!-- / status icon and date -->
</div>
</td>
<td class="forumCBg">
</td>
<td style="width:12px;"><img src="http://site.com/images/1434/misc/forumtr.jpg" alt="" /></td>
</tr>
</table>
When i used this code in my local host it works fine ...but when i used in my cpanel (real site) its not working whtas the problem...
i checked the source of the page after inserting in postbit .Its does not show the
<td class="forumCBg">
<td class="forumTBg">
.But in local host it show how to solve it?
<div style="padding-left: 41px; color: #FFF;" class="smallfont">
<!-- status icon and date -->
<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
<if condition="!$show['announcement']">
$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
<else />
<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
</if>
$post[firstnewinsert]
<!-- / status icon and date -->
</div>
</td>
<td class="forumCBg">
</td>
<td style="width:12px;"><img src="http://site.com/images/1434/misc/forumtr.jpg" alt="" /></td>
</tr>
</table>
When i used this code in my local host it works fine ...but when i used in my cpanel (real site) its not working whtas the problem...
i checked the source of the page after inserting in postbit .Its does not show the
<td class="forumCBg">
<td class="forumTBg">
.But in local host it show how to solve it?