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

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Daniel Brown
Date:  
To: Main PLUG discussion list
Subject: Re: how to set width of image called by <a href=
<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 -
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
>


---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss