On Sat, 06 Jan 2001 00:28:02 -0500, L.D. Best wrote:

> I've just discovered another problem with v1.69

> At the above URL [and probably many more] Arachne is chopping off the bottom 
of
> the screen in all but two of the 'toolbar' opti
> ns.

The problem is "bad html" again.
They have one too many <TR> tags.
Remove the second one and all works fine.
(in addition, they also have the alt tag messed-up)

Change this:
  <TR> <TD><TR>
<A href="./index.html"> <IMG alt="Back
 &#13;&#10; &#13;&#10; &#13;&#10; to RVBC" border =0 height=21 src="./bmirrbut.gif" 
width=250 ></A>

To this:
  <TR> <TD>
<A href="./index.html"> <IMG alt="Back
 to RVBC" border =0 height=21 src="./bmirrbut.gif" width=250 ></A>

--
 Glenn
(your friendly neighborhood compu-nerd)
          http://arachne.cz/
 http://www.delorie.com/listserv/mime/
  http://freedos-32.sourceforge.net/

Reply via email to