Jump to content

How Do You Float Around An Object(S)


ThunderAI

Recommended Posts

I am using tables to do a layout of a page and I'd like the tables to float around the other tables but the float: command does not quite do what I am looking for. It creates gaps between the tables the size of surrounding tables and does not fill in the gaps like I think it should. what is the process for making tables or a div float around other div and fill in spaces?

 

like presume you have the following

 

[][][][][][] | [][][][][][][][][]

| [][][][][][][][][]

| [][][][][][][][][]

 

[][][][][][] | [][][][][][]

 

How do I force the bottom two tables to be besides the larger one and below the top left one?

Link to comment
https://forums.phpfreaks.com/topic/269656-how-do-you-float-around-an-objects/
Share on other sites

I am using tables to do a layout of a page...

 

I think that is your problem Tables are for tabular data, plain and simple. If the data is tabular in nature, then a table is appropriate. Using tables to create layout is not the way to go -- that is the realm of css.

 

There are sites like this one that show you how to do just about every variation possible.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.