ID:160984
 
I need to make a good size face icon for when you talk it shows up like

[Icon]NAME:Hello.

it needs to be a good size, I dont know how to adjust sizes.
"width" and "height"
client
script = "<style> img.icon { width:32 ; height:32 } </style>"

mob
var
face_icon = 'face1.dmi'

verb
Say(msg as text)
view() << "\icon[face_icon][name]: [msg]"
In response to Jemai1
Note you can define styles and the like per-control via the interface editor, instead of via the old client/script variable.