how to set width of image called by <a href=

Daniel Brown majorshitbird at cox.net
Wed Mar 7 01:21:07 MST 2007


<html>
<body>

<p>
<img src="hackanm.gif"
width="20" height="20">
</p>

<p>
<img src="hackanm.gif"
width="45" height="45">
</p>

<p>
<img src="hackanm.gif"
width="70" height="70">
</p>

<p>
You can make a picture larger or smaller changing the values in the 
"height" and "width" attributes of the
img tag.
</p>

</body>
</html>

this is from http://www.w3schools.com/html/html_images.asp
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change  you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
>   



More information about the PLUG-discuss mailing list