Jump to content
MakeWebGames

Multi Column Table.


Recommended Posts

Guest Drizzle
Posted

Ok so i can't figure out how to do a 4 column table. Its sort of like a regular table going straight down, but i want to know how to get all the rows into 3 different columns. I searched google and didnt find anything. Anyone help?

Posted
<table width="100%" cellpadding="1" cellspacing="1">
   <tr>
 <th>one</th>
 <th>two</th>
 <th>three</th>
 <th>four</th>
   </tr>
   <tr>
 <td colspan="2">one / two</td>
 <td>three</td>
 <td>four</td>
   </tr>
</table>

like that?

Guest Drizzle
Posted

.

 

<table width="100%" cellpadding="1" cellspacing="1">
   <tr>
 <th>one</th>
 <th>two</th>
 <th>three</th>
 <th>four</th>
   </tr>
   <tr>
 <td colspan="2">one / two</td>
 <td>three</td>
 <td>four</td>
   </tr>
</table>

like that?

Thanks for atleast trying to help :). But its more along the lines of.. ok. there are 4 columns of however many rows. but all the boxes display some data. I've included sorta what im trying to do with a basic table with all the boxes containing something.

2mry906.jpg

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...