Tables and Boxes
« Visualising a Table »

Welcome Guest. Please Login or Register.
Nov 22, 2009, 8:55am



Main Linkpage Music Demo Tables Safetynet



Tables and Boxes :: HTML Tables :: Tutorials :: Visualising a Table
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: Visualising a Table (Read 432 times)
All Seeing Eyes
Administrator
*****
member is offline




[homepage]

Joined: Jul 2004
Posts: 54
 Visualising a Table
« Thread Started on May 16, 2007, 3:04pm »

Here is a basic table in graphic form

[image]

If you follow through each square from top left to bottom right, this is the resulting code

<table>
<tr>
<td>
<table>
<tr>
<td> *note 1
This is where you would add content in the top cell
</td>
</tr>
<tr>
<td>
content in bottom left cell
</td>
<td>
content in bottom right cell
</td>
</tr>
</table>
</td>
</tr>
</table>


*note 1
because this cell 'spans' 2 other cells, a 'colspan' attribute will need to be added
<td colspan="2">
more about this later.
« Last Edit: May 16, 2007, 3:17pm by All Seeing Eyes »Link to Post - Back to Top  IP: Logged
   [Search This Thread][Send Topic To Friend] [Print]



Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!