Cache

Hi,

is it possible that you use cache on your server ?  I validate a page and
when I want to validate it again after I made modifications, the same
mistakes appear again.

For example, I had this mistake :
<td style="width:18px";vertical-align="top">&nbsp;</td>
                       ^

I changed the line for this :
<td style="width:18px;vertical-align:top">&nbsp;</td> --> Changed the
quotation marks and "=" to ":"

and I get the same mistake
<td style="width:18px";vertical-align="top">&nbsp;</td>
                       ^

Even when I empty my cache (IE5), my history and my cookies, it does the
same thing, so that's why I think that this problem is on server side.

If it's because of cache on your server, maybe you should de-activate it.

Alexis Gagnon

Received on Thursday, 5 April 2001 15:23:07 UTC