ID:142235
 
Code:
client
script = "<STYLE>BODY {background: black; font-size: 1;color: white}, img.icon { width:200 ; height:100 }</STYLE>"


Problem description:
I'm trying to merge these styles but it either has the correct image size and no background or a background with a 16x16 icon

i would like it to retain the background color with the 200x100 img plz help D=
Try this and tell me if it Works
client
script = "<STYLE>BODY {background: black; font-size: 1;color: white} img.icon { width:200 ; height:100 }</STYLE>"
In response to SubZeroChaos
yes it did thanks =D
In response to Espock
No Problem

-SubZeroChaos