ID:144957
 
Code:
usr << "[src.icon]:<b>: blah blah blah"


Problem description:

This is wrong. I don't remember how to make it show the [src]'s icon. If someone could provide some insight on how I would go about doing this I would appreciate it. Thanks
-Travis
usr << "\icon[src.icon]:<b>: blah blah blah"
In response to Jon88
Thanks for the quick response, but the icon is very small and I do not really work with the scripting commands would their be a way to lets say change it to 32x32
In response to Niran
client
script = "<STYLE>BODY {background: white; color: black} IMG.icon{width:32;height:32}</STYLE>"// I think


As for showing the icon, I thought it was like this

src << "<img src=[src.icon]>[src]: blah blah"
In response to Evidence
Evidence wrote:
As for showing the icon, I thought it was like this

> src << "<img src=[src.icon]>[src]: blah blah"


Such HTML tags do not work in the output window. They do work in browse(). Jon88's method is the correct one in this case.

O-matic