2005 Kawasaki KX85 - Good condition. Used only a couple times each season. Minor scratches. Recently had oil changed and maintenanced. Never raced or abused. Clean title in hand. All stock except Pro Taper bars. More pictures upon request. 1300 firm. Im located in Syracuse, NY kd.messina@yahoo.com
-- Edited by Jeenyus720 on Sunday 5th of April 2009 04:32:01 PM
421brapbrap said
Apr 5, 2009
nice bike!!!!! is tht the lowest u will go???
Jeenyus720 said
Apr 6, 2009
Thanks, yeah im pritty firm on 1300
-- Edited by Jeenyus720 on Monday 6th of April 2009 07:38:04 AM
TKR911Brappin said
Apr 6, 2009
Study Guide
Unit E
A table allows you to present information in a grid.Table data is organized into rows and columns.A row is a single horizontal line of data, while a column is a single vertical line of data.The intersection of a row and column is a cell.
The main tag pair for creating a table is <TABLE> </TABLE> between each tag you add codes for each row using the <TR> (Table row).The tag you use for each cell is the <TD> (table data).
The cells in the first row of most tables use the <TH> which is the (table header).
You can also use the <CAPTION> </CAPTION> which is centered above the table by default.
If you want a single cell to be apart of multiple rows you would need to span them.Therefore, you would use the attributes ROWSPAN OR COLSPAN in the <TH> or <TD> tag.Remember the ROWSPAN is the number of rows the current cell should span.COLSPAN is the number of columns the current cell should span.
When the <BORDER> tag is placed within the <TABLE> tag it will apply a border of 1 px wide in the table.<CELLSPACING> SETS THE DISTANCE IN PIXELS BETWEEN CELL BORDERS.
You can add a color to your cells by using the <BGCOLOR> attribute.You would add a hexadecimal color to the <TR> tag for the row.You may also add it to the <TABLE> tag or <TD> tag.
CELLPADDING usually increases the height and width of cells because they have to accommodate the blank padding space, in addition to the existing cell contents.
When you want to align your table you use the VALIGN or ALIGN attribute.The valign determines the position of cell contents relative to the top and bottom borders.
kd.messina@yahoo.com
-- Edited by Jeenyus720 on Sunday 5th of April 2009 04:32:01 PM
-- Edited by Jeenyus720 on Monday 6th of April 2009 07:38:04 AM
Study Guide
Unit E