what to chane in topic.php page to display image and text side by side.
I did look at style sheet and topic.tpl.php but couldn't figured out. Please see the highlighted html below and let me know what needs to changed.
<tr class="tr{colornum}">
<td class="posterinfo">
{poster_rank}
<div class="avatar">{poster_avatar}</div>
<div class="field">{registered}</div>
<div class="field">{posts}</div>
<div class="field">{location}</div>
</td>
<td class="postcontent">
<div class="post">{post_content}{poster_sig}{post_editinfo}</div>{poster_ip_addr}
</td></tr>
Thanks,
SL


.