Page 1 of 1

'tab' in text

Posted: Mon Jul 15, 2019 8:31 am
by sieweb
Hi,
is there a possibility to set the position with 'tab'?
For example:
phone: 123-234-345
fax: 456-567-678
e-mail: 12345@werwer.ertert
to achieve that the first letter of the number is at the same position by using spaces in combination with proportional font is not possible, so I have used 'tab' in the past.
But WB doesn't know 'tab'?
Is there a way? At the moment I am using the Card object.
horst
interesting: when editing the posting, the numbers are in the same position, after 'Submit', positioning is gone :-)

Re: 'tab' in text

Posted: Mon Jul 15, 2019 8:56 am
by Pablo
HTML does not support tabs.
But you can use a table to create columns

Re: 'tab' in text

Posted: Mon Jul 15, 2019 9:06 am
by sieweb
Pablo wrote: Mon Jul 15, 2019 8:56 am ... table ...
Yes, but they are not as flexible as it comes to responsive behaviour (as fas as I know ;-) ) and within a Card not possible.
I am trying right now with centered text.
---
Pablo wrote: Mon Jul 15, 2019 8:56 am HTML does not support tabs.
With my previous generator I have used tabs without thinking how they managed. It is not easy for me to leave all the old static layout thinking behind.

Re: 'tab' in text

Posted: Mon Jul 15, 2019 9:09 am
by Pablo
I'm sorry, tabs are not supported in HTML.

Re: 'tab' in text

Posted: Mon Jul 15, 2019 9:25 am
by sieweb
No no, it is not on you or on html definition, it is just my learning curve that is very steep at the moment :D