What I need is a perfect table with 3 rows and 9 columns, equally spaced.
Like-
Thanks.
What I need is a perfect table with 3 rows and 9 columns, equally spaced.
Like-
Thanks.
Last edited by Fire Wolf; 11-21-2005 at 12:44 PM.
what form of coding do you want this table in?
this is what i use to code my tables in html:
http://www.2createawebsite.com/build...generator.html
Last edited by Spartan Erik; 11-21-2005 at 02:28 PM.
here you go
Code:<table border="0" bordercolor="" width="" bgcolor=""> <tr> <td> r 1, c 1 </td> <td> r 1, c 2 </td> <td> r 1, c 3 </td> <td> r 1, c 4 </td> <td> r 1, c 5 </td> <td> r 1, c 6 </td> <td> r 1, c 7 </td> <td> r 1, c 8 </td> <td> r 1, c 9 </td> </tr> <tr> <td> r 2, c 1 </td> <td> r 2, c 2 </td> <td> r 2, c 3 </td> <td> r 2, c 4 </td> <td> r 2, c 5 </td> <td> r 2, c 6 </td> <td> r 2, c 7 </td> <td> r 2, c 8 </td> <td> r 2, c 9 </td> </tr> <tr> <td> r 3, c 1 </td> <td> r 3, c 2 </td> <td> r 3, c 3 </td> <td> r 3, c 4 </td> <td> r 3, c 5 </td> <td> r 3, c 6 </td> <td> r 3, c 7 </td> <td> r 3, c 8 </td> <td> r 3, c 9 </td> </tr> </table>
I want an image which can be printed.
Printed?any image can be printed.Which image for which printer?
Lol. I meant any image. I just need a table 9x3 in jpeg form so that I can print it and use it.
Thanks.