473,387 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Is this a bug in form rendering?

In all my years of hacking HTML I've never seen this happen before:

I'm writing a small part of a site in Mason which implements a calendar
and booking system.

Bookings can be of various lengths, and a day is implemented as a
table, with each row signifying a a 15-minute period. To test the
system I decided to make a 9:00-17:00 booking. This will produce a cell
with a rowspan of 32.

I rendered the page, and indeed it specified rowspan="32" (I'll paste
the HTML produced at the bottom of this posting). To keep things neat
the corresponding cell in the next 31 lines is omitted.

However when I render this, the box only comes out as 24 rows high.
I've tried this rendering in IE, Safari, Firefox and Opera, and the
result is the same.

Thanks in advance for any advice. And yes, I do know it's terribly 20th
Century to format with tables, but that's the style the shop I work for
goes for....

Andy Holyer, Lewes, UK andy - "at" - holyer.org

-------- Cut Here -------
<table width="100%" border="0" cellpadding="3" cellspacing="0"
bordercolor="#FFFFFF">
<tr>
<th bgcolor="#999999"><span class="style2"> Time:</span></th>
<th width="13%" bgcolor='#999999'>
<a href="day.htm?day=22&month=05&year=2006">Monday 22nd</a></th>
<th width="13%" bgcolor='#999999'>
<a href="day.htm?day=23&month=05&year=2006">Tuesday 23rd</a></th>
<th width="13%" bgcolor='#999999'>
<a href="day.htm?day=24&month=05&year=2006">Wednesday 24th</a></th>
<th width="13%" bgcolor='#3CA2E2''>
<a href="day.htm?day=25&month=05&year=2006">Thursday 25th</a></th>
<th width="13%" bgcolor='#999999'>
<a href="day.htm?day=26&month=05&year=2006">Friday 26th</a></th>
<th width="13%" bgcolor='#999999'>
<a href="day.htm?day=27&month=05&year=2006">Saturday 27th</a></th>
<th width="13%" bgcolor='#999999'>
<a href="day.htm?day=28&month=05&year=2006">Sunday 28th</a></th>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>08:00</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '8', '0', '01', 'Mon May 22
08:00:00 2006', 'Mon May 22 09:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '8', '0', '01', 'Tue May 23
08:00:00 2006', 'Tue May 23 09:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '8', '0', '01', 'Wed May 24
08:00:00 2006', 'Wed May 24 09:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '25', '8', '0', '01', 'Thu May 25
08:00:00 2006', 'Thu May 25 09:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '8', '0', '01', 'Fri May 26
08:00:00 2006', 'Fri May 26 09:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '8', '0', '01', 'Sat May 27
08:00:00 2006', 'Sat May 27 09:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '8', '0', '01', 'Sun May 28
08:00:00 2006', 'Sun May 28 09:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '8', '15', '01', 'Mon May 22
08:15:00 2006', 'Mon May 22 09:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '8', '15', '01', 'Tue May 23
08:15:00 2006', 'Tue May 23 09:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '8', '15', '01', 'Wed May 24
08:15:00 2006', 'Wed May 24 09:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '25', '8', '15', '01', 'Thu May 25
08:15:00 2006', 'Thu May 25 09:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '8', '15', '01', 'Fri May 26
08:15:00 2006', 'Fri May 26 09:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '8', '15', '01', 'Sat May 27
08:15:00 2006', 'Sat May 27 09:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '8', '15', '01', 'Sun May 28
08:15:00 2006', 'Sun May 28 09:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>08:30</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '8', '30', '01', 'Mon May 22
08:30:00 2006', 'Mon May 22 09:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '8', '30', '01', 'Tue May 23
08:30:00 2006', 'Tue May 23 09:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '8', '30', '01', 'Wed May 24
08:30:00 2006', 'Wed May 24 09:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '25', '8', '30', '01', 'Thu May 25
08:30:00 2006', 'Thu May 25 09:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '8', '30', '01', 'Fri May 26
08:30:00 2006', 'Fri May 26 09:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '8', '30', '01', 'Sat May 27
08:30:00 2006', 'Sat May 27 09:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '8', '30', '01', 'Sun May 28
08:30:00 2006', 'Sun May 28 09:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '8', '45', '01', 'Mon May 22
08:45:00 2006', 'Mon May 22 09:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '8', '45', '01', 'Tue May 23
08:45:00 2006', 'Tue May 23 09:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '8', '45', '01', 'Wed May 24
08:45:00 2006', 'Wed May 24 09:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '25', '8', '45', '01', 'Thu May 25
08:45:00 2006', 'Thu May 25 09:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '8', '45', '01', 'Fri May 26
08:45:00 2006', 'Fri May 26 09:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '8', '45', '01', 'Sat May 27
08:45:00 2006', 'Sat May 27 09:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '8', '45', '01', 'Sun May 28
08:45:00 2006', 'Sun May 28 09:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>09:00</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '9', '0', '01', 'Mon May 22
09:00:00 2006', 'Mon May 22 10:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>

<td rowspan="4" valign="top" class="tableBGColBookedOff" onClick=""
onMouseOver="className='tableBGColBooked'"
onMouseOut="className='tableBGColBookedOff'">
<a
href="/roombooking/booking.htm?path=/roombooking/20065/200652390&_returnURL=%2Froombooking%2Fweek.htm%3Fd ay%3D25%26month%3D05%26year%3D2006">New
Booking</a>
</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '9', '0', '01', 'Wed May 24
09:00:00 2006', 'Wed May 24 10:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>

<td rowspan="32" valign="top" class="tableBGColBookedOff" onClick=""
onMouseOver="className='tableBGColBooked'"
onMouseOut="className='tableBGColBookedOff'">
<a
href="/roombooking/booking.htm?path=/roombooking/20065/20065259001&_returnURL=%2Froombooking%2Fweek.htm%3 Fday%3D25%26month%3D05%26year%3D2006">All
Day</a>
</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '9', '0', '01', 'Fri May 26
09:00:00 2006', 'Fri May 26 10:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '9', '0', '01', 'Sat May 27
09:00:00 2006', 'Sat May 27 10:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '9', '0', '01', 'Sun May 28
09:00:00 2006', 'Sun May 28 10:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '9', '15', '01', 'Mon May 22
09:15:00 2006', 'Mon May 22 10:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '9', '15', '01', 'Wed May 24
09:15:00 2006', 'Wed May 24 10:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '9', '15', '01', 'Fri May 26
09:15:00 2006', 'Fri May 26 10:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '9', '15', '01', 'Sat May 27
09:15:00 2006', 'Sat May 27 10:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '9', '15', '01', 'Sun May 28
09:15:00 2006', 'Sun May 28 10:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>09:30</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '9', '30', '01', 'Mon May 22
09:30:00 2006', 'Mon May 22 10:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '9', '30', '01', 'Wed May 24
09:30:00 2006', 'Wed May 24 10:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '9', '30', '01', 'Fri May 26
09:30:00 2006', 'Fri May 26 10:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '9', '30', '01', 'Sat May 27
09:30:00 2006', 'Sat May 27 10:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '9', '30', '01', 'Sun May 28
09:30:00 2006', 'Sun May 28 10:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '9', '45', '01', 'Mon May 22
09:45:00 2006', 'Mon May 22 10:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '9', '45', '01', 'Wed May 24
09:45:00 2006', 'Wed May 24 10:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '9', '45', '01', 'Fri May 26
09:45:00 2006', 'Fri May 26 10:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '9', '45', '01', 'Sat May 27
09:45:00 2006', 'Sat May 27 10:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '9', '45', '01', 'Sun May 28
09:45:00 2006', 'Sun May 28 10:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>10:00</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '10', '0', '01', 'Mon May 22
10:00:00 2006', 'Mon May 22 11:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '10', '0', '01', 'Tue May 23
10:00:00 2006', 'Tue May 23 11:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '10', '0', '01', 'Wed May 24
10:00:00 2006', 'Wed May 24 11:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '10', '0', '01', 'Fri May 26
10:00:00 2006', 'Fri May 26 11:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '10', '0', '01', 'Sat May 27
10:00:00 2006', 'Sat May 27 11:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '10', '0', '01', 'Sun May 28
10:00:00 2006', 'Sun May 28 11:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '10', '15', '01', 'Mon May 22
10:15:00 2006', 'Mon May 22 11:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '10', '15', '01', 'Tue May 23
10:15:00 2006', 'Tue May 23 11:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '10', '15', '01', 'Wed May 24
10:15:00 2006', 'Wed May 24 11:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '10', '15', '01', 'Fri May 26
10:15:00 2006', 'Fri May 26 11:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '10', '15', '01', 'Sat May 27
10:15:00 2006', 'Sat May 27 11:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '10', '15', '01', 'Sun May 28
10:15:00 2006', 'Sun May 28 11:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>10:30</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '10', '30', '01', 'Mon May 22
10:30:00 2006', 'Mon May 22 11:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '10', '30', '01', 'Tue May 23
10:30:00 2006', 'Tue May 23 11:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '10', '30', '01', 'Wed May 24
10:30:00 2006', 'Wed May 24 11:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '10', '30', '01', 'Fri May 26
10:30:00 2006', 'Fri May 26 11:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '10', '30', '01', 'Sat May 27
10:30:00 2006', 'Sat May 27 11:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '10', '30', '01', 'Sun May 28
10:30:00 2006', 'Sun May 28 11:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '10', '45', '01', 'Mon May 22
10:45:00 2006', 'Mon May 22 11:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '10', '45', '01', 'Tue May 23
10:45:00 2006', 'Tue May 23 11:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '10', '45', '01', 'Wed May 24
10:45:00 2006', 'Wed May 24 11:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '10', '45', '01', 'Fri May 26
10:45:00 2006', 'Fri May 26 11:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '10', '45', '01', 'Sat May 27
10:45:00 2006', 'Sat May 27 11:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '10', '45', '01', 'Sun May 28
10:45:00 2006', 'Sun May 28 11:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>11:00</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '11', '0', '01', 'Mon May 22
11:00:00 2006', 'Mon May 22 12:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '11', '0', '01', 'Tue May 23
11:00:00 2006', 'Tue May 23 12:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '11', '0', '01', 'Wed May 24
11:00:00 2006', 'Wed May 24 12:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '11', '0', '01', 'Fri May 26
11:00:00 2006', 'Fri May 26 12:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '11', '0', '01', 'Sat May 27
11:00:00 2006', 'Sat May 27 12:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '11', '0', '01', 'Sun May 28
11:00:00 2006', 'Sun May 28 12:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '11', '15', '01', 'Mon May 22
11:15:00 2006', 'Mon May 22 12:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '11', '15', '01', 'Tue May 23
11:15:00 2006', 'Tue May 23 12:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '11', '15', '01', 'Wed May 24
11:15:00 2006', 'Wed May 24 12:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '11', '15', '01', 'Fri May 26
11:15:00 2006', 'Fri May 26 12:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '11', '15', '01', 'Sat May 27
11:15:00 2006', 'Sat May 27 12:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '11', '15', '01', 'Sun May 28
11:15:00 2006', 'Sun May 28 12:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>11:30</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '11', '30', '01', 'Mon May 22
11:30:00 2006', 'Mon May 22 12:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '11', '30', '01', 'Tue May 23
11:30:00 2006', 'Tue May 23 12:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '11', '30', '01', 'Wed May 24
11:30:00 2006', 'Wed May 24 12:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '11', '30', '01', 'Fri May 26
11:30:00 2006', 'Fri May 26 12:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '11', '30', '01', 'Sat May 27
11:30:00 2006', 'Sat May 27 12:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '11', '30', '01', 'Sun May 28
11:30:00 2006', 'Sun May 28 12:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '11', '45', '01', 'Mon May 22
11:45:00 2006', 'Mon May 22 12:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '11', '45', '01', 'Tue May 23
11:45:00 2006', 'Tue May 23 12:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '11', '45', '01', 'Wed May 24
11:45:00 2006', 'Wed May 24 12:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '11', '45', '01', 'Fri May 26
11:45:00 2006', 'Fri May 26 12:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '11', '45', '01', 'Sat May 27
11:45:00 2006', 'Sat May 27 12:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '11', '45', '01', 'Sun May 28
11:45:00 2006', 'Sun May 28 12:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>12:00</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '12', '0', '01', 'Mon May 22
12:00:00 2006', 'Mon May 22 13:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '12', '0', '01', 'Tue May 23
12:00:00 2006', 'Tue May 23 13:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '12', '0', '01', 'Wed May 24
12:00:00 2006', 'Wed May 24 13:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '12', '0', '01', 'Fri May 26
12:00:00 2006', 'Fri May 26 13:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '12', '0', '01', 'Sat May 27
12:00:00 2006', 'Sat May 27 13:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '12', '0', '01', 'Sun May 28
12:00:00 2006', 'Sun May 28 13:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '12', '15', '01', 'Mon May 22
12:15:00 2006', 'Mon May 22 13:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '12', '15', '01', 'Tue May 23
12:15:00 2006', 'Tue May 23 13:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '12', '15', '01', 'Wed May 24
12:15:00 2006', 'Wed May 24 13:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '12', '15', '01', 'Fri May 26
12:15:00 2006', 'Fri May 26 13:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '12', '15', '01', 'Sat May 27
12:15:00 2006', 'Sat May 27 13:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '12', '15', '01', 'Sun May 28
12:15:00 2006', 'Sun May 28 13:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>12:30</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '12', '30', '01', 'Mon May 22
12:30:00 2006', 'Mon May 22 13:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '12', '30', '01', 'Tue May 23
12:30:00 2006', 'Tue May 23 13:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '12', '30', '01', 'Wed May 24
12:30:00 2006', 'Wed May 24 13:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '12', '30', '01', 'Fri May 26
12:30:00 2006', 'Fri May 26 13:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '12', '30', '01', 'Sat May 27
12:30:00 2006', 'Sat May 27 13:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '12', '30', '01', 'Sun May 28
12:30:00 2006', 'Sun May 28 13:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '12', '45', '01', 'Mon May 22
12:45:00 2006', 'Mon May 22 13:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '12', '45', '01', 'Tue May 23
12:45:00 2006', 'Tue May 23 13:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '12', '45', '01', 'Wed May 24
12:45:00 2006', 'Wed May 24 13:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '12', '45', '01', 'Fri May 26
12:45:00 2006', 'Fri May 26 13:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '12', '45', '01', 'Sat May 27
12:45:00 2006', 'Sat May 27 13:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '12', '45', '01', 'Sun May 28
12:45:00 2006', 'Sun May 28 13:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>13:00</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '13', '0', '01', 'Mon May 22
13:00:00 2006', 'Mon May 22 14:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '13', '0', '01', 'Tue May 23
13:00:00 2006', 'Tue May 23 14:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '13', '0', '01', 'Wed May 24
13:00:00 2006', 'Wed May 24 14:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '13', '0', '01', 'Fri May 26
13:00:00 2006', 'Fri May 26 14:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '13', '0', '01', 'Sat May 27
13:00:00 2006', 'Sat May 27 14:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '13', '0', '01', 'Sun May 28
13:00:00 2006', 'Sun May 28 14:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '13', '15', '01', 'Mon May 22
13:15:00 2006', 'Mon May 22 14:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '13', '15', '01', 'Tue May 23
13:15:00 2006', 'Tue May 23 14:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '13', '15', '01', 'Wed May 24
13:15:00 2006', 'Wed May 24 14:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '13', '15', '01', 'Fri May 26
13:15:00 2006', 'Fri May 26 14:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '13', '15', '01', 'Sat May 27
13:15:00 2006', 'Sat May 27 14:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '13', '15', '01', 'Sun May 28
13:15:00 2006', 'Sun May 28 14:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>13:30</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '13', '30', '01', 'Mon May 22
13:30:00 2006', 'Mon May 22 14:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '13', '30', '01', 'Tue May 23
13:30:00 2006', 'Tue May 23 14:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '13', '30', '01', 'Wed May 24
13:30:00 2006', 'Wed May 24 14:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '13', '30', '01', 'Fri May 26
13:30:00 2006', 'Fri May 26 14:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '13', '30', '01', 'Sat May 27
13:30:00 2006', 'Sat May 27 14:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '13', '30', '01', 'Sun May 28
13:30:00 2006', 'Sun May 28 14:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '13', '45', '01', 'Mon May 22
13:45:00 2006', 'Mon May 22 14:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '13', '45', '01', 'Tue May 23
13:45:00 2006', 'Tue May 23 14:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '13', '45', '01', 'Wed May 24
13:45:00 2006', 'Wed May 24 14:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '13', '45', '01', 'Fri May 26
13:45:00 2006', 'Fri May 26 14:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '13', '45', '01', 'Sat May 27
13:45:00 2006', 'Sat May 27 14:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '13', '45', '01', 'Sun May 28
13:45:00 2006', 'Sun May 28 14:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>14:00</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '14', '0', '01', 'Mon May 22
14:00:00 2006', 'Mon May 22 15:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '14', '0', '01', 'Tue May 23
14:00:00 2006', 'Tue May 23 15:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '14', '0', '01', 'Wed May 24
14:00:00 2006', 'Wed May 24 15:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '14', '0', '01', 'Fri May 26
14:00:00 2006', 'Fri May 26 15:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '14', '0', '01', 'Sat May 27
14:00:00 2006', 'Sat May 27 15:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '14', '0', '01', 'Sun May 28
14:00:00 2006', 'Sun May 28 15:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '14', '15', '01', 'Mon May 22
14:15:00 2006', 'Mon May 22 15:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '14', '15', '01', 'Tue May 23
14:15:00 2006', 'Tue May 23 15:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '14', '15', '01', 'Wed May 24
14:15:00 2006', 'Wed May 24 15:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '14', '15', '01', 'Fri May 26
14:15:00 2006', 'Fri May 26 15:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '14', '15', '01', 'Sat May 27
14:15:00 2006', 'Sat May 27 15:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '14', '15', '01', 'Sun May 28
14:15:00 2006', 'Sun May 28 15:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>14:30</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '14', '30', '01', 'Mon May 22
14:30:00 2006', 'Mon May 22 15:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '14', '30', '01', 'Tue May 23
14:30:00 2006', 'Tue May 23 15:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '14', '30', '01', 'Wed May 24
14:30:00 2006', 'Wed May 24 15:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '14', '30', '01', 'Fri May 26
14:30:00 2006', 'Fri May 26 15:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '14', '30', '01', 'Sat May 27
14:30:00 2006', 'Sat May 27 15:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '14', '30', '01', 'Sun May 28
14:30:00 2006', 'Sun May 28 15:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '14', '45', '01', 'Mon May 22
14:45:00 2006', 'Mon May 22 15:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '14', '45', '01', 'Tue May 23
14:45:00 2006', 'Tue May 23 15:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '14', '45', '01', 'Wed May 24
14:45:00 2006', 'Wed May 24 15:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '14', '45', '01', 'Fri May 26
14:45:00 2006', 'Fri May 26 15:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '14', '45', '01', 'Sat May 27
14:45:00 2006', 'Sat May 27 15:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '14', '45', '01', 'Sun May 28
14:45:00 2006', 'Sun May 28 15:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>15:00</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '15', '0', '01', 'Mon May 22
15:00:00 2006', 'Mon May 22 16:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '15', '0', '01', 'Tue May 23
15:00:00 2006', 'Tue May 23 16:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '15', '0', '01', 'Wed May 24
15:00:00 2006', 'Wed May 24 16:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '15', '0', '01', 'Fri May 26
15:00:00 2006', 'Fri May 26 16:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '15', '0', '01', 'Sat May 27
15:00:00 2006', 'Sat May 27 16:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '15', '0', '01', 'Sun May 28
15:00:00 2006', 'Sun May 28 16:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '15', '15', '01', 'Mon May 22
15:15:00 2006', 'Mon May 22 16:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '15', '15', '01', 'Tue May 23
15:15:00 2006', 'Tue May 23 16:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '15', '15', '01', 'Wed May 24
15:15:00 2006', 'Wed May 24 16:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '15', '15', '01', 'Fri May 26
15:15:00 2006', 'Fri May 26 16:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '15', '15', '01', 'Sat May 27
15:15:00 2006', 'Sat May 27 16:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '15', '15', '01', 'Sun May 28
15:15:00 2006', 'Sun May 28 16:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>15:30</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '15', '30', '01', 'Mon May 22
15:30:00 2006', 'Mon May 22 16:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '15', '30', '01', 'Tue May 23
15:30:00 2006', 'Tue May 23 16:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '15', '30', '01', 'Wed May 24
15:30:00 2006', 'Wed May 24 16:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '15', '30', '01', 'Fri May 26
15:30:00 2006', 'Fri May 26 16:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '15', '30', '01', 'Sat May 27
15:30:00 2006', 'Sat May 27 16:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '15', '30', '01', 'Sun May 28
15:30:00 2006', 'Sun May 28 16:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '15', '45', '01', 'Mon May 22
15:45:00 2006', 'Mon May 22 16:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '15', '45', '01', 'Tue May 23
15:45:00 2006', 'Tue May 23 16:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '15', '45', '01', 'Wed May 24
15:45:00 2006', 'Wed May 24 16:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '15', '45', '01', 'Fri May 26
15:45:00 2006', 'Fri May 26 16:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '15', '45', '01', 'Sat May 27
15:45:00 2006', 'Sat May 27 16:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '15', '45', '01', 'Sun May 28
15:45:00 2006', 'Sun May 28 16:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>16:00</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '16', '0', '01', 'Mon May 22
16:00:00 2006', 'Mon May 22 17:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '16', '0', '01', 'Tue May 23
16:00:00 2006', 'Tue May 23 17:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '16', '0', '01', 'Wed May 24
16:00:00 2006', 'Wed May 24 17:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '16', '0', '01', 'Fri May 26
16:00:00 2006', 'Fri May 26 17:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '16', '0', '01', 'Sat May 27
16:00:00 2006', 'Sat May 27 17:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '16', '0', '01', 'Sun May 28
16:00:00 2006', 'Sun May 28 17:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '16', '15', '01', 'Mon May 22
16:15:00 2006', 'Mon May 22 17:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '16', '15', '01', 'Tue May 23
16:15:00 2006', 'Tue May 23 17:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '16', '15', '01', 'Wed May 24
16:15:00 2006', 'Wed May 24 17:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '16', '15', '01', 'Fri May 26
16:15:00 2006', 'Fri May 26 17:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '16', '15', '01', 'Sat May 27
16:15:00 2006', 'Sat May 27 17:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '16', '15', '01', 'Sun May 28
16:15:00 2006', 'Sun May 28 17:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>16:30</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '16', '30', '01', 'Mon May 22
16:30:00 2006', 'Mon May 22 17:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '16', '30', '01', 'Tue May 23
16:30:00 2006', 'Tue May 23 17:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '16', '30', '01', 'Wed May 24
16:30:00 2006', 'Wed May 24 17:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '16', '30', '01', 'Fri May 26
16:30:00 2006', 'Fri May 26 17:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '16', '30', '01', 'Sat May 27
16:30:00 2006', 'Sat May 27 17:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '16', '30', '01', 'Sun May 28
16:30:00 2006', 'Sun May 28 17:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '16', '45', '01', 'Mon May 22
16:45:00 2006', 'Mon May 22 17:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '16', '45', '01', 'Tue May 23
16:45:00 2006', 'Tue May 23 17:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '16', '45', '01', 'Wed May 24
16:45:00 2006', 'Wed May 24 17:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '16', '45', '01', 'Fri May 26
16:45:00 2006', 'Fri May 26 17:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '16', '45', '01', 'Sat May 27
16:45:00 2006', 'Sat May 27 17:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '16', '45', '01', 'Sun May 28
16:45:00 2006', 'Sun May 28 17:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>17:00</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '17', '0', '01', 'Mon May 22
17:00:00 2006', 'Mon May 22 18:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '17', '0', '01', 'Tue May 23
17:00:00 2006', 'Tue May 23 18:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '17', '0', '01', 'Wed May 24
17:00:00 2006', 'Wed May 24 18:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '25', '17', '0', '01', 'Thu May 25
17:00:00 2006', 'Thu May 25 18:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '17', '0', '01', 'Fri May 26
17:00:00 2006', 'Fri May 26 18:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '17', '0', '01', 'Sat May 27
17:00:00 2006', 'Sat May 27 18:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '17', '0', '01', 'Sun May 28
17:00:00 2006', 'Sun May 28 18:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '17', '15', '01', 'Mon May 22
17:15:00 2006', 'Mon May 22 18:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '17', '15', '01', 'Tue May 23
17:15:00 2006', 'Tue May 23 18:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '17', '15', '01', 'Wed May 24
17:15:00 2006', 'Wed May 24 18:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '25', '17', '15', '01', 'Thu May 25
17:15:00 2006', 'Thu May 25 18:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '17', '15', '01', 'Fri May 26
17:15:00 2006', 'Fri May 26 18:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '17', '15', '01', 'Sat May 27
17:15:00 2006', 'Sat May 27 18:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '17', '15', '01', 'Sun May 28
17:15:00 2006', 'Sun May 28 18:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>17:30</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '17', '30', '01', 'Mon May 22
17:30:00 2006', 'Mon May 22 18:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '17', '30', '01', 'Tue May 23
17:30:00 2006', 'Tue May 23 18:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '17', '30', '01', 'Wed May 24
17:30:00 2006', 'Wed May 24 18:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '25', '17', '30', '01', 'Thu May 25
17:30:00 2006', 'Thu May 25 18:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '17', '30', '01', 'Fri May 26
17:30:00 2006', 'Fri May 26 18:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '17', '30', '01', 'Sat May 27
17:30:00 2006', 'Sat May 27 18:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '17', '30', '01', 'Sun May 28
17:30:00 2006', 'Sun May 28 18:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '17', '45', '01', 'Mon May 22
17:45:00 2006', 'Mon May 22 18:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '17', '45', '01', 'Tue May 23
17:45:00 2006', 'Tue May 23 18:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '17', '45', '01', 'Wed May 24
17:45:00 2006', 'Wed May 24 18:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '25', '17', '45', '01', 'Thu May 25
17:45:00 2006', 'Thu May 25 18:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '17', '45', '01', 'Fri May 26
17:45:00 2006', 'Fri May 26 18:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '17', '45', '01', 'Sat May 27
17:45:00 2006', 'Sat May 27 18:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '17', '45', '01', 'Sun May 28
17:45:00 2006', 'Sun May 28 18:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>18:00</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '18', '0', '01', 'Mon May 22
18:00:00 2006', 'Mon May 22 19:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '18', '0', '01', 'Tue May 23
18:00:00 2006', 'Tue May 23 19:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '18', '0', '01', 'Wed May 24
18:00:00 2006', 'Wed May 24 19:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '25', '18', '0', '01', 'Thu May 25
18:00:00 2006', 'Thu May 25 19:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '18', '0', '01', 'Fri May 26
18:00:00 2006', 'Fri May 26 19:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '18', '0', '01', 'Sat May 27
18:00:00 2006', 'Sat May 27 19:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '18', '0', '01', 'Sun May 28
18:00:00 2006', 'Sun May 28 19:00:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '18', '15', '01', 'Mon May 22
18:15:00 2006', 'Mon May 22 19:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '18', '15', '01', 'Tue May 23
18:15:00 2006', 'Tue May 23 19:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '18', '15', '01', 'Wed May 24
18:15:00 2006', 'Wed May 24 19:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '25', '18', '15', '01', 'Thu May 25
18:15:00 2006', 'Thu May 25 19:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '18', '15', '01', 'Fri May 26
18:15:00 2006', 'Fri May 26 19:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '18', '15', '01', 'Sat May 27
18:15:00 2006', 'Sat May 27 19:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '18', '15', '01', 'Sun May 28
18:15:00 2006', 'Sun May 28 19:15:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
<bold>18:30</bold>
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '18', '30', '01', 'Mon May 22
18:30:00 2006', 'Mon May 22 19:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '18', '30', '01', 'Tue May 23
18:30:00 2006', 'Tue May 23 19:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '18', '30', '01', 'Wed May 24
18:30:00 2006', 'Wed May 24 19:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '25', '18', '30', '01', 'Thu May 25
18:30:00 2006', 'Thu May 25 19:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '18', '30', '01', 'Fri May 26
18:30:00 2006', 'Fri May 26 19:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '18', '30', '01', 'Sat May 27
18:30:00 2006', 'Sat May 27 19:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '18', '30', '01', 'Sun May 28
18:30:00 2006', 'Sun May 28 19:30:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">
</span></th>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '22', '18', '45', '01', 'Mon May 22
18:45:00 2006', 'Mon May 22 19:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '23', '18', '45', '01', 'Tue May 23
18:45:00 2006', 'Tue May 23 19:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '24', '18', '45', '01', 'Wed May 24
18:45:00 2006', 'Wed May 24 19:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '25', '18', '45', '01', 'Thu May 25
18:45:00 2006', 'Thu May 25 19:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '26', '18', '45', '01', 'Fri May 26
18:45:00 2006', 'Fri May 26 19:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '27', '18', '45', '01', 'Sat May 27
18:45:00 2006', 'Sat May 27 19:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
<td height="25" valign="top" class="tableBGColOff style3"
onclick="openRoom( '2006', '05', '28', '18', '45', '01', 'Sun May 28
18:45:00 2006', 'Sun May 28 19:45:00 2006');"
onMouseOver="className='tableBGCol'"
onMouseOut="className='tableBGColOff'">&nbsp;</td>
</tr>
<tr>
</table>

May 23 '06 #1
3 1368
"AndyHolyer" <an**@holyer.org> wrote:
I rendered the page, and indeed it specified rowspan="32" (I'll paste
the HTML produced at the bottom of this posting). To keep things neat
the corresponding cell in the next 31 lines is omitted.
To keep things 'neat'? Um, it's more than just neatness. If you don't
'omit' the cell in the subsequent rows you're actually adding more
cells to the row, not doubling up on the one already there.
However when I render this, the box only comes out as 24 rows high.
I've tried this rendering in IE, Safari, Firefox and Opera, and the
result is the same.

Thanks in advance for any advice. And yes, I do know it's terribly 20th
Century to format with tables, but that's the style the shop I work for
goes for....
Tables are the correct markup to use in this case 'cos a calendar is
surely tabular data. It's everything else about your code that's
horrible...

And where's the form you mentioned in your subject?
</tr>
<tr>
<tr>
<th bgcolor="#BFBFBF"><span class="style2">


See that? How many table rows do you think
<tr>
<tr>
creates?

Next time, please post a URL to an online example instead of adding
hundreds of lines to your post.

Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
May 23 '06 #2
On 23 May 2006 08:55:15 -0700 AndyHolyer <an**@holyer.org> wrote:

| Thanks in advance for any advice. And yes, I do know it's terribly 20th
| Century to format with tables, but that's the style the shop I work for
| goes for....

That depends on who you ask. IMHO, it's still fine to use tables for
layout. Some would rather you bulk up the size of the page by using
DIV with classes and CSS with selectors and put all your {col,row}space
and other attributes there. I've decided that KISS really means using
tables for what tables work well for.
May 25 '06 #3
On 23 May 2006 08:55:15 -0700 AndyHolyer <an**@holyer.org> wrote:

| Bookings can be of various lengths, and a day is implemented as a
| table, with each row signifying a a 15-minute period. To test the
| system I decided to make a 9:00-17:00 booking. This will produce a cell
| with a rowspan of 32.
|
| I rendered the page, and indeed it specified rowspan="32" (I'll paste
| the HTML produced at the bottom of this posting). To keep things neat
| the corresponding cell in the next 31 lines is omitted.

It would have been better to have give a URL of the simplest page
that shows the effect as described, rather that a part of the HTML
that may or may not do that when manually reconstructed into a page
by someone else. The work required to see the effect, I decided
not to bother with.
May 25 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Yaron C. | last post by:
Hello, I would like to ask for your help. I am trying to create a page with table of many form elements. The size of the table is 84x10 (84 rows, 10 columns) and each cell contains 1 form...
79
by: VK | last post by:
I wandering about the common proctice of some UA's producers to spoof the UA string to pretend to be another browser (most often IE). Shouldn't it be considered as a trademark violation of the...
6
by: drec | last post by:
I am just learning Javascript and I would like to create a basic form that gives me two options. This will be using either checkbox or radio input type, however I would like the second option to...
19
by: Coward 9 | last post by:
HI, I saw in an example hello.aspx, there is a <form tagbeing used like <form runat="server> I search all html tag references and could NOT find "runat" attributes for <formtag. which...
0
by: =?Utf-8?B?TW9ydGVuIFdlbm5ldmlrIFtDIyBNVlBd?= | last post by:
"Ron" wrote: Hi Ron, I'm afraid you won't get the snappy user interface you may get with native code. Event though you do all your creation in the constructor. A lot of code won't...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.