Ask Experts Questions for FREE Help !
Ask
    jeyajai's Avatar
    jeyajai Posts: 50, Reputation: 1
    Junior Member
     
    #1

    Dec 21, 2010, 07:25 AM
    How to resize photos on html
    ITstudent2006's Avatar
    ITstudent2006 Posts: 2,243, Reputation: 329
    Networking Expert
     
    #2

    Dec 21, 2010, 07:27 AM

    Please explain in more detail what it is you are doing and what you need help with!
    cmeeks's Avatar
    cmeeks Posts: 754, Reputation: 64
    Senior Member
     
    #3

    Dec 22, 2010, 07:59 AM
    I usually try to resize the photos to the actual size I will need in Photoshop or GIMP (GIMP is great if you do not want to spend the $$ on Photoshop. As for the HTML code check out Dave's interactive tutorial. It is a great way to learn HTML, CSS and the like. I use a content management systen now so I do less and less HTML-CSS work, but Dave's site should help you with your image tag switches.
    elexdyer48's Avatar
    elexdyer48 Posts: 4, Reputation: 0
    New Member
     
    #4

    Dec 23, 2010, 05:43 AM
    If you want to resize a photo using html code you can use the width and height attributes of the <img> tag.

    Example: <img src="http://www.domain.com/picture.jpg" width="500" height="500" />
    jeyajai's Avatar
    jeyajai Posts: 50, Reputation: 1
    Junior Member
     
    #5

    Dec 24, 2010, 04:55 AM
    Comment on ITstudent2006's post
    We have created a fellowship website, we are trying to upload our fellowship activities photos on our website. But we have been told that photos size is too big, to resize our photos.if need any photoshop software. Can you give me a free software.
    jeyajai's Avatar
    jeyajai Posts: 50, Reputation: 1
    Junior Member
     
    #6

    Dec 24, 2010, 04:59 AM
    Comment on elexdyer48's post
    Can you please give me a example once again.there is no expample & no picture
    NeedKarma's Avatar
    NeedKarma Posts: 10,635, Reputation: 1706
    Uber Member
     
    #7

    Dec 24, 2010, 05:05 AM
    Quote Originally Posted by jeyajai View Post
    we have created a fellowship website, we are trying to upload our fellowship activities photos on our website. but we have been told that photos size is too big, to resize our photos.if need any photoshop software. can you give me a free software.
    This is the free software that I use and I love it:
    XnView Software - Free graphic and photo viewer, converter, organizer
    jeyajai's Avatar
    jeyajai Posts: 50, Reputation: 1
    Junior Member
     
    #8

    Dec 24, 2010, 05:09 AM
    Comment on cmeeks's post
    I think it would be a better to me. Thank you
    elexdyer48's Avatar
    elexdyer48 Posts: 4, Reputation: 0
    New Member
     
    #9

    Jan 2, 2011, 07:06 PM
    Hi, here is the example of using the height and width attributes of the IMG html tag:
    Code:
    <img src="http://www.domain.com/image.jpg" width="500" height="500">
    The width and height are in pixels.
    jeyajai's Avatar
    jeyajai Posts: 50, Reputation: 1
    Junior Member
     
    #10

    Jan 3, 2011, 07:56 AM
    Comment on NeedKarma's post
    Thank you
    jeyajai's Avatar
    jeyajai Posts: 50, Reputation: 1
    Junior Member
     
    #11

    Jan 3, 2011, 07:56 AM
    Comment on elexdyer48's post
    Thank you

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Resize a video file [ 2 Answers ]

How to resize a video file in order to send it by email

How to resize photos [ 8 Answers ]

Can anyone help me resize my photos. I am trying to make a photocube for mspace and all the programs I try to use say they are too big. Please lead me to the right program to do this.

Resize video file [ 5 Answers ]

How Do I Resize Video Files To Fit The Web?

How can I resize a photo? [ 3 Answers ]

I'm trying to attach a photo to one of my questions but I can't figure out how to make the KB smaller. I've managed to make it smaller using IrfanView, but the KB remain the same. Any help is appreciated. Thanks.


View more questions Search