-=PCTechTalk=- Re: webpage picture too large, how to reduce it? in notepad

  • From: "Hank" <hank@xxxxxxxx>
  • To: <pctechtalk@xxxxxxxxxxxxx>
  • Date: Sat, 28 Aug 2004 14:25:07 -0500

Hi, Here is one of my codes with a banner to click on that takes you to a
new page for the todaysshow,

<a href="http://www.wingtv.net"; target="_blank"><font size="+2"
color="yellow">Today's Top Stories...
Let WING TV take you there!</font><br>
<img src="Wings.gif" alt="Best Show on the Net!" width="323" height="110"
border="0"></a>

target="_blank" (can also be target="new") is what opens the link in a new
page, the width and the height are the size of the banner it is only put in
so the browser knows the size before it has time to load the banner, makes
the load time just a little faster but could be to resize the banner.
Clicking the text Let WING TV take you there or the banner will open the new
page.
Yours Hank

----- Original Message -----
From: "Judith" <jtb@xxxxxxxxxxxxx>
To: <pctechtalk@xxxxxxxxxxxxx>
Sent: Saturday, August 28, 2004 1:53 PM
Subject: -=PCTechTalk=- Re: webpage picture too large, how to reduce it? in
notepad


In your html code for **img src=** you can specify the height and
width you want for your picture (graphic).

It would look like this:

<img src="picture.jpg" height="400" width="200" border="0"
alt="picture of grand canyon" >

and then just substitute what size you want the picture to be.

It is always better to resize your picture to the exact size in a
photo editing program because that way it byte size won't be so
large either.

Judith

To unsub or change your email settings:
//www.freelists.org/webpage/pctechtalk

To access our Archives:
http://groups.yahoo.com/group/PCTechTalk/messages/
//www.freelists.org/archives/pctechtalk/

For more info:
//www.freelists.org/cgi-bin/list?list_id=pctechtalk

Other related posts: