Each 'event' is a table in it's own right, within that cell, view the
source:
<TABLE CLASS='EventMonthTable'>
<TR>
<TD WIDTH='10' BGCOLOR='#800080'><FONT
CLASS='EventMonthTitleFont'> </FONT></TD>
<TD CLASS='EventMonthTimeCell'><FONT
CLASS='EventMonthTimeFont'>09:00AM</FONT></TD>
<TD CLASS='EventMonthTitleCell'><FONT CLASS='EventMonthTitleFont'><A
CLASS='EventMonthTitleFont'
HREF="calendar.asp?action=eventdetail&eventid=2146 1"
onclick="NewWindow(this.href,'aspWebCalendar','430 ','500','yes');return
false">misc</A></FONT></TD>
</TR>
</TABLE>
Where:
..EventMonthTable { border-style:solid; border-width:1; border-color:black;
border-collapse:collapse; border-width:1; text-align:left;
background-color:white; padding:1; width:100%; }
etc..
I guess the asp is showing each record, in its own table, in time order, on
the day in question.
Jon
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:...
> It's just HTML tables most likely, with some coloring and preset sizes.
>
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> www.Darkfalz.com
>
>
> "James Johnson" <> wrote in message
> news:077c01c3d13e$2ca8e6b0$...
> > >>
> > >http://www.fullrev.com/calendar_overview.asp
> >
> > No. That tells about the product, I was wondering how you
> > can programmatically block out time spans using ASP. For
> > instance, if your showing a day schedule, how do you show
> > on a website that from 8-5 is allocated to a certain
> > project using a block or rectangle to show there is an
> > event, just like Microsoft Outlook.
> >
> > Hopefully that helps.
> >
> >
> >
> > >-----Original Message-----
> > >
> > >"James Johnson" <>
> > wrote in message
> > >news:033001c3d0ed$9f150f90$...
> > >> I was browsing the newsgroup and viewed a website that
> > >> interest me. Look at this example:
> > >>
> > >> http://www.fullrevolution.com/calendar40/calendar.asp?
> > >> caltype=day&date=1/29/2004#Eight
> > >>
> > >> It is a calendar based internet application. I was
> > >> wondering how it displays blocks of time out similar to
> > >> Outlook. If you view that page, you will notice that it
> > >> shows a day view and has conference room blocked out
> > from
> > >> 8-5 and they showed it in a graphical form. I can
> > >> understand writing out a message saying conference room
> > >> for each allocated time slot, but how do they continue
> > >> the rectangle block for the allocated time. If anyone
> > >> understand what I am trying to say and has any
> > resources,
> > >> I would be delighted to hear conversations about this.
> > >> Thanks for all your help.
> > >>
> > >>
> > >
> > >
> > >.
> > >
>
>