Forum: Site Layout and Usability May 21st, 2009 |
| Replies: 15 Views: 4,032 You may place it anywhere inside the header section of your page.
Just make sure it doesn't interfere with your <script></script> block. |
Forum: Site Layout and Usability May 20th, 2009 |
| Replies: 15 Views: 4,032 Simply Insert this block after line#23
<!--[if IE 8]><style type="text/css">span#timestamp { font-size : 80%; font-weight : normal; }</style><![endif]--> if you want to control any css rules in IE 8... |
Forum: Site Layout and Usability May 19th, 2009 |
| Replies: 2 Views: 759 That would probably go best with ssi. But you may also want to try using AJAX to update portion of your page, and display needed information in a single <div>. |
Forum: Site Layout and Usability May 19th, 2009 |
| Replies: 15 Views: 4,032 We are sorry if we came late with our responses...
There are also many other languages that can display dates like ( PHP, VBscript, ASP, etc.) -- but since my line is in javascript, so my preferred... |
Forum: Site Layout and Usability May 19th, 2009 |
| Replies: 15 Views: 4,032 Here's a simple Javascript demo that will display time and date, based on the local time in your system.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0... |