Links and graphics can be grouped together for a lesson because both add value to a web page—links by providing interconnections with other Web pages, images by providing pictures to clarify and enliven text.
No new tool is required for adding links. You'll just be adding one or more sets of HTML anchor tags:
<A HREF="filename.html">link text</A>
where filename.html is the URL of the Web page to link to and link text is whatever label or description you provide for the link. You can accomplish that task with an ASCII text editor, HTML editor, or WordPerfect Internet Publisher.
There are many commercial software packages for creating images, such as Adobe Photoshop and Corel PhotoPaint and JASC Software's Paint Shop Pro. So if you have one of those installed, you're ahead of the curve here. This lesson introduces a basic image handling tool, shareware named Lview Pro.
We'll also pirate the WordPerfect graphics directory to get an image to handle. Typically in the TNRCC network environment, this directory is located at g:\wpwin61\graphics.
The graphics file format that works with almost all Web browsers is GIF. You'll probably want to consult a dictionary for more information on graphics files.
Once you have a graphics file at hand, you add an HTML image tag to include it as an embedded image on your Web page:<IMG SRC="filename.gif">
where filename.gif is the URL of the image file to display.
You can also embed an image tag within an anchor tag set and perform other wonders. If you want to want to explore further, consult an HTML reference work for options and feel free to experiment.
OK. Enough talk. Now try your hand at the steps outlined below.
Return to Hands-On Self-Training Web Authoring Exercise when you're ready to tackle another lesson. Or continue on to lesson 5.