|
Let Your Visitors
Know How Often You Update Your Website
Teacher: Candice
Pardue
If you update your website often,
you may wish to express to your visitors that your website
is up-to-date, and not "deserted".
One way to do this is by placing
a small statement which includes a "Last Updated" date that
changes each time you update your site.
Your choice - you can place the "Last
Updated" date on each web page of your site, or you may wish
to place it on the homepage only.
To add this feature to your web
page, simply paste the simply java code below into your HTML
where you wish the "Last Updated" date to appear.
THE CODE:
Paste the following code "as
is" into your web page HTML where you wish the "Last Updated" date
to appear...
<SCRIPT LANGUAGE="JavaScript">
<!--//hide script from old browsers
document.write( "<I>Last updated "+ document.lastModified
+"</I>");
//end hiding contents -->
</SCRIPT>
You may use this tool to add
a professional touch to your site, or simply remind "yourself" of
your last site update! :-)
About the teacher:
Article written
by Candice Pardue, Online Success for Internet Business. Subscribe
to Web Design Weekly to receive weekly web and graphic design
tips, articles and resources by email.....
http://www.webmastercourse.com/subscribe/
|