Floating issue

Floating issue

am 17.01.2008 00:28:06 von mizzchief

I have 3 sections of text that need to be aligned one section to the
left, one section in the center, and one section to the right- all on
the same row, like this:
_________________________________________
|
|
| left text center text right text |
|________________________________________|
| | | | | | | |
| |
| | | | | | | |
| |


what I thought would work but didn't:

style="border:solid; border-width:2pt; border-color:#000000;
border-solid:#000000;">



















also, putting the divs around the "td"'s instead of the "tr"'s also
didn't work.

Re: Floating issue

am 17.01.2008 01:05:40 von Neredbojias

Well bust mah britches and call me cheeky, on Wed, 16 Jan 2008 23:28:06
GMT scribed:

> I have 3 sections of text that need to be aligned one section to the
> left, one section in the center, and one section to the right- all on
> the same row, like this:
> _________________________________________
>|
>|
>| left text center text right text |
>|________________________________________|
>| | | | | | | |
>| |
>| | | | | | | |
>| |
>
>
> what I thought would work but didn't:
>
>


left text



center text



right text


> style="border:solid; border-width:2pt; border-color:#000000;
> border-solid:#000000;">
>
>

>

>
>
>
>
>

>

>
>
>
>
>

>

>
>
>
>
> also, putting the divs around the "td"'s instead of the "tr"'s also
> didn't work.

Can't do either. You better read up a bit on html because you don't seem
to know what you're doing.

--
Neredbojias
Riches are their own reward.

Re: Floating issue

am 17.01.2008 01:13:22 von dorayme

In article
<148643b3-a893-48a9-9e7d-892f56d380ca@d4g2000prg.googlegroups.com
>,
mizzchief@gmail.com wrote:

> I have 3 sections of text that need to be aligned one section to the
> left, one section in the center, and one section to the right- all on
> the same row, like this:
> _________________________________________
> |
> |
> | left text center text right text |
> |________________________________________|
> | | | | | | | |
> | |
> | | | | | | | |
> | |
>
>
> what I thought would work but didn't:
>
>


>

left text


>

>

center text


>

>

right text


>
> style="border:solid; border-width:2pt; border-color:#000000;
> border-solid:#000000;">
>
>

>

>

You can't put a div in a table. See


If you have three blocks of text that you want side by side why
not look at something like this:



--
dorayme