Re: Link Graphic
by "Cindy Stanley - Stanley Support Service" <stanleysupport(at)prodigy.net>
|
| Date: |
Thu, 20 Apr 2000 23:26:39 -0400 |
| To: |
"Basics List" <hwg-basics(at)hwg.org> |
| |
todo: View
Thread,
Original
|
|
From: Gardenia Willoughby <gardenia(at)mac.com>
>I'm making my buttons for the bottom of
>each page. This doesn't work:
>
><table align="center" width="300">
><tr>
><td width="100><a HREF="Title page 2"><img width="40" height="20"
>src="file:///Macintosh HD/HTML/Manual/Buttons/Teal home"></a></td>
><td width="100"><a HREF="TABLE OF CONTENTS">Table of Contents</a></td>
><td width="100"><a HREF="CALENDAR">Calendar</a></td>
></tr>
></table>
--Put in your ending quote mark after your first td width (width="100").
--Make sure you reference your anchor tags (a href) to a relative url
located on the web, by using .htm (l) at the end of your file path.
Right now, you are calling the image from your hard drive and not where
it is uploaded on the net.
--If you don't want the blue line border around your images you are
making links to, include the border="0" attribute in your image tags.
--Include the alt="title of image" attribute in your image tags for text
browsers.
--
Cindy K. Stanley
Stanley Support Service
HTML: hwg-basics mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.