• Kat, The picture you showed me; http://jean-paul.persijn.net/albums/Johnny-Depp/Johnny_Depp_15.sized.jpg, looks like this regular size:

    .

    If you right-click on a picture, go to properties and you will see it's size.
    width: 453px
    height: 640px.


  • To find an appropriate width and height depends on what size of a picture you want. The best thing to do is divide your picture width & height by 4. Example: Width � 4 = 1/4 Width. DON'T BE CONFUSED! This just means:
    -453 � 4 = 113.25
    -640 � 4 = 160

    This means you are scaling your picture down to one fourth it's size. Your picture would then look like this:

    .


  • You can do the same method for making it half it's size, 1/3rd it's size or even 1/5th it's size (and etc). Here are all of the sizes so you can choose which you like best:

    1/2 it's size

    1/3rd it's size

    1/4th it's size

    1/5th it's size
    .


    Here are the codes for the different sizes. (simply copy & paste!)

    1/2 it's size <img src="http://jean-paul.persijn.net/albums/Johnny-Depp/Johnny_Depp_15.sized.jpg" height="320" width="226.5"> 1/3rd it's size <img src="http://jean-paul.persijn.net/albums/Johnny-Depp/Johnny_Depp_15.sized.jpg" width="151" height="213.33"> 1/4th it's size <img src="http://jean-paul.persijn.net/albums/Johnny-Depp/Johnny_Depp_15.sized.jpg" height="160" width="113.25"> 1/5th it's size <img src="http://jean-paul.persijn.net/albums/Johnny-Depp/Johnny_Depp_15.sized.jpg" height="128" width="90.6">

    **Please Note: you picked a bad graphic because it has an annoying green border around it. This cannot be removed by html but must be pasted into a paint program and edited out before use.

    Return to previous page. 1

    Hosted by www.Geocities.ws