I have a layoutgrid with three columns.
In one column I want to create a div with a class to put a rounded border on it and slightly grey.
In this box i'd like to put the text.
Does all this have to be done within a html box or can I create a div and then drag text into it.
Thank you.
Need a new div box within layout container.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
-
-
- Posts: 34
- Joined: Wed Sep 19, 2018 8:39 am
Re: Need a new div box within layout container.
You can't stack things on top of each other in a layout grid since everything is floating. So there is no way of stacking text on top of the html box.
1. You can add a border within the cell of a layout grid by double clicking on the cell and adding border. Also set the background color which will only appear behind the content. This will allow you to insert text in the grid cell and you can add padding to the text object if needed. However, it will be the same width as the cell; or
2. Try creating a background and border for a text object. Simply open up the text object properties, set a background color in the style, add a border, color and radius and add padding to create space between the text and borders.
1. You can add a border within the cell of a layout grid by double clicking on the cell and adding border. Also set the background color which will only appear behind the content. This will allow you to insert text in the grid cell and you can add padding to the text object if needed. However, it will be the same width as the cell; or
2. Try creating a background and border for a text object. Simply open up the text object properties, set a background color in the style, add a border, color and radius and add padding to create space between the text and borders.
Re: Need a new div box within layout container.
if i understood your question, perhaps this can help you? http://wysiwygwebbuilder.com/forum/view ... 53&t=80902
-
-
- Posts: 34
- Joined: Wed Sep 19, 2018 8:39 am
Re: Need a new div box within layout container.
I managed to resolve this by using a CARD object and formatting it in there.
It's good but would have been nice to have a drag and drop card object.
It's good but would have been nice to have a drag and drop card object.