Welcome to Dream.In.Code
Getting Help is Easy!

Join 86,249 Programmers. There are 2,170 online right now! Ask your question and get quick answers from Dream.In.Code experts. Join the #1 programming help community on the internet! Registration is fast and FREE... Join Now!

Chat LIVE With a Expert
Powered by LivePerson.com

Register to Make This Box Go Away!

XHTML for nesting tables

 
Reply to this topicStart new topic

XHTML for nesting tables

raeNet
post 4 May, 2008 - 10:54 AM
Post #1


D.I.C Head

**
Joined: 1 Nov, 2007
Posts: 70



I need to create a nested table with XHTML code (and have done so), but I can't figure out how to flip the code so that the 2 column/2 row nested table is in the 1st column instead of the second. This should be simple, but I've tried so many things that now I am confused...
Can anyone help??? thank you in advance.
CODE

<table border="1">
<tr>
  <td>Column C</td>
  <td>
<table border="2">
    <tr>
      <td>Column A Row 1</td>
      <td>Column B Row 1</td>
    </tr>
    <tr>
      <td>Column A Row 2</td>
      <td>Column B Row 2</td>
    </tr>
    </table>
    
  </td>
</tr>
</table>
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


Martyr2
post 4 May, 2008 - 10:58 AM
Post #2


Programming Theoretician

Group Icon
Joined: 18 Apr, 2007
Posts: 3,561

CODE

<table border="1">
<tr>
  <td>
    <table border="2">
    <tr>
      <td>Column A Row 1</td>
      <td>Column B Row 1</td>
    </tr>
    <tr>
      <td>Column A Row 2</td>
      <td>Column B Row 2</td>
    </tr>
    </table>
  </td>
  <td>
    Second Column
  </td>
</tr>
</table>


That should put the nested table in the first column instead of the second column. Enjoy!

"At DIC we be nested table code ninjas!" decap.gif

This post has been edited by Martyr2: 4 May, 2008 - 10:58 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 5/16/08 08:52AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month