HighDots Forums  

Re: add table question

alt.html.tags alt.html.tags


Discuss Re: add table question in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Inger Helene Falch-Jacobsen
 
Posts: n/a

Default Re: add table question - 02-07-2004 , 06:01 PM






Matt wrote:
Quote:
There are 3 tables on a html page. The first and two tables has 5
rows, and the third table has 10 rows. All I want is to put the third
table on the right hand side of first two tables. I try to put the
third table in another <TD> tag of first table, but it won't work.
Any ideas??
You didn't put the third table into any <TD>.
Try this:

<table border="1"><TR><TD>

<table border="1">
<tr><td>row 1a</td><td>row 1b</td></tr>
<tr><td>row 2a</td><td>row 2b</td></tr>
<tr><td>row 3a</td><td>row 3b</td></tr>
<tr><td>row 4a</td><td>row 4b</td></tr>
<tr><td>row 5a</td><td>row 5b</td></tr>
</table>

<P><table border="1">
<tr><td>row 1a</td><td>row 1b</td></tr>
<tr><td>row 2a</td><td>row 2b</td></tr>
<tr><td>row 3a</td><td>row 3b</td></tr>
<tr><td>row 4a</td><td>row 4b</td></tr>
<tr><td>row 5a</td><td>row 5b</td></tr>
</table>
</td>

<td>
<table border="1">
<tr><td>row 1a</td><td>row 1b</td></tr>
<tr><td>row 2a</td><td>row 2b</td></tr>
<tr><td>row 3a</td><td>row 3b</td></tr>
<tr><td>row 4a</td><td>row 4b</td></tr>
<tr><td>row 5a</td><td>row 5b</td></tr>
<tr><td>row 6a</td><td>row 6b</td></tr>
<tr><td>row 7a</td><td>row 7b</td></tr>
<tr><td>row 8a</td><td>row 8b</td></tr>
<tr><td>row 9a</td><td>row 9b</td></tr>
<tr><td>row 10a</td><td>row 10b</td></tr>
</table>

</td></TR>
</table>

--
Inger Helene Falch-Jacobsen
http://home.online.no/~ingerfaj/





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.