Quote:
Originally Posted by Fongool
Solved the time change...from 24 hours to 12 hours,,,Now, just to get it even with the rest of the nav menus,,
If you can help with that, that would be great!
F
|
You might want to try to put 2 <br> tags in the script.
The first 1 shoult be placed directly under:
Code:
<BODY onLoad="KW_doClock()">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td>
So after this <td> you can put a <br>.
The second should be placed directly under:
Code:
Array("januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december")
document.write(" "+daym+" "+ShowMonthArray[month]+" "+year+" ");
//-->
</script>
</td>
</td>
<td>
Again: after this <td> you can put a <br> to line the time up with the date.