Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Footer for all pages
Message
De
12/01/2012 05:08:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Footer for all pages
Versions des environnements
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01532794
Message ID:
01532794
Vues:
80
Dear Experts

I have followin codes


CSS
#footer {
	clear:both;
  width: 826px;
  height: 50px;
  background: rgb(0%, 80%, 40%);
  padding: 5px;
  margin: 0;
line-height: 50px;
}
HTML
<div id="footer">
Last Updated : January 01, 2012
  </div>
Footer tags is included in all 5 pages, When I update any page then I have to edit this line

Last Updated : January 01, 2012

in all pages

Is there a way to create variable to store last updated value.
Then this value must show in the footer div of every page.

Please help
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform