Range Text left AND right on same line

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
DoctorWeb
Posts: 116
Joined: Sun May 05, 2013 5:20 pm
Location: East Yorkshire, England

Range Text left AND right on same line

Post 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 )
mexman
Posts: 547
Joined: Mon Feb 11, 2013 11:33 am
Location: Puebla/Mexico

Re: Range Text left AND right on same line

Post 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
QnEWB V6.x - Ubuntu 18.04
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Range Text left AND right on same line

Post 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.
DoctorWeb
Posts: 116
Joined: Sun May 05, 2013 5:20 pm
Location: East Yorkshire, England

Re: Range Text left AND right on same line

Post by DoctorWeb »

OK, Thanks Guys, I appreciate your help.

(I shall go aand try and learn to make a table now!)
DoctorWeb
Posts: 116
Joined: Sun May 05, 2013 5:20 pm
Location: East Yorkshire, England

Re: Range Text left AND right on same line

Post 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'.
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Range Text left AND right on same line

Post 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.
Post Reply