HI..
This is the code in Memberlistbit. I try to add the code you give me as seen in the last 2 lines but there is no picture shown.
If I remove the <td> ... </td> in the last 2 lines, the picture shown correctly but not in the table. It shows before the list of member.
For ex.
picture
picture
table
list of member info.
I want to add picture after last column (posts)..
.....
<td bgcolor="#F1F1F1"><normalfont>$userinfo[datejoined]</normalfont></td>
<td bgcolor="#DFDFDF"><normalfont>$userinfo[posts]</normalfont></td>
<td bgcolor"#DFDFDF"<img src="avatar.php?userid=$userinfo[userid]"></td>
|