How can I edit html CSS

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
terryfoster60
 
 
Posts: 58
Joined: Wed Sep 19, 2018 8:39 am

How can I edit html CSS

Post 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
User avatar
Pablo
 
Posts: 21709
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: How can I edit html CSS

Post 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.
User avatar
BaconFries
 
 
Posts: 5364
Joined: Thu Aug 16, 2007 7:32 pm

Re: How can I edit html CSS

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