Skip to main content
Participating Frequently
June 29, 2009
Question

Change to ASP page does not appear in browser

  • June 29, 2009
  • 1 reply
  • 569 views

I added a line to an ASP (classic) page which is supposed to say:

New: Make sure your mail meets USPS standards for optimal postage rates. Click here.

And here is the code for that line:

<td colspan="6" align="center"><div align="left"><strong><span class="style6">New:</span><span class="style8"> Make sure your mail meets USPS standards for optimal postage rates.</span><span class="style7"> <a href="Postage/Postage.html">Click here.</a></span></strong></div></td>

So, I save the file and then call in in a browser and the line is not there.  Nor is in the source code.  This is particularly strange since I can change other text on the same page and it shows in the browser.  Any help would be appreciated.

This topic has been closed for replies.

1 reply

Participating Frequently
June 29, 2009

Sounds like a caching issue. Hit refresh on the browser or clear the cache.

bake01Author
Participating Frequently
June 29, 2009

It was not a chache issue.

Participating Frequently
June 29, 2009

bake01 wrote:

It was not a chache issue.

What was the problem?