Re: Abut inline graphics -- how?

Once upon a time Christopher Russell shaped the electrons to say...
><!DOCTYPE HTML SYSTEM "html.dtd">
><HTML><HEAD><TITLE>This is a test</TITLE></HEAD>
><BODY><P>
><IMG SRC="test.gif" border=0 vspace=0 hspace=0>
><IMG SRC="test.gif" border=0 vspace=0 hspace=0>
></P></BODY></HTML>

Gotta do it like this:

<!DOCTYPE HTML SYSTEM "html.dtd">
<HTML><HEAD><TITLE>This is a test</TITLE></HEAD>
<BODY><P>
<IMG SRC="test.gif" border=0><IMG SRC="test.gif" border=0>
</P></BODY></HTML>

The image tags all go on one long line, even if it wraps.  Any returns in
the source result in spaces.

-MZ
--
Although I work for Livingston Enterprises Technical Support, I alone am
responsible for everything contained herein.  So don't waste my managers'
time bitching to them if you don't like something I've said.  Flame me.
Phone: 800-458-9966  support@livingston.com  <http://www.livingston.com/> 
FAX: 510-426-8951    6920 Koll Center Parkway #220, Pleasanton, CA 94566

Received on Tuesday, 7 May 1996 14:33:38 UTC