Web Page add-ons

Post information and/or questions here that are Internet or Network related but have no better place to go yet.

Web Page add-ons

Postby Spock » Fri 2005 Aug 05 5:33

As I find interesting additions you can make to your website pages, I will add them here.

To start with is a small script that will display the last date/time your page was updated. If you are using the PCTalk Website Builder, you will have to use Advanced Editor to edit the page.

Place the following code whereever you wish it to display. I place mine at the very end, just before the closing body tag ( </body> ).

Code: Select all
<script language="JavaScript" type="text/javascript">
<!--
         document.write("Last Modified " + document.lastModified)
// -->
</script>
User avatar
Spock
Forum Admin
Forum Admin
 
Posts: 2417
Joined: Tue 2005 Jan 18 10:47
Location: MD, USA

Postby Spock » Fri 2005 Aug 05 5:40

If you want a special icon to display next to your website in IE favorites try putting the following inside the body tags at the top of your main home page. I put mine just above the title.

Code: Select all
<!-- for specialized icons for the web site. Makes them stand out better against other bookmarks. Need to have an icon in the same directory named favicon.ico for this to work -->
<link rel="SHORTCUT ICON" href="favicon.ico">
User avatar
Spock
Forum Admin
Forum Admin
 
Posts: 2417
Joined: Tue 2005 Jan 18 10:47
Location: MD, USA


Return to General Internet and Networking

Who is online

Users browsing this forum: No registered users and 3 guests

cron