Need help with tables

Asked by nomnex

I read the txt2tag manual but I don't find my answer

1. I cannot change the left alignment of the text in the cell

I added additional spaces on the left of the first cell, then on the right, without any effect. So perhaps, I am doing it wrong?

2. Can I had some spacing to contents (such as cellspacing="10" with HTML tables)?

3. Can I use a line break in a text cell?

Question information

Language:
English Edit question
Status:
Answered
For:
RedNotebook Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jendrik Seipp (jendrikseipp) said :
#1

> I read the txt2tag manual but I don't find my answer
>
> 1. I cannot change the left alignment of the text in the cell
>
> I added additional spaces on the left of the first cell, then on the right, without any effect. So perhaps, I am doing it wrong?
Adding spaces on the left is the right way to do it:

| asdasdasdasdasdasdasdasd |
| right justified |

To see the effect, obviously, the lower text must be shorter than the
upper text.
>
> 2. Can I had some spacing to contents (such as cellspacing="10" with HTML tables)?
You will have to insert HTML directly as explained in the help (Ctrl+H).
>
> 3. Can I use a line break in a text cell?
>
>
Yes you can; by using HTML directly:

| asdasdasdasdasdasdasdasd |
| right ''<br \>'' justified |

Can you help with this problem?

Provide an answer of your own, or ask nomnex for more information if necessary.

To post a message you must log in.