Hi Folks,

I've been surfing around and I've found a small problem with V with
regards to some dubious HTML code:

[snipped]
</TR>
</TABLE></TD></TR>
</TABLE>


<p align="center"><A onClick="exit=false" HREF="index.html" onmouseover="window.status 
= 'home' ;return true" onmouseout="window.status='' ;return true">Home</A>|<A 
onClick="exit=false" HREF="index.html" onmouseover="window.status = 'previous page' 
;return true" onmouseout="window.status='' ;return true">Previous Page</A>|<A 
onClick="exit=false" HREF="index.html" onmouseover="window.status = 'next page' 
;return true" onmouseout="window.status='' ;return true">Next Page</A></p>

<center>
[snipped]

Now whilst that looks ok, what isn't evident is between the </table>
and the <p align...> are some unprintable chars (due to being
generated on a PC/Mac), hex values 0A, 00, 0D, 0A, 3C (the 3C being
the '<', and 0A and 0D being CR and LF's)

The problem is the hex 00 value. V stops parsing as soon as it hits
that (quite understandably), but it does mean that any HTML beneath it
isn't displayed, neither can you edit out the offending value via show
source, since displaying the source stops it at the 00 too.

I've tried the same code through AWeb, which seems to ignore this
extraneous value and carry on regardless. So, is it possible to
kludge around this kind of naff html coding practice? I'll admit, its
not often I've come across it, and realistically speaking V shouldn't
have to work around this, but it would be nice ;)

Cya,
Steven.
____________________________________________________________
Voyager Mailing List - Info & Archive: http://www.vapor.com/
For Listserver Help: <[EMAIL PROTECTED]>, "HELP"
To Unsubscribe: <[EMAIL PROTECTED]>, "UNSUBSCRIBE"

Reply via email to