The text line is centered with the image
because the attribute ALIGN=CENTER was used.This is that image after running it through the GIFTRANS.EXE translator to create OPUSNEW.GIF, per an example in my book:

That seemed to do nothing, so I used GIFTRANS.EXE to check the color index of OPUS2.GIF:
255 255 255 255 #ffffff 12 252 252 252 #fcfcfcThis is that image after running OPUS.GIF through the GIFTRANS.EXE translator to create OPUS2.GIF, changing color number 255 to transparent:

This is that image after running OPUS.GIF through the GIFTRANS.EXE translator to create OPUS3.GIF, changing color number 12 to transparent:

Therefore, I conclude of course that color number 12 must have been the 'white' background of the original OPUS.GIF. I would have liked to change the color code in index number 12 to be
12 207 207 207 #cfcfcfin order to have it be light gray as well as transparent (in case the browser being used did not support transparency), but had no success running the commands:
giftrans -g 12=#cfcfcf -o opus4.gif opus.gifor
giftrans -g #fcfcfc=#cfcfcf -o opus5.gif opus.gifI found out about LVIEW31.EXE, as indicated below. I loaded it up and found that I could change the palette colors easily with it. I did not, however, find a way to set a color to be transparent. I believe that I discovered that the gray color used for default NETSCAPE backgound is 192 192 192. Here is OPUS5.GIF, for which I used LVIEW.EXE to reset palette entry 12 to:
12 192 192 192 #cfcfcf

Oh, well! I guess 192 192 192 is not the background color after all. I'll keep on checking.
A book I read later suggested 190 190 190... I'll have to try that...
11/9/96: I found another resource at America Online that indicated the background color should be 207 207 207. GIFTRANS.EXE is available here. There was also a reference on this page to a page about GIFTOOL.EXE and ANIMATE.EXE.
In any event, I then reran
