ID:177445
 
                var/bmp = file(usr.face)
world <<"\[<BIG>\icon[bmp]</BIG>]<u>[usr]</u>: [html_encode(T)]"

that doesn't make it big!..why?
Someone correct me if I'm wrong, but <Big> doesn't work with images. If you want it big try fooling a round with the


::DBHavenMaster::
In response to DBHavenMaster
that won't work.
you make all the icon sizes big by adding this
client/script ="<STYLE>HUGE IMG.icon {width: 32px; height: 32px}</style>


then the big tag would work

now you can use
world << "<HUGE> \icon[bmp]</HUGE> <u>[usr]</u>: [html_encode(T)]"