BIG IMG.icon {width: 32px; height: 32px}
SMALL IMG.icon {width: 16px; height: 16px}
I get:
:1:error at 'IMG': variable not defined
and when i try to get a verb to show a full size icon in the text window like:
OOC(msg as text)
usr.portrait = 'agumon.bmp'
//world << "<BIG>\icon[usr.portrait]</BIG> OOC: [usr] :[msg] "
usr << "You look like this: <BIG>\icon[usr.portrait]</BIG>!"
and it only shows the little icon
any help will be appriciated