Page 1 of 1

How can I edit html CSS

Posted: Fri Feb 01, 2019 2:16 pm
by terryfoster60
I have dragged a html object into the cell of a layout grid.
This is great.
I am now editing a form so that it is embedded in here since I can not get a form control to embed within a cell otherwise.
Now
I have this html named HTML1 and in the code I see the Div id as Html1
Great

Is there any way I can get to the CSS of this div to be able to edit the formatting of this div.

Thank you

Terry

Re: How can I edit html CSS

Posted: Fri Feb 01, 2019 2:26 pm
by Pablo
since I can not get a form control to embed within a cell otherwise.
As mentioned in your other post, a layout grid itself can be a form, there is no need to write your own code.
viewtopic.php?f=5&t=83951

There are several example templates to demonstrate this:
https://www.wysiwygwebbuilder.com/templates8.html
Is there any way I can get to the CSS of this div to be able to edit the formatting of this div.
If you add your own code then you will also add your own styles. This can be done (for example) via Page HTML.

Re: How can I edit html CSS

Posted: Fri Feb 01, 2019 2:28 pm
by BaconFries
Please note that WYSIWYG Web Builder is not a HTML Editor but a HTML Generator so what this means is that no HTML exist till published. This in turn means you cannot edit the HTML directly in the program and any editing will need to be done externally.

Also note you do not need to embed a form in a Layout Grid you can set this to be a form itself.
viewtopic.php?f=10&t=71391