Ron wrote:
>   Smart thinking, Or! Here's one. If there's anyone on the list who's
>expert in HTML matters, perhaps they would look and report whether it's
>the site or Arachne (V1.62 & 1.64) that's broken:
>
>      http://www.freeuk.com/support/index.html
>
>   When I try this one, I get a brown vertical bar about 1" wide right
>down the centre of the page, so I can't read the page properly.

I suggest that the following information is *always* added to these reports:

1. Arachne version
2. Images on/off
3. Frames on/off
4. Resolution (and if the right-side user bar is up)

The problem with this page is with the fourth width="100%", remove it and
the page should be accesible.

Now how do we solve this permanently? 
IMNSHO the problem is originally with the HTML specifications - width=100%
should never have been allowed since it fills no use what-so-ever.
So the fix is very simple - ignore "width" if it's set to 100%. Voila the
page works perfectly :)
You'll need to change this yourself Michael since it's such a small change
I don't want to send a new html.c file to you - spotting this change ammong
all the rest might be hard and you've already choosed the changes I made to
be implemented for 1.65
Not all places need to be changed, only in TAG_TABLE here, but IMHO they
should be - just in case.

Reply via email to