I load a page with a browser. resize the window and the page layout is
recalculated. every browser do that.
well, I'm writing my new home page and it seems I've found some html code
that inhibit voyager to relayout the page after a window resizing. AWeb and
IBrowse works fine, and if I remove the incriminated code v starts again to
work.
The code that cause the problem is:
<table border="0" cellspacing="0" cellpadding="1" width="100%">
<tr>
<td width="100%" valign="bottom">
<br>
<table border="0" cellspacing="0" cellpadding="0" width="1">
<tr>
<td>
<img etc..>
</td>
<td>
<a href="somepage.html"><img etc..></a>
</td>
etc..
</tr>
</table>
</td>
<td>
<img etc..>
</td>
</tr>
<tr>
<td bgcolor="#ff3333">
<img etc..>
</td>
<td>
</td>
</tr>
</table>
If I remove the inner table v starts to work again (I can leave the images).
I've made a couple of tests and the code is correct AFAIK (I've checked it
again and again), and as I said aweb and ib work without any problem. As v3
don't work with nc2 key I can't try it.
btw. please don't answer saying my code is stupid, or that you don't
understand why I need to put a table in another table (which is perfeclty
legal) or that I must do things different. that code is correct. fullstop.
--
Shiva
"The waves can't be as high as they pretend to be"
(Angra, Silence and distance)
Two most common elements in the universe: Hydrogen & Stupidity.
_____________________________________________________________
NetConnect mailing list. To unsubscribe, send an 'unsubcribe'
message to <[EMAIL PROTECTED]>