For some reasons which i cant trace if i try to define my own custom class it will not be select in my css unless i use id.
for example - if i define class="myclass" in a normal wysiwyg div inside tag nothing happens unless i use id
.myclass { background-color:red; } will not work unless i use
#wb_myid { background-color:red; }
Custom Css Class
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
Re: Custom Css Class
It is difficult to say anything meaningful about this without seeing exactly what you did. Because each object is different and also the generated code will be different depending on the context of the object.