Quote:
Originally Posted by PoetJA-1975
Thanx for the sharing anyway - ALSO will appreciate any help getting it aligned right
Jacquii.
|
I think I have a fix for you. Use this code instead:
HTML Code:
<if condition="in_array($post['usergroupid'], array(5,6,7,22,48)) AND $post[field8]">
<td class="alt2">
<object width="150" height="123.5"><param name="movie" value="http://www.youtube.com/v/$post[field8]"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$post[field8]" type="application/x-shockwave-flash" wmode="transparent" width="150" height="123.5"></embed></object>
</td>
<else />
<if condition="$show['avatar']">
<td class="alt2">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</td>
</if>
</if>
I was getting the same error as you so I switched from:
<div class="smallfont">
to:
<td class="alt2">
with the respective closing tag </td> and it works fine.