| Adding Date Modified
Some people want to put the "Last Date Modified" on their page
to show when it was last updated. It's totally a matter of
personal preference, but as a viewer I like to see that.
It lets me know how up-to-date or obsolete a website is.
So, how do you do it? Just include the following HTML code in
the spot you want to display the date last modified:
<!--#echo var="LAST_MODIFIED"--> NOTE to FrontPage users:
Copy the above code into Notepad first or it will change
some things (like < and > ). Then copy out of Notepad and
into the HTML tab of your page - NOT in Normal view.
|