Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Internet & the Web (https://www.askmehelpdesk.com/forumdisplay.php?f=177)
-   -   How to resize photos on html (https://www.askmehelpdesk.com/showthread.php?t=536593)

  • Dec 21, 2010, 07:25 AM
    jeyajai
    How to resize photos on html
  • Dec 21, 2010, 07:27 AM
    ITstudent2006

    Please explain in more detail what it is you are doing and what you need help with!
  • Dec 22, 2010, 07:59 AM
    cmeeks
    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.
  • Dec 23, 2010, 05:43 AM
    elexdyer48
    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" />
  • Dec 24, 2010, 04:55 AM
    jeyajai
    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.
  • Dec 24, 2010, 04:59 AM
    jeyajai
    Comment on elexdyer48's post
    Can you please give me a example once again.there is no expample & no picture
  • Dec 24, 2010, 05:05 AM
    NeedKarma
    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
  • Dec 24, 2010, 05:09 AM
    jeyajai
    Comment on cmeeks's post
    I think it would be a better to me. Thank you
  • Jan 2, 2011, 07:06 PM
    elexdyer48
    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.
  • Jan 3, 2011, 07:56 AM
    jeyajai
    Comment on NeedKarma's post
    Thank you
  • Jan 3, 2011, 07:56 AM
    jeyajai
    Comment on elexdyer48's post
    Thank you

  • All times are GMT -7. The time now is 04:37 PM.