Page 1 of 1

Range Text left AND right on same line

Posted: Mon Mar 18, 2019 2:25 pm
by DoctorWeb
I need to present text in a box on a page with left AND right justify
Its songs ranged left, then a gap, which in print I do by the TAB key, which causes the next bit to range right.
the listing is simply Song and artiste
e.g.
Revolution BEATLES
Sympathy for the Devil ROLLING STONES

I did that using space 'characters'
but it takes forever,and looks messy,
(even more so when I want it to be responsive!)
Ive soucred the Help document and this forum, to no avail; it just dances me towards TABS as in page menus.

Has anyone any idea how I can acghieve this in QnE WB? v5 pref.
(Ive bought v6 but am still on all v5 as my sites all fall over when I use the v6 )

Re: Range Text left AND right on same line

Posted: Mon Mar 18, 2019 7:24 pm
by mexman
Hi DoctorWeb:
This is not possible... nothing to do with QnEWB. It is just not possible in HTML.
You should use a TABLE to do so!
You sould use cellspacing = 0 and border width = 0 so the cells are not visible as such, just the tabbed text.

Regards
Michael

Re: Range Text left AND right on same line

Posted: Mon Mar 18, 2019 9:24 pm
by Pablo
mexman is right, HTML does not support tabs
If you have a flexible layout then you can also use a layout grid to create text columns.

Re: Range Text left AND right on same line

Posted: Tue Mar 19, 2019 7:13 pm
by DoctorWeb
OK, Thanks Guys, I appreciate your help.

(I shall go aand try and learn to make a table now!)

Re: Range Text left AND right on same line

Posted: Tue Mar 19, 2019 7:16 pm
by DoctorWeb
Pable said:
"If you have a flexible layout then you can also use a layout grid to create text columns."

Im not sure what a flaexible layout is. Is this a technical term,. o
or do you mean am I flexible on how the page looks?

I need to make quite lengthy lists of 'Song and artiste'
but that apart its quite flexible.

I did check the tutorials but saw nothing that would do anything like that, or described as 'flexible'.

Re: Range Text left AND right on same line

Posted: Tue Mar 19, 2019 9:25 pm
by Pablo
Im not sure what a flexible layout is. Is this a technical term,. o
or do you mean am I flexible on how the page looks?
Please see this related tutorial:
http://quickandeasywebbuilder.com/layout_modes.html
I need to make quite lengthy lists of 'Song and artiste'
Then I recommend to use layout grids, so the layout is easier to manage.