Currently using “layout grids” for pages. I want to add a section (or even create a separate page to link to) to the middle of the page the looks like the image in the link below.
I believe I can accomplish the layout using “layout grids” but would like to know if there is a better way.
The key is to have text flow from top left to bottom right (as indicated by the arrows) in one continuous story on the page without breaking up the text box into multiple text boxes. Actually not even sure this is possible but I thought someone might know the best way to accomplish this.
I read about "flexbox container" https://www.wysiwygwebbuilder.com/flexbox.html but "flexbox container" as described on the information page, for whatever reason, is not an option in my toolbox. Flexgrid and flexcontainer are the only two options.
I am trying to achieve something that looks like this https://www.lachance.org/temp/WB_example.jpg
Continuous text across columns
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
-
- Posts: 128
- Joined: Sun Feb 04, 2018 8:19 pm
- Location: Jacksonville, FL
- Contact:
Re: Continuous text across columns
Unfortunately, there is no option in HTML to implement this functionality.
flexbox container = flex container, see also the images in the tutorial.I read about "flexbox container" https://www.wysiwygwebbuilder.com/flexbox.html but "flexbox container" as described on the information page, for whatever reason, is not an option in my toolbox.
- BaconFries
-
- Posts: 5936
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Continuous text across columns
This may be of interest to you....
https://www.w3schools.com/css/css3_multiple_columns.asp
https://developer.mozilla.org/en-US/doc ... mn_layouts
https://www.w3schools.com/css/css3_multiple_columns.asp
https://developer.mozilla.org/en-US/doc ... mn_layouts
-
-
- Posts: 128
- Joined: Sun Feb 04, 2018 8:19 pm
- Location: Jacksonville, FL
- Contact:
Re: Continuous text across columns
Thanks to both for the answers and suggestions, will check out those examples and see what I can do.