Todays sessions | Topic | Exercise | Questions | Accomplishments |
7am to 9am My Own Time | ||||
9pm to 12 | Flash MX 2004 study guide,Chapter:2 | Staticcontent,Dynmic
content
Structuring the application. |
||
1pm to 4pm | New Masters Of FlashVol:3 | "Depth" in Flash Mx 2004
|
||
7pm to 9pm | Updating Logos pages
with their properties
|
uploading,and setting the links to those pages | ||
9pm to 11pm My Own Time | ||||
Notes |
satya - Thursday, December 20, 2007 4:25:45 PM
source code
<TABLE class="report" width="83%">
<TR class="header">
<TD width="17%" >Todays sessions</TD>
<TD width="18%" >Topic</TD>
<TD width="22%" >Exercise</TD>
<TD width="16%">Questions</TD>
<TD width="11%">Accomplishments</TD>
</TR>
<TR>
<TD width="17%" >7am to 9am My Own Time</TD>
<TD width="18%" > </TD>
<TD width="22%" > </TD>
<TD width="16%" > </TD>
<TD width="11%" > </TD></TR>
<TR>
<TD align=middle width="17%" height=49>9pm to 12</TD>
<TD vAlign=top align=left width="18%" height=49>Flash MX 2004 study
guide,Chapter:2</TD>
<TD vAlign=top align=left width="22%" height=49>Staticcontent,Dynmic
content
<P>Structuring the application.</P></TD>
<TD vAlign=top align=left width="16%" height=49> </TD>
<TD align=middle width="11%" height=49> </TD></TR>
<TR>
<TD align=middle width="17%" height=48>1pm to 4pm</TD>
<TD vAlign=top align=left width="18%" height=48>New Masters Of
FlashVol:3</TD>
<TD vAlign=top align=left width="22%" height=48>"Depth" in Flash Mx 2004
<P> </P></TD>
<TD vAlign=top align=left width="16%" height=48> </TD>
<TD vAlign=top align=left width="11%" height=48> </TD></TR>
<TR>
<TD align=middle width="17%" height=62>7pm to 9pm</TD>
<TD vAlign=top align=left width="18%" height=62>Updating Logos pages
with their properties
<P> </P></TD>
<TD vAlign=top align=left width="22%" height=62> uploading,and
setting the links to those pages </TD>
<TD vAlign=top align=left width="16%" height=62> </TD>
<TD vAlign=top align=left width="11%" height=62> </TD></TR>
<TR>
<TD align=middle width="17%" height=78>9pm to 11pm My Own Time</TD>
<TD vAlign=top align=left width="18%" height=78> </TD>
<TD vAlign=top align=left width="22%" height=78> </TD>
<TD vAlign=top align=left width="16%" height=78> </TD>
<TD vAlign=top align=left width="11%" height=78> </TD></TR>
<TR>
<TD align=middle width="17%" height=50>Notes</TD>
<TD vAlign=top align=left width="63%" colSpan=4
height=50> </TD></TR>
</TABLE>
satya - Thursday, December 20, 2007 4:28:16 PM
The table class
<style>
table.report
{
BORDER-COLLAPSE:collapse;
border-color:red;
border-spacing:2px;
background:#c1e0ff;
font-size:10;
font-family:verdana;
width:80%;
}
table.report td
{
border:1px solid navy;
}
table.report tr.header
{
background:green;
font-size:14;
color:white;
text-align:center;
}
</style>
satya - Wednesday, December 26, 2007 1:53:43 PM
A small tutorial on table formatting
satya - Wednesday, December 26, 2007 1:54:17 PM
use border-collapse and border-spacing for layout
use border-collapse and border-spacing for layout