for the log...

Lile Elam ((no email))
Thu, 26 Jan 1995 16:51:13 -0800

>From simran Thu Jan 26 15:46:09 1995
From: Simran Singh Gleason <simran>
Subject: Re: Placing hot button Icons anywhere on a page ?
To: troika@panix.com (Mark Coniglio)
Date: Thu, 26 Jan 1995 15:42:04 -0800 (PST)
Cc: artists
X-Mailer: ELM [version 2.4 PL21]
Content-Type: text
Content-Length: 3047

>
> >Can someone send me a HTML template showing how to
> >position a GIF image anywhere on the page.
> >Imagine a web page with four squares in the
> >various corners of the screen --- that's what I am
> >after.
> >
>

Another way to do this is to use the <pre> ... </pre> tags
which are normally used for preformatting text. Just do something like
this:

<pre>
<img src="...."> <img src=".....">
picture number 1 another picture

<img src="...."> <img src="....">
third picture bottom right

</pre>

With the <pre> tag, the spaces are significant, and can be used to
position the images. The words, however, will come out ugly.

For another example, the Art.Net gallery has been laid out this way.

> I am not sure about the hot spots. Perhaps someone
> else can answer that question.
>

The hotspots within an image are called "Image Maps."
You can designate an image as an image map, and then there is a script
on the server that maps rectangles within the image (as many as you
want) to specific URLs. We only have just set up the capability to do
this on art.net (it's fairly closely related to forms), but have not
yet tried it. If you really wnat to do it, keep nudging us webmaestros
(hint: chocolate chip cookies?) (you didn't hear that...) and maybe we
can get something going?

Simran

>
> >Can someone send me a HTML template showing how to
> >position a GIF image anywhere on the page.
> >Imagine a web page with four squares in the
> >various corners of the screen --- that's what I am
> >after.
> >
>
> There are various commands you can use in the <IMG=...> statement
> to tell where to place the image on the page, though not
> with the kind of control you desire. (I wanted to do that
> too.)
>
> enclosing an image spec within the <CENTER> command will
> place it in the center of the screen:
>
> <CENTER><IMG SRC="GIFs/TroikaColor.GIF" ><P></CENTER>
>
> adding the ALIGN= modifier to an IMG will allow the image
> to be placed at the left or right of the page, with the
> text flowing around it
>
> <IMG ALIGN="RIGHT" SRC="GIFs/Tactile2.GIF">
> <IMG ALIGN="LEFT" SRC="GIFs/Tactile2.GIF">
>
> Note that this is an extension to the original HTML. Not
> all browsers recognize ALIGN= the commnand!
>
> These examples were taken from the Troika Ranch home
> page. Take a look at the HTML to see what wee did with
> these commands. It certainly helps to spice up the rather
> flat graphic layout you get without these commands.
>
> ... /Studios/Performance/Troika_Ranch/TroikaHome.html
>
> I am not sure about the hot spots. Perhaps someone
> else can answer that question.
>
> Best
> Mark
>
> ----------------------------------------------------------------------------
> Mark Coniglio Troika Ranch
> troika@panix.com
>
> ** Check out the Troika Ranch Interactive Music/Dance Web Page **
> (point to www.art.net. Go into the Studios / Performing Artists)
>
>
>