Site hosted by Angelfire.com: Build your free website today!

建網工具 (二)
IMAGES
[秶詼馱撿] (媼)

Chinese computing: powered by GeoStroke

建網工具(三) Tool #3
10-key GeoStroke
www.GeoStroke.org
GeoStroke 中文說明 (Big-5)
The Graceful China

HTML Tool #1
建網工具(一)

ANIMATE 2
ICONS (TOOL C)
SQUARES & BALLS (TOOL D)
IMAGES (TOOL E)
BACKGROUNDS (TOOL F)
DIAMONDS & STARS (TOOL G)
ANIMATE 1

Best viewed with Netscape!

IMAGES

Pictures, animations, and other good stuff are all covered in this section.

How do I upload my own images?
How do I add graphics to my page?
How do I make graphics smaller/bigger?
Why don't my animated images animate?

Q: How do I upload my own images?

You must be registered first. Once registered,
you will be in the "Web Shell".
In the "File Upload" field at the bottom,
enter the full path of the file on your hard drive,
or "Browse" to it, then click "Upload".

Also, read the FTP section of
the previous FAQ entry on
uploading pre-made HTML files.
This same procedure applies for images.

為求將 soft language 在文字 text 中表出, 玆特以

( 代 <
ie. ( for < ,
) 代 >
ie. ) for > .

注意, 請在實際書寫 webpage 草稿 (HTML document) 時,
將 "(" 改回為 "<"
")" 改回為 ">".


NOTE :

Actually,

( is <,
) is >

when writing web HTML DOCUMENT.

Q: How do I add graphics to my page?

In the Basic editor,
you can add the following HTML code
in the text block area to add more graphics.
In the advanced editor, you can place the HTML code anywhere.
General-use graphics on Angelfire are in
a directory called /images/.
Some graphics are in /images/
and many more are in subdirectories below that such as

/images/lines/ or /images/buttons/.

For example,
to put the angelfire logo on a page you would put:

(img src="https://www.angelfire.lycos.com/doc/images/afx60.gif")

To put a horizontal bar you could use:

(img src="https://www.angelfire.lycos.com/doc/images/lines/bar.gif")

To put a mailbox button you could use:

(a href="mailto:geostroke@aol.com")
(img src="https://www.angelfire.lycos.com/doc/images/buttons/button_f.gif")
(/a)

or

(a href= "mailto:geostroke@aol.com)
(img src="/images/buttons/mail3.gif" border=0)
(/a)

其中紅字, 請代以你自己的信箱地址.

To use any other image
just note the subdirectory you find it in,
and replace the "afx60.gif" (or other filename)
with the name of the image you want.
It can be a gif or jpg image.

To put your own uploaded grahics on your page do the following:

(img src="/xx/yyy/images/zzzz.ttt")

where: xx is your state code
yyy is your directory name
zzzz is the image filename
.ttt is the .gif or .jpg filename extension

In other words, if your URL is https://www.angelfire.com/ny/mydir/ and you wanted to use a GIF you uploaded named cool.gif do this:

(img src="https://www.angelfire.lycos.com/doc/images/animate/colorpie.gif")

NOTE: Actually,
( is <,
) is >
when writing a webpage.

Tip: View the source of the graphics page on angelfire and see how they are placed on there. Or view the source of other pages and see how they link the graphics. To view the source with Netscape, go to the View pulldown menu, and select Document Source.

Q: How do I make graphics smaller/bigger?

Use the HEIGHT and WIDTH options in the IMG SRC tag:

(img src="/ia/migoo/images/igoo.gif" height=240 width=160)

NOTE:

Actually,
( is <,
) is >
when writing a webpage HTML document.

where: ia is your state code
migoo is your directory name
igoo is the image filename
.gif is the .gif or .jpg filename extension
240 is a height of 240 pixels.
160 is a width of 160 pixels.

Note that this does not change the byte size of the file, it just changes the display size for appearing in your browser.

Q: Why don't my animated images animate?

Animated GIF images are not recognized by Microsoft Explorer through Version 3.0. Use Microsoft Explorer Version 3.01 or Netscape if your want to see them animate. On Explorer there is an option to disable animations, make sure animations are not turned off.

*****