The one that doesn't work looks like so:
HTML Code:
<p align="right"><font face="Century Gothic" size="1" color="#000099">this page
last modified: </font><font face="Century Gothic" size="1">
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d/%m/%Y" --></font></p>
The one that does work:
HTML Code:
<p align="right"><font face="Century Gothic" size="1" color="#000099">
this page
last modified: </font><font face="Century Gothic" size="1">
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d/%m/%Y" startspan -->06/04/2007<!--webbot bot="Timestamp" i-checksum="12566" endspan --></font></p>
I imagine the server has inserted the date (06/04/2007). Apparently the endspan comment is required or else the startspan comment will not work.
It may be a little more complicated as there is a checksum involved. This appears to be a FrontPage extension. If so, for best results, it should be inserted using FrontPage, not a text editor. But, I'd try using:
HTML Code:
<p align="right"><font face="Century Gothic" size="1" color="#000099">
this page
last modified: </font><font face="Century Gothic" size="1">
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d/%m/%Y" startspan -->
<!--webbot bot="Timestamp" i-checksum="12566" endspan --></font></p>
on the problem page, just to see if it works.
Bookmarks