Right align and left align text in same HTML table cell

前端 未结 8 1494
梦谈多话
梦谈多话 2020-12-08 03:52

I have a cell in an HTML

. I would like part of the cell contents to be left justified and part to be right justified. Is this possible?

8条回答
  •  不思量自难忘°
    2020-12-08 04:45

    It is possible but how depends on what you are trying to accomplish. If it's this:

    | Left-aligned       Right-aligned | in one cell then you can use floating divs inside the td tag:

If it's | Left-aligned
                                           Right Aligned |

Then Balon's solution is correct.

If it's: | Left-aligned    |   Right-Aligned |

Then it's:

提交回复
热议问题
Left-aligned
Right-aligned
Left-aligned Right-Aligned