It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Jul 2006
Age: 43
Posts: 9
|
Hi, it's me again. I want to know whether it is possible to make a triangle-shaped table or not. If yes, could anyone help me with that?.....actually i only want a diagonal line in the table. Thank you.
Hailey |
|
|
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Jul 2006
Age: 30
Posts: 258
|
your question is very interesting, but i don't know what would you do with a triangle table ???
anywho, you can create a regular table and join some rows (or columns) HTML Code:
<table> <tr> <td colspan='2'>the top of the table</td> </tr> <tr> <td>bottom left</td> <td>bottom right</td> </tr> </table>
__________________
-- iM |
|
|
|