HTML problem

Closed
Skewkus Posts 7 Registration date Thursday May 15, 2008 Status Member Last seen May 29, 2009 - Jul 5, 2008 at 07:19 AM
batmanba1 Posts 14 Registration date Monday March 31, 2008 Status Member Last seen May 22, 2009 - Jul 5, 2008 at 11:05 AM
Hello,


Hello can someone give the command to insert a calender on my website?



SKEWkus

1 response

batmanba1 Posts 14 Registration date Monday March 31, 2008 Status Member Last seen May 22, 2009 1
Jul 5, 2008 at 11:05 AM
create a calender from net

Then use this command


<table>
<tr><th colspan="7">September 2006</th></tr>
<tr>
<th>Sun</th> <th>Mon</th> <th>Tue</th> <th>Wed</th> <th>Thu</th> <th>Fri</th> <th>Sat</th>
</tr>
<tr>
<td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td>1</td> <td>2</td>
</tr>
<!-- etc. -->
</table>


you can customize it.
0