UBB.Dev
Posted By: Tonycrew Displaying an icon - 03/11/2002 1:02 AM
Could someone please tell me how to display an icon (gif).
Say like i want the recent visitors to have an icon as well as the text how would i do that..?

Also what template do you edit...?

Thanx smile
Posted By: Tonycrew Re: Displaying an icon - 03/11/2002 7:59 PM
quote:
var pms_cookie = g**Cookie('pms$vars_config{Cookie_Number}');
if(''==pms_cookie || null==pms_cookie) {
document.writeln('(Can i insert image here.?)PM Inbox: 0 New')
} else {
document.writeln('(Can i insert image here.?)PM Inbox: ', pms_cookie, ' New Message(s)')

So that i get 1 image if theres no message and another if there is..?

© UBB.Developers