Re: floating table with tables inside
- From: Els <els.aNOSPAM@xxxxxxxxxx>
- Date: Tue, 31 Jan 2006 14:11:31 +0100
Jemdam.com wrote:
> 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 style***:
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
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: King Crimson - Improv: Munchen
.
- References:
- floating table with tables inside
- From: Jemdam.com
- floating table with tables inside
- Prev by Date: Re: CSS - List Help
- Next by Date: <Object> not updating client object with newer version
- Previous by thread: floating table with tables inside
- Next by thread: <Object> not updating client object with newer version
- Index(es):