ID:166971
 
mob/verb
say(t as text)
range(6)<<"<font size=3>\icon[usr.face_icon]<b><font color =red>[usr]:</b><font color=blue> [t]"


When I use the verb, the avatar only shows up as 16x16, when the icon itself is much larger(32x32).

How do I make it show as the full 32x32 version?
Set the CSS of the Dream Seeker window through client/script.

client/script = {"
<style>
img.icon {
width: 32pt;
height: 32pt;
}
</style>
"}


~~> Unknown Person
In response to Unknown Person
And where is this Client Script thing?
In response to Bwgmon
bump
In response to Bwgmon
Most likely under client/script I'm assuming.

His code should be cut & paste. Just stick it somewhere.

And please don't "bump" your posts unless its been at least a couple of days. Its extremely bad forum etiquette.