Badradio said:I take it you mean the <img src="***" height = 150px width = 150px> way of resizing an image. You can set the height and width to whatever you want in a web page - that will take care of the appearance (as long as you keep the aspect ratio the same, or it will look terrible). Thing is, you'll still be forcing people to download a big image file, even though they don't get to see it. Might want to use some image editing software to do it and keep the file size down.
Badradio said:When you add an image to a web page, you use the <img></img> tags. The src = "" attribute holds the path to the image, so src = "root\directory\file" will tell the browser where to find the image file. The "height =" and "width =" attributes tell the browser what size to display the image, so if you had a 1000x1000 pixel image, you could put <img src="root\directory\file" height = 100px width 100px></img> and it would look ok: if anyone sat there long enough on a 56.6 to see the image - that would take a while to download.
As for software, Photoshop is the definitive image editing app, but spending around £500 to resize some pics would be excessive. Photoshop Elements is a cheaper version (about £50/£70???) that has some of the pro stuff removed. Good choice though. Paint Shop Pro is cheap - about £40 when amazon have it on offer - but I find it a bit clunky and have never been able to resize screen captures well in that. Fireworks is a good package for web work at a middle-ground price (about £250-£300 - again, can't remember). If you just have a batch of non-commercial images to resize, you could download a Fireworks trial from www.macromedia.com. If you like the software, you can always buy a full version to keep using it beyond the 30 days.
Badradio said:Spotted...
Badradio said:You got it right - just use the <> brackets instead of the [] brackets (I assume you know about html tags and that you're using the [] brackets for readability here).
Oops... sounds like you might have missed out on the joys of hand coding your web pages. If you get stuck, just have a look at ImageReady in PS and lay your pages out visually. Not used it myself, but I understand it's pretty good and simple to pick up.AL-FAMOUS said:![]()
ummm....yeah....
Mr. Anderson said:Why are you trying to do this? Its a big file and you don't need it that large in the html - better and faster to have a 100x100 pixel image thumbnail from Photoshop CS....
D
AL-FAMOUS said:i just cant seem to do it...
then to top it all ive got to go and learn how to resize in ps
Always. Nice monkey by the way.AL-FAMOUS said:much much easier to use photoshop to resize
Badradio said:Always. Nice monkey by the way.![]()
Oh dear - if you'd mentioned that you were a manc follower in the thread title... Don't let the location fool you.AL-FAMOUS said:just got rooney also...nice one
Badradio said:Oh dear - if you'd mentioned that you were a manc follower in the thread title... Don't let the location fool you.
Still, the increase in pie sales around here should be good for local business...![]()
Small world - although I'm used to keeping that one quiet since I moved over here.AL-FAMOUS said:im a liverpool lad through and through
If you don't want to spend any bread you can shrink it when you export from iPhoto.AL-FAMOUS said:yeah with that img src= stuff.... how do i do that?... and can you reccomend some software to shrink it in size??