Hi,
chops I am working on a new look for our guild site and have found a curious multiple naming convention within the calendar. I'll post the code below;
<div name=calendiv width=167>
<table border=0 align=center class=Menu cellpadding=1 cellspacing=0>
<tr class=
calheader>
<td><a class=
calheader href='javascript:loadcal(11,2007)'><<</a></td>
<td colspan=5 align=center
ec 2007 <a href='bigcalendar.php?month=12&year=2007'><img src='bigger.gif' border=0/></a></td>
<td align=right><a class=
calheader href='javascript:loadcal(1,2008)'>>></a></td>
</tr>
<tr class=
calheader align=center>
<td class=calday>S</td>
<td class=calday>M</td>
<td class=calday>T</td>
<td class=calday>W</td>
<td class=calday>R</td>
<Td class=calday>F</td>
<td class=calday>S</td>
</tr>
I've put into bold the multiple elements all sharing the same name. The problem this has made for me is that is I want to set a maximum width for the header of the calendar, eg the month and forward and back arrows, I also set this as the width of the day of the week, both forward and back arrows individually. I hope you see my problem here, I set a width of say 200px for the entire menu header I am actually setting a width of 400px for the top line. Is there a chance you can set different names for these individual elements and paste the changes here.
Kind Regards,
Tay