#counter {
position:absolute;
left:10px;
top:112px;
width:150px;
height:22px;
text-align: left;
color: #FFFFFF;
font: 12px "Trebuchet MS", arial, sans-serif;
font-weight: bold;
z-index:6;
}
<!-- Begin
var showdate = "yes" // SHOW THE DATE ON THE PAGE
// START DATE SCRIPT
if (showdate == "yes")
{
document.write('<div id="date-location">');
var d=new Date();
var weekday=new Array("Zondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag");
var monthname=new Array("januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december");
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ");
document.write(d.getDate() + " ");
document.write(monthname[d.getMonth()] + " ");
document.write(d.getFullYear());
document.write("</nobr><br></span>");
document.write('</div>');
}
else {
document.write(' <br>');
}
document.write('</td><td align="right">');
// End -->
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.