For All (x)html/css Coders ..

Discussion in 'HTML & Website Design' started by HomeDesigner, Mar 30, 2010.

  1. #1
    heyy everyone ..
    im trying to design a simple website .. and i didnt know how to resize an image in css ..
     
    HomeDesigner, Mar 30, 2010 IP
  2. designmonkey

    designmonkey Peon

    Messages:
    70
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if you want to 'resize' a single image, you could specify the width & height on the <img> tag on the (x)html. But i wouldn't recommend doing this, since the image would look bad. ( using css you could also asign class to it and specify its width & height and still the image is look awful ).
    You should resize image using image processor not with css nor xhtml.
     
    designmonkey, Mar 30, 2010 IP