Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Sounds like a caching issue. Hit refresh on the browser or clear the cache.
Copy link to clipboard
Copied
It was not a chache issue.
Copy link to clipboard
Copied
bake01 wrote:
It was not a chache issue.
What was the problem?