Forums: Index → Support Requests → Align text right and left in a table cell
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
I want the first part of a single line of text to align left and the second part of a single line of text to align right. I know how to do it by spliting the cell into 2 cells or embedding a table within the cell. I wonder if there is an easier way.
if i wrap the second part of the text with div tags and use align=right I get sort of the right effect except that the parser automatically adds a break. I tried span but it doesnt work at all.
for example:
123456789 |
text text
|
Granpa 17:52, July 31, 2011 (UTC)
- You can use
style="float:right"
andstyle="float:left"
instead, which should give the same effect. Monchoman45 Talk Contribs Skystone 17:56,7/31/2011
- Thanks that should save me quite a bit of work
123456789 text text
- Granpa 20:34, July 31, 2011 (UTC)