Resizing Images
Everybody knows how to put an image in html code:
Code:
<IMG SRC="http://www.google.com/images/logo.gif">
What it looks like to the viewer:
To resize your image do something like this to the code:
<IMG SRC="http://www.google.com/images/logo.gif" WIDTH="180" HEIGHT="55">
And look at the output:
Related Tip:
Making an Image a Link
Code:
<IMG SRC="http://www.google.com/images/logo.gif">
What it looks like to the viewer:
To resize your image do something like this to the code:
<IMG SRC="http://www.google.com/images/logo.gif" WIDTH="180" HEIGHT="55">
And look at the output:
Related Tip:
Making an Image a Link
5 Comments:
A great help! Thank you!
By Anonymous, at July 03, 2004
Great!:)
By nilsmo, at September 24, 2004
churchur! that really helped
By Anonymous, at October 27, 2005
Thanks soooo much that was great help! :)
By Anonymous, at November 13, 2005
I want to have a banner auto resize across the top of a page when viewing 800 x 600 & 1024 x 768
I have a jpg I want to use but of course its fixed width at 780 - is there a way to code this?
Thank you
Good site
By Anonymous, at May 09, 2007
Post a Comment
<< Home