is there a way to increase the size of a face icon because it keeps squeezing the image down and distorting the colors.
Edit : could you multi tile a face icon? I want to know for sure before I try it.
ID:167606
Feb 20 2006, 10:38 pm
|
|
Feb 20 2006, 10:51 pm
|
|
Face Icon what is that? like the face icons on the crappy code zeta source?
|
In response to A.T.H.K
|
|
the what? no I mean an icon that appears beside what you say. Avatar might be a better choice of word.
|
In response to Obiare
|
|
errr, isnt that the same as the ' face icons on the crappy code zeta source'? You get the little pic of goku or vegeta appear beside your text when you say something.
|
In response to Demetrium Productions
|
|
ok fine but that's not just for DBZ and it isn't the point do you know how to make it bigger or not.
|
In response to Obiare
|
|
I havn't used it myself, but I would imagine that there are dimensions fo it in the code, like 32 by 32. Just make them to whatever size you want.
|
In response to Demetrium Productions
|
|
Well yes press F1 im DM
Quoted From The DM Reference " BIG IMG.icon {width: 32px; height: 32px} " |
You will have to add this in client/script, and change the pixel settings accordingly, then use \icon to show the icon, but as it seems, you have already figured that part out.
client/script = {" |
In response to XxDohxX
|
|
You could set width and height attributes in the <img> tag.
|