- From: Walter Ian Kaye <walter@natural-innovations.com>
- Date: Fri, 23 May 1997 02:52:05 -0700
- To: www-html@w3.org
At 10:09a +0200 05/23/97, Nicolas MONTESSUIT wrote:
> I don't know if there currently exists a way of putting several IMG
> in the same "group", so as to appear inside the same "box" when
> they mean a <A HREF> link.
>
> Instead of this, there are _several_ boxes, one for each IMG,
> --- and even "underlined spaces" between the boxes, but this is not
> the point here.
Instead of
<IMG SRC="foo.gif" border=0 width=75 height=22 alt="foo">
<IMG SRC="bar.gif" border=0 width=50 height=22 alt="bar">
ecrivez
<IMG SRC="foo.gif" border=0 width=75 height=22 alt="foo"><IMG
SRC="bar.gif" border=0 width=50 height=22 alt="bar">
Voyez-vous la difference? Make sure there is no whitespace between the tags.
You can have any amount of whitespace around attribute/value pairs within a
tag, as in my example here. C'est belle, n'est-ce pas? :)
__________________________________________________________________________
Walter Ian Kaye <boo_at_best*com> Programmer - Excel, AppleScript,
Mountain View, CA ProTERM, FoxPro, HTML
http://www.natural-innovations.com/ Musician - Guitarist, Songwriter
Received on Friday, 23 May 1997 05:52:43 UTC