floating table with tables inside

J

Jemdam.com

Hi,

I make all my HTML by hand and wondered if someone could let me know if this
is possible. I want to make a table with width set to 90% and when I resize
the window I need the contents of this to move. Now this is simple with TEXT
and IMAGES as you just add the text and use align for the image and it all
floats. However I need to display a series of tables inside the main table
but would like them to have the same effect. When I try this each internal
table is on a new line instead of on the right. Hope this makes sense? Any
ideas? Here is my example:

<table width=90%>
<tr>
<td>
<table>
<tr>
<td>line 1</td>
<td>image 1</td>
</tr>
</table>

<table>
<tr>
<td>line 1</td>
<td>image 1</td>
</tr>
</table>

repeat internal tables a few times . . . ..

</td>
</tr>
</table>

Thanks, David http://www.pubtricks.com
 
E

Els

Jemdam.com said:
Hi,

I make all my HTML by hand and wondered if someone could let me know if this
is possible. I want to make a table with width set to 90% and when I resize
the window I need the contents of this to move. Now this is simple with TEXT
and IMAGES as you just add the text and use align for the image and it all
floats. However I need to display a series of tables inside the main table
but would like them to have the same effect. When I try this each internal
table is on a new line instead of on the right. Hope this makes sense? Any
ideas? Here is my example:

[snip code for tables inside table]

Add this to your stylesheet:
table table{
width:[some value];
float:left;
}

Since you see to have just images and texts (captions?) in the tables,
you might wanna check an example I made in the past:
http://locusmeus.com/test/thumbswithcaptions.html
and to center those tables as well:
http://locusmeus.com/test/thumbswithcaptionscentered.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top