Earn 5 points quick

Status
Not open for further replies.

Fire Wolf

New Member
Messages
480
Reaction score
0
Points
0
What I need is a perfect table with 3 rows and 9 columns, equally spaced.
Like-
tUz98528.jpg

Thanks.
 
Last edited:

Articz

New Member
Messages
864
Reaction score
0
Points
0
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>
 

deaddevil

New Member
Messages
1,010
Reaction score
0
Points
0
Printed?any image can be printed.Which image for which printer?
 

Fire Wolf

New Member
Messages
480
Reaction score
0
Points
0
Lol. I meant any image. I just need a table 9x3 in jpeg form so that I can print it and use it.
Thanks.
 

WoMBaT

New Member
Messages
334
Reaction score
0
Points
0
Here is a printeble version
 

Attachments

  • table.GIF
    table.GIF
    4 KB · Views: 36
Status
Not open for further replies.
Top