![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a page with a small table centered in it (align='center'). |
|
I would like to have a paragraph located just to the right of the table. |
#3
| |||
| |||
|
|
On Sun, 05 Sep 2004 21:03:42 -0700, Martin <martinvalley (AT) comcast (DOT) net declared in alt.html: I have a page with a small table centered in it (align='center'). Deprecated. Use CSS. margin: 0 auto; |
|
I would like to have a paragraph located just to the right of the table. float: right; |
#4
| |||
| |||
|
|
I have a page with a small table centered in it (align='center'). I would like to have a paragraph located just to the right of the table. Can someone tell me how to specify the location of the paragraph? |
#5
| |||
| |||
|
|
Martin <martinvalley (AT) comcast (DOT) net> wrote: I have a page with a small table centered in it (align='center'). I would like to have a paragraph located just to the right of the table. Can someone tell me how to specify the location of the paragraph? If by "just to the right side of the table" you mean that the paragraph content's left edge should be adjacent to the table's right edge, then this is not reliably possible. It could only work if the table is a fixed width, you'd then have to create a 3 column layout, size the middle column the same as the table width, let the left and right column take up the remaining space, and place the paragraph in the right column. |
![]() |
| Thread Tools | |
| Display Modes | |
| |