In a dim and distant universe <[EMAIL PROTECTED]>, John <[EMAIL PROTECTED]> enlightened us thusly:
> The site is http://www.kenmoremedicalcentre.co.uk/default.asp > It looks as if http://www.opg.co.uk/contact.asp would be the place to > complain but can someone tell me what specifically is the problem before > I do so? Or is it just a Netsurf problem since it also scales properly on > O2? It contains contradictory HTML, so I assume NetSurf's priority is different to other browsers - so not necessarily wrong. At the beginning is a table width="100%" tag (which I presume O2 and Windows) are obeying, to fix the table as wide as your screen window. However, later down in the code (line 160) there's a td width=2000 for the inner column, which is forcing it to be very wide. I assume NetSurf is interpreting this correctly and allowing it to overrule the outer table width="100%" of the page, hence the horizontal scroll bar. I would say that NetSurf is acting correctly, but correct action in the case of contradictory HTML is possibly subjective anyway. Paul
