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
ID:144957
Jul 16 2006, 12:39 pm
|
|
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 |
Jul 16 2006, 12:49 pm
|
|
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 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 |