I want to gave image size in css.
img {width: 100px; height: 100px;} to be precise?
pixeltocode
2010-07-02 12:55:07
@pixeltocode: for example; Yes. if you want apply to all images.
Svisstack
2010-07-02 12:57:26
Best thing would be to add a specific class to any images that you want to do that to like .img_100wh {width:100px; height:100px;}
Vernon
2010-07-02 14:07:21