soccer362001
03-30-2003, 05:57 PM
I have a table that has ten columns and fourteen rows on one side, and eight rows on the other side. I need to put five more rows under the eight, but i need them to be on the last column. how do i do this?
|
Click to See Complete Forum and Search --> : Tables soccer362001 03-30-2003, 05:57 PM I have a table that has ten columns and fourteen rows on one side, and eight rows on the other side. I need to put five more rows under the eight, but i need them to be on the last column. how do i do this? jdavia 03-30-2003, 07:03 PM Originally posted by soccer362001 I have a table that has ten columns and fourteen rows on one side, and eight rows on the other side. I need to put five more rows under the eight, but i need them to be on the last column. how do i do this? Is all this is in one table? then the table might have 10 columns 14 rows. Some of the rows probably have a ("ROWSPAN")in them. Just remove that, and add "Rows 9 10 11 12 13 and 14 to column 10. Second choice is coming up soccer362001 03-30-2003, 07:18 PM no that is not it. yes it is one table. I need to put some cells in column 10 without having to put any thing in 6-9 jdavia 03-30-2003, 07:53 PM Originally posted by soccer362001 no that is not it. yes it is one table. I need to put some cells in column 10 without having to put any thing in 6-9 I would have to see what you have. Can you post it? soccer362001 03-30-2003, 08:07 PM i emailed it to you jdavia 03-31-2003, 12:13 AM Originally posted by soccer362001 i emailed it to you The cells are marked and conform to the other cells in the same columns. <table border="1" cellpadding="1" cellspacing="1"> <center<tr> <td>Item No.</td> <td>Qty</td> <td>Product Description</td> <td>Price</td> <td>Total</td> <td>Item No.</td> <td>Qty</td> <td>Product Description</td> <td>Price</td> <td>Total</td> </center> <tr> <td>100100</td> <td><input name="qty" size="5"></td> <td>Meal Replacement Shake(vanilla)</td> <td>$29.95</td> <td><input name="total" size="15"></td> <td>100207</td> <td><input name="qty" size="5"></td> <td>Liver Chi(2oz.)</td> <td>$31.95</td> <td><input name="total" size="15"></td> <tr> <td>100101</td> <td><input name="qty" size="5"></td> <td>Meal Replacement Shake(chocolate)</td> <td>$29.95</td> <td><input name="total" size="15"></td> <td>100208</td> <td><input name="qty" size="5"></td> <td>UltraBalance Cream(2oz.)</td> <td>$28.95</td> <td><input name="total" size="15"></td> <tr> <td>100106</td> <td><input name="qty" size="5"></td> <td>Meal Replacement Shake(strawberry)</td> <td>$29.95</td> <td><input name="total" size="15"></td> <td>100300</td> <td><input name="qty" size="5"></td> <td>3 Step Wellness System-1 mo. supply(Multiple Immune Defense & Antioxidant)</td> <td>$89.95</td> <td><input name="total" size="15"></td> <tr> <td>100102</td> <td><input name="qty" size="5"></td> <td>Chocolate Peanut Butter Bars(12)</td> <td>$32.50</td> <td><input name="total" size="15"></td> <td>100301</td> <td><input name="qty" size="5"></td> <td>Weight Loss System-1 mo. supply(3 Shakes, 1 pack Nutritional Bars & 1 Advantra Z® Plus)</td> <td>$149.95</td> <td><input name="total" size="15"></td> <tr> <td>100103</td> <td><input name="qty" size="5"></td> <td>Chocolate Coconut Bars(12)</td> <td>$32.50</td> <td><input name="total" size="15"></td> <td>100107</td> <td><input name="qty" size="5"></td> <td>Retail Builders Pack-Vanilla(50 Single Serving Sample Packs, 50 One Day Weight Loss Brochures, and 2 FREE one day Diet Buttons & Weight Loss Retail Guide)</td> <td>$159.85</td> <td><input name="total" size="15"></td> <tr> <td>100104</td> <td><input name="qty" size="5"></td> <td>Yogurt Oatmeal Raisin Bars(12)</td> <td>$32.50</td> <td><input name="total" size="15"></td> <td>100108</td> <td><input name="qty" size="5"></td> <td>Retail Builders Pack-Strawberry(50 Single Serving Sample Packs, 50 One Day Weight Loss Brochures, and 2 FREE one day Diet Buttons & Weight Loss Retail Guide)</td> <td>$159.85</td> <td><input name="total" size="15"></td> <tr> <td>100200</td> <td><input name="qty" size="5"></td> <td>Advantra Z® Plus(150 tabs)</td> <td>$39.50</td> <td><input name="total" size="15"></td> <td>100109</td> <td><input name="qty" size="5"></td> <td>Retail Builders Pack-Combination(25 Vanilla & 25 Strawberry Single Serving Sample Packs,50 One Day Weight Loss Brochures, and 2 FREE one day Diet Buttons & Weight Loss Retail Guide)</td> <td>$32.50</td> <td><input name="total" size="15"></td> <tr> <td>100201</td> <td><input name="qty" size="5"></td> <td>Multiple(120 tabs)</td> <td>$29.50</td> <td><input name="total" size="15"></td> <!- THIS ROW WAS ADDED --> <td>ADDED</td> <td><ADDED></td> <td>ADDED</td> <td>ADDED</td> <td><ADDED></td> <!- END OF ROW ADDED --> <tr> <tr> <td>100202</td> <td><input name="qty" size="5"></td> <td>Immune Defense(32oz.)</td> <td>$39.00</td> <td><input name="total" size="15"></td> <tr> <tr> <td>100203</td> <td><input name="qty" size="5"></td> <td>Antioxidants(60 caps)</td> <td>$27.95</td> <td><input name="total" size="15"></td> <tr> <td>100204</td> <td><input name="qty" size="5"></td> <td>Aloe & Avocado Body Lotion(8oz.)</td> <td>$16.50</td> <td><input name="total" size="15"></td> <tr> <tr> <td>100205</td> <td><input name="qty" size="5"></td> <td>Green Tea(2oz.)</td> <td>$29.95</td> <td><input name="total" size="15"></td> <tr> <tr> <td>100205</td> <td><input name="qty" size="5"></td> <td>Kidney Chi(2oz.)</td> <td>$31.95</td> <td><input name="total" size="15"></td> <!- THIS ROW WAS ADDED --> <td>ADDED</td> <td><ADDED></td> <td>ADDED</td> <td>ADDED</td> <td><ADDED></td> <!- END OF ROW ADDED --> <tr> </table> soccer362001 04-01-2003, 09:00 PM Thank you that really helped webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |