News

Log In Sponsors
Partner Sites
Looking for <a href="http://www.americanfloraldistributors.com" target="_blank">wholesale flowers</a> Visit our site today.

Stammering? Stop Stuttering Secrets Review and tips.



make calendar live in html



Hi all, How can i make my calendar reflect the correct date, or make it go LIVE? Pls help :lol: [b:1ttzdepc][u:1ttzdepc]code for my calendar in my HTML[/u:1ttzdepc][/b:1ttzdepc]: <table summary="Calendar"> <caption> June 2009 </caption> <thead> <tr> <th abbr="Sunday" scope="col" title="Sunday">S</th> <th abbr="Monday" scope="col" title="Monday">M</th> <th abbr="Tuesday" scope="col" title="Tuesday">T</th> <th abbr="Wednesday" scope="col" title="Wednesday">W</th> <th abbr="Thursday" scope="col" title="Thursday">T</th> <th abbr="Friday" scope="col" title="Friday">F</th> <th abbr="Saturday" scope="col" title="Saturday">S</th> </tr> </thead> <tfoot> <tr> <td abbr="May" colspan="3" id="prev"><a href="#" title="">&laquo; May</a></td> <td class="pad">&nbsp;</td> <td abbr="July" colspan="3" id="next"> <a href="#" title="">July &raquo;</a></td> </tr> </tfoot> <tbody> <tr> <td colspan="1" class="pad">&nbsp;</td> <td>1</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>6</td> </tr> <tr> <td>7</td> <td>8</td> <td>9</td> <td>10</td> <td>11</td> <td id="today"><b>12</b></td> <td>13</td> </tr> <tr> <td>14</td> <td>15</td> <td>16</td> <td>17</td> <td>18</td> <td>19</td> <td>20</td> </tr> <tr> <td>21</td> <td>22</td> <td>23</td> <td>24</td> <td>25</td> <td>26</td> <td>27</td> </tr> <tr> <td>28</td> <td>29</td> <td>30</td> </tr> </tbody> </table>

Click here to read the whole forum topic