- #351
Hurkyl
Staff Emeritus
Science Advisor
Gold Member
- 14,983
- 28
Now for your next HTML lesson!
That 1280x960 picture is obnoxiously large. We need to rescale it...
This will resize the image according to the specified parameters.
(Of course, generally it's better to edit the image to scale it down if you're going to do this)
That 1280x960 picture is obnoxiously large. We need to rescale it...
Code:
<img src="mijnposteredit.jpg" width=960 height=720>
This will resize the image according to the specified parameters.
(Of course, generally it's better to edit the image to scale it down if you're going to do this)