![]() |
Please explain in more detail what it is you are doing and what you need help with!
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.
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" />
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.
Can you please give me a example once again.there is no expample & no picture
This is the free software that I use and I love it:
XnView Software - Free graphic and photo viewer, converter, organizer
I think it would be a better to me. Thank you
Hi, here is the example of using the height and width attributes of the IMG html tag:
The width and height are in pixels.Code:<img src="http://www.domain.com/image.jpg" width="500" height="500">
Thank you
Thank you
All times are GMT -7. The time now is 04:37 PM. |