WebSite X5Help Center

 
Jyrki V.
Jyrki V.
User

Site Updated Widget  en

Author: Jyrki V.
Visited 2819, Followers 4, Shared 2  

For X5 development team! Is it possible to do "Site updated widget" which indicates latest updates on website? Like: "Last update 20.01.2012, 09:23" That would be nice.

Posted on the
4 ANSWERS - 1 USEFUL
Pcssa .
Pcssa .
Moderator

. . . you can use HTML to put in the footer . . .

example:

<span style='font-size:16px;color:Navy;'>
©  2011 - 2012 Project      -      Last update [NOW]      -      Today is  [DATE]      -      Its now [HOUR] h
</span>

Read more
Posted on the from Pcssa .
Jyrki V.
Jyrki V.
User
Author

Wow! Thanks for the tip!Laughing

Read more
Posted on the from Jyrki V.
Laszlo T.
Laszlo T.
User

good code - thank´s too....Wink

Read more
Posted on the from Laszlo T.
Jyrki V.
Jyrki V.
User
Author

Any ideas how to change font size in this kind of javascript? Tried +1 etc, but no effect.

<!--  -->
<BODY>
<LEFT>
<TABLE border=0 cellspacing=0 cellpadding=1>
<TR><TD bgcolor="#000044">
<FONT color="#FFFFFF" face=verdana,arial size=-0>
<LEFT>
<SCRIPT LANGUAGE="JavaScript">
<!--
//-->

Read more
Posted on the from Jyrki V.